diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2015-02-11 12:50:11 -0500 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-04-02 13:04:12 -0400 |
commit | 725c9d40f3fe61256903adfab868f302e249fa2a (patch) | |
tree | 1e5e10f59cbbb4cd29133e4dc6766b6cc1e4f2de /Documentation | |
parent | d75ce3854bc95f8d439a9ffcebdeb473de0605f3 (diff) |
drm/panel: Add support for OrtusTech COM43H4M85ULC panel
This adds support for the COM43H4M85ULC 3.7" 800x480 panel to the
DRM simple panel driver.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/panel/ortustech,com43h4m85ulc.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/panel/ortustech,com43h4m85ulc.txt b/Documentation/devicetree/bindings/panel/ortustech,com43h4m85ulc.txt new file mode 100644 index 000000000000..de19e9398618 --- /dev/null +++ b/Documentation/devicetree/bindings/panel/ortustech,com43h4m85ulc.txt | |||
@@ -0,0 +1,7 @@ | |||
1 | OrtusTech COM43H4M85ULC Blanview 3.7" TFT-LCD panel | ||
2 | |||
3 | Required properties: | ||
4 | - compatible: should be "ortustech,com43h4m85ulc" | ||
5 | |||
6 | This binding is compatible with the simple-panel binding, which is specified | ||
7 | in simple-panel.txt in this directory. | ||