summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/display/panel/orisetech,otm8009a.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/display/panel/orisetech,otm8009a.txt')
-rw-r--r--dts/Bindings/display/panel/orisetech,otm8009a.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/dts/Bindings/display/panel/orisetech,otm8009a.txt b/dts/Bindings/display/panel/orisetech,otm8009a.txt
index 6862028e7b..203b03eefb 100644
--- a/dts/Bindings/display/panel/orisetech,otm8009a.txt
+++ b/dts/Bindings/display/panel/orisetech,otm8009a.txt
@@ -9,6 +9,7 @@ Required properties:
Optional properties:
- reset-gpios: a GPIO spec for the reset pin (active low).
+ - power-supply: phandle of the regulator that provides the supply voltage.
Example:
&dsi {
@@ -17,5 +18,6 @@ Example:
compatible = "orisetech,otm8009a";
reg = <0>;
reset-gpios = <&gpioh 7 GPIO_ACTIVE_LOW>;
+ power-supply = <&v1v8>;
};
};