diff options
author | jianwei wang <jianwei.wang.chn@gmail.com> | 2015-07-29 10:30:02 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-08-14 21:35:33 +0200 |
commit | c6e87f91f0445e80656eddae84429ad7d687dc3f (patch) | |
tree | 9b52cce3a174cdf61210de6adc6101398487b5e7 /Documentation | |
parent | drm/panel: simple: Add support for AUO B080UAN01 (diff) | |
download | linux-c6e87f91f0445e80656eddae84429ad7d687dc3f.tar.xz 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.txt | 7 |
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. |