diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2018-07-06 21:51:01 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2018-07-11 18:35:25 +0200 |
commit | 03e3ec9ad1ee484f872bad6d673d46c9742e71ef (patch) | |
tree | cbe32dec8e384f273d30543855b47c9be338ab01 /Documentation/devicetree/bindings/display | |
parent | ac1fe1322530ccca0771e3f680e8a6269c48c449 (diff) | |
download | talos-obmc-linux-03e3ec9ad1ee484f872bad6d673d46c9742e71ef.tar.gz talos-obmc-linux-03e3ec9ad1ee484f872bad6d673d46c9742e71ef.zip |
drm/panel: simple: Add Sharp LQ035Q7DB03 panel support
The change adds support for Sharp LQ035Q7DB03 3.5" QVGA TFT panel.
Note that this aged panel is already found in the kernel sources,
for instance in board mach files mach-mx21ads.c, mach-mx27ads.c,
mach-pcm043.c, lpd270.c and imx27-phytec-phycore-rdk.dts.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180706185101.31186-1-vz@mleia.com
Diffstat (limited to 'Documentation/devicetree/bindings/display')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/sharp,lq035q7db03.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/sharp,lq035q7db03.txt b/Documentation/devicetree/bindings/display/panel/sharp,lq035q7db03.txt new file mode 100644 index 000000000000..0753f6967279 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/sharp,lq035q7db03.txt @@ -0,0 +1,12 @@ +Sharp LQ035Q7DB03 3.5" QVGA TFT LCD panel + +Required properties: +- compatible: should be "sharp,lq035q7db03" +- power-supply: phandle of the regulator that provides the supply voltage + +Optional properties: +- enable-gpios: GPIO pin to enable or disable the panel +- backlight: phandle of the backlight device attached to the panel + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory. |