Skip to content

Commit 6d3a4ae

Browse files
mediatek-jitaoChun-Kuang Hu
authored andcommitted
dt-bindings: display: mediatek: get mipitx calibration data from nvmem
Add properties to get get mipitx calibration data. Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Jitao Shi <[email protected]> Signed-off-by: Chun-Kuang Hu <[email protected]>
1 parent da2a973 commit 6d3a4ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/devicetree/bindings/display/mediatek/mediatek,dsi.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ Required properties:
3636
Optional properties:
3737
- drive-strength-microamp: adjust driving current, should be 3000 ~ 6000. And
3838
the step is 200.
39+
- nvmem-cells: A phandle to the calibration data provided by a nvmem device. If
40+
unspecified default values shall be used.
41+
- nvmem-cell-names: Should be "calibration-data"
3942

4043
Example:
4144

@@ -47,6 +50,8 @@ mipi_tx0: mipi-dphy@10215000 {
4750
#clock-cells = <0>;
4851
#phy-cells = <0>;
4952
drive-strength-microamp = <4600>;
53+
nvmem-cells= <&mipi_tx_calibration>;
54+
nvmem-cell-names = "calibration-data";
5055
};
5156

5257
dsi0: dsi@1401b000 {

0 commit comments

Comments
 (0)