mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 06:52:34 -04:00
Document the vcc-supply and iovcc-supply properties of the Rocktech jh057n00900 panel. Signed-off-by: Guido Günther <agx@sigxcpu.org> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/ec5ee11786036dc8826a3f8555cbb1dce4dbca25.1561542477.git.agx@sigxcpu.org
24 lines
658 B
Plaintext
24 lines
658 B
Plaintext
Rocktech jh057n00900 5.5" 720x1440 TFT LCD panel
|
|
|
|
Required properties:
|
|
- compatible: should be "rocktech,jh057n00900"
|
|
- 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:
|
|
|
|
&mipi_dsi {
|
|
panel@0 {
|
|
compatible = "rocktech,jh057n00900";
|
|
reg = <0>;
|
|
backlight = <&backlight>;
|
|
reset-gpios = <&gpio3 13 GPIO_ACTIVE_LOW>;
|
|
vcc-supply = <®_2v8_p>;
|
|
iovcc-supply = <®_1v8_p>;
|
|
};
|
|
};
|