diff mbox series

[v2] ARM: dts: exynos: tiny4412: enable fimd node and add proper panel node

Message ID 20200107191020.27475-1-tiny.windzz@gmail.com (mailing list archive)
State Mainlined
Commit dc48a3a795ca5998a053060456a9bf807f619a42
Headers show
Series [v2] ARM: dts: exynos: tiny4412: enable fimd node and add proper panel node | expand

Commit Message

Yangtao Li Jan. 7, 2020, 7:10 p.m. UTC
Enable fimd device node which is a display controller, and add panel
node required by it.

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
---
v2:
-update commit msg and merge to one patch
---
 arch/arm/boot/dts/exynos4412-tiny4412.dts | 25 +++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Comments

Krzysztof Kozlowski Jan. 8, 2020, 8:21 p.m. UTC | #1
On Tue, Jan 07, 2020 at 07:10:20PM +0000, Yangtao Li wrote:
> Enable fimd device node which is a display controller, and add panel
> node required by it.
> 
> Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
> ---
> v2:
> -update commit msg and merge to one patch
> ---
>  arch/arm/boot/dts/exynos4412-tiny4412.dts | 25 +++++++++++++++++++++++

Thanks, applied.

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/exynos4412-tiny4412.dts b/arch/arm/boot/dts/exynos4412-tiny4412.dts
index 01f37b5ac9c4..3a91de8a8082 100644
--- a/arch/arm/boot/dts/exynos4412-tiny4412.dts
+++ b/arch/arm/boot/dts/exynos4412-tiny4412.dts
@@ -66,6 +66,31 @@ 
 			clock-frequency = <24000000>;
 		};
 	};
+
+	panel {
+		compatible = "innolux,at070tn92";
+
+		port {
+			panel_input: endpoint {
+				remote-endpoint = <&lcdc_output>;
+			};
+		};
+	};
+};
+
+&fimd {
+	pinctrl-0 = <&lcd_clk>, <&lcd_data24>;
+	pinctrl-names = "default";
+	#address-cells = <1>;
+	#size-cells = <0>;
+	status = "okay";
+
+	port@3 {
+		reg = <3>;
+		lcdc_output: endpoint {
+			remote-endpoint = <&panel_input>;
+		};
+	};
 };
 
 &rtc {