SUPERH platform development
 help / color / mirror / Atom feed
* [PATCH v2] ARM: shmobile: dts: Add common file for AA121TD01 panel
@ 2015-07-28  7:06 Kuninori Morimoto
  2015-07-28  7:21 ` Kuninori Morimoto
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Kuninori Morimoto @ 2015-07-28  7:06 UTC (permalink / raw)
  To: linux-sh

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

The Mitsubishi AA121TD01 panel is commonly used with the Marzen, Lager
and Koelsch boards. Create a .dtsi file that describe the panel and its
connection to the board.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
v1 -> v2

 - tidyup panel-timing / width / height settings

 arch/arm/boot/dts/r8a77xx-aa121td01-panel.dtsi | 41 ++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 arch/arm/boot/dts/r8a77xx-aa121td01-panel.dtsi

diff --git a/arch/arm/boot/dts/r8a77xx-aa121td01-panel.dtsi b/arch/arm/boot/dts/r8a77xx-aa121td01-panel.dtsi
new file mode 100644
index 0000000..a07ebf8
--- /dev/null
+++ b/arch/arm/boot/dts/r8a77xx-aa121td01-panel.dtsi
@@ -0,0 +1,41 @@
+/*
+ * Common file for the AA121TD01 panel connected to Renesas R-Car boards
+ *
+ * Copyright (C) 2015 Renesas Electronics Corp.
+ *
+ * This file is licensed under the terms of the GNU General Public License
+ * version 2.  This program is licensed "as is" without any warranty of any
+ * kind, whether express or implied.
+ */
+
+/ {
+	panel {
+		compatible = "mitsubishi,aa121td01", "panel-dpi";
+
+		width-mm = <261>;
+		height-mm = <163>;
+
+		panel-timing {
+			/* 1280x800 @60Hz */
+			clock-frequency = <71000000>;
+			hactive = <1280>;
+			vactive = <800>;
+			hsync-len = <70>;
+			hfront-porch = <20>;
+			hback-porch = <70>;
+			vsync-len = <5>;
+			vfront-porch = <3>;
+			vback-porch = <15>;
+		};
+
+		port {
+			panel_in: endpoint {
+				remote-endpoint = <&lvds_connector>;
+			};
+		};
+	};
+};
+
+&lvds_connector {
+	remote-endpoint = <&panel_in>;
+};
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-10-02  6:12 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-28  7:06 [PATCH v2] ARM: shmobile: dts: Add common file for AA121TD01 panel Kuninori Morimoto
2015-07-28  7:21 ` Kuninori Morimoto
2015-07-29  7:32 ` Magnus Damm
2015-08-03  7:38 ` Wolfram Sang
2015-08-03  8:34 ` Kuninori Morimoto
2015-08-03  8:38 ` Magnus Damm
2015-08-04 22:47 ` Laurent Pinchart
2015-08-04 22:48 ` Laurent Pinchart
2015-08-05  0:52 ` Magnus Damm
2015-08-13  0:02 ` Simon Horman
2015-08-14 20:44 ` Laurent Pinchart
2015-10-02  5:05 ` Magnus Damm
2015-10-02  6:12 ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox