Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: Add Sharp LS043T1LE01 panel binding

Signed-off-by: Werner Johansson <werner.johansson@sonymobile.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>

authored by

Werner Johansson and committed by
Thierry Reding
6a24d9c1 6e8c9e33

+22
+22
Documentation/devicetree/bindings/display/panel/sharp,ls043t1le01.txt
··· 1 + Sharp Microelectronics 4.3" qHD TFT LCD panel 2 + 3 + Required properties: 4 + - compatible: should be "sharp,ls043t1le01-qhd" 5 + - reg: DSI virtual channel of the peripheral 6 + - power-supply: phandle of the regulator that provides the supply voltage 7 + 8 + Optional properties: 9 + - backlight: phandle of the backlight device attached to the panel 10 + - reset-gpios: a GPIO spec for the reset pin 11 + 12 + Example: 13 + 14 + mdss_dsi@fd922800 { 15 + panel@0 { 16 + compatible = "sharp,ls043t1le01-qhd"; 17 + reg = <0>; 18 + avdd-supply = <&pm8941_l22>; 19 + backlight = <&pm8941_wled>; 20 + reset-gpios = <&pm8941_gpios 19 GPIO_ACTIVE_HIGH>; 21 + }; 22 + };