We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2a973 commit 6d3a4aeCopy full SHA for 6d3a4ae
Documentation/devicetree/bindings/display/mediatek/mediatek,dsi.txt
@@ -36,6 +36,9 @@ Required properties:
36
Optional properties:
37
- drive-strength-microamp: adjust driving current, should be 3000 ~ 6000. And
38
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"
42
43
Example:
44
@@ -47,6 +50,8 @@ mipi_tx0: mipi-dphy@10215000 {
47
50
#clock-cells = <0>;
48
51
#phy-cells = <0>;
49
52
drive-strength-microamp = <4600>;
53
+ nvmem-cells= <&mipi_tx_calibration>;
54
+ nvmem-cell-names = "calibration-data";
55
};
56
57
dsi0: dsi@1401b000 {
0 commit comments