summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorjianwei wang2015-07-29 10:30:02 +0200
committerThierry Reding2015-08-14 21:35:33 +0200
commitc6e87f91f0445e80656eddae84429ad7d687dc3f (patch)
tree9b52cce3a174cdf61210de6adc6101398487b5e7 /Documentation
parentdrm/panel: simple: Add support for AUO B080UAN01 (diff)
downloadkernel-qcow2-linux-c6e87f91f0445e80656eddae84429ad7d687dc3f.tar.gz
kernel-qcow2-linux-c6e87f91f0445e80656eddae84429ad7d687dc3f.tar.xz
kernel-qcow2-linux-c6e87f91f0445e80656eddae84429ad7d687dc3f.zip
drm/panel: simple: Add support for NEC NL4827HC19-05B 480x272 panel
This adds support for the NEC NL4827HC19-05B 480x272 panel to the DRM simple panel driver. Signed-off-by: Alison Wang <b18965@freescale.com> Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com> Signed-off-by: Jianwei Wang <jianwei.wang.chn@gmail.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> [treding@nvidia.com: add .bpc field for panel] Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/panel/nec,nl4827hc19-05b.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/nec,nl4827hc19-05b.txt b/Documentation/devicetree/bindings/panel/nec,nl4827hc19-05b.txt
new file mode 100644
index 000000000000..8e1914d1edb8
--- /dev/null
+++ b/Documentation/devicetree/bindings/panel/nec,nl4827hc19-05b.txt
@@ -0,0 +1,7 @@
+NEC LCD Technologies,Ltd. WQVGA TFT LCD panel
+
+Required properties:
+- compatible: should be "nec,nl4827hc19-05b"
+
+This binding is compatible with the simple-panel binding, which is specified
+in simple-panel.txt in this directory.