linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] ARM: dts: exynos: tiny4412: enable fimd node and add proper panel node
@ 2020-01-07 19:10 Yangtao Li
  2020-01-08 20:21 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 2+ messages in thread
From: Yangtao Li @ 2020-01-07 19:10 UTC (permalink / raw)
  To: robh+dt, mark.rutland, kgene, krzk, devicetree, linux-arm-kernel,
	linux-samsung-soc, linux-kernel
  Cc: Yangtao Li

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(+)

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 {
-- 
2.17.1


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

* Re: [PATCH v2] ARM: dts: exynos: tiny4412: enable fimd node and add proper panel node
  2020-01-07 19:10 [PATCH v2] ARM: dts: exynos: tiny4412: enable fimd node and add proper panel node Yangtao Li
@ 2020-01-08 20:21 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2020-01-08 20:21 UTC (permalink / raw)
  To: Yangtao Li
  Cc: robh+dt, mark.rutland, kgene, devicetree, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

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


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

end of thread, other threads:[~2020-01-08 20:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-07 19:10 [PATCH v2] ARM: dts: exynos: tiny4412: enable fimd node and add proper panel node Yangtao Li
2020-01-08 20:21 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).