aboutsummaryrefslogtreecommitdiff
path: root/Bindings/display/panel/rocktech,jh057n00900.txt
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2019-11-28 19:05:03 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2019-11-28 19:05:03 +0000
commitc3f1cfc76c9a579767282ac81d2be1cfb20aea92 (patch)
tree2ceec207f54ea88f7e65cbfc01d27ccf39cb9693 /Bindings/display/panel/rocktech,jh057n00900.txt
parent01e5ca170569c10889ed1bb2efcf4d19eae1353c (diff)
downloadsrc-c3f1cfc76c9a579767282ac81d2be1cfb20aea92.tar.gz
src-c3f1cfc76c9a579767282ac81d2be1cfb20aea92.zip
Notes
Diffstat (limited to 'Bindings/display/panel/rocktech,jh057n00900.txt')
-rw-r--r--Bindings/display/panel/rocktech,jh057n00900.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Bindings/display/panel/rocktech,jh057n00900.txt b/Bindings/display/panel/rocktech,jh057n00900.txt
index 1b5763200cf6..a372c5d84695 100644
--- a/Bindings/display/panel/rocktech,jh057n00900.txt
+++ b/Bindings/display/panel/rocktech,jh057n00900.txt
@@ -5,6 +5,9 @@ Required properties:
- reg: DSI virtual channel of the peripheral
- reset-gpios: panel reset gpio
- backlight: phandle of the backlight device attached to the panel
+- vcc-supply: phandle of the regulator that provides the vcc supply voltage.
+- iovcc-supply: phandle of the regulator that provides the iovcc supply
+ voltage.
Example:
@@ -14,5 +17,7 @@ Example:
reg = <0>;
backlight = <&backlight>;
reset-gpios = <&gpio3 13 GPIO_ACTIVE_LOW>;
+ vcc-supply = <&reg_2v8_p>;
+ iovcc-supply = <&reg_1v8_p>;
};
};