summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/panel
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/panel')
-rw-r--r--dts/Bindings/panel/auo,b080uan01.txt7
-rw-r--r--dts/Bindings/panel/lg,lg4573.txt19
-rw-r--r--dts/Bindings/panel/nec,nl4827hc19-05b.txt7
-rw-r--r--dts/Bindings/panel/okaya,rs800480t-7x0gp.txt7
4 files changed, 40 insertions, 0 deletions
diff --git a/dts/Bindings/panel/auo,b080uan01.txt b/dts/Bindings/panel/auo,b080uan01.txt
new file mode 100644
index 0000000000..bae0e2b514
--- /dev/null
+++ b/dts/Bindings/panel/auo,b080uan01.txt
@@ -0,0 +1,7 @@
+AU Optronics Corporation 8.0" WUXGA TFT LCD panel
+
+Required properties:
+- compatible: should be "auo,b101ean01"
+
+This binding is compatible with the simple-panel binding, which is specified
+in simple-panel.txt in this directory.
diff --git a/dts/Bindings/panel/lg,lg4573.txt b/dts/Bindings/panel/lg,lg4573.txt
new file mode 100644
index 0000000000..824441f4e9
--- /dev/null
+++ b/dts/Bindings/panel/lg,lg4573.txt
@@ -0,0 +1,19 @@
+LG LG4573 TFT Liquid Crystal Display with SPI control bus
+
+Required properties:
+ - compatible: "lg,lg4573"
+ - reg: address of the panel on the SPI bus
+
+The panel must obey rules for SPI slave device specified in document [1].
+
+[1]: Documentation/devicetree/bindings/spi/spi-bus.txt
+
+Example:
+
+ lcd_panel: display@0 {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ compatible = "lg,lg4573";
+ spi-max-frequency = <10000000>;
+ reg = <0>;
+ };
diff --git a/dts/Bindings/panel/nec,nl4827hc19-05b.txt b/dts/Bindings/panel/nec,nl4827hc19-05b.txt
new file mode 100644
index 0000000000..8e1914d1ed
--- /dev/null
+++ b/dts/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.
diff --git a/dts/Bindings/panel/okaya,rs800480t-7x0gp.txt b/dts/Bindings/panel/okaya,rs800480t-7x0gp.txt
new file mode 100644
index 0000000000..ddf8e211d3
--- /dev/null
+++ b/dts/Bindings/panel/okaya,rs800480t-7x0gp.txt
@@ -0,0 +1,7 @@
+OKAYA Electric America, Inc. RS800480T-7X0GP 7" WVGA LCD panel
+
+Required properties:
+- compatible: should be "okaya,rs800480t-7x0gp"
+
+This binding is compatible with the simple-panel binding, which is specified
+in simple-panel.txt in this directory.