All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: exynos5422-odroid*: remove fimd node
@ 2015-11-10 10:24 Marek Szyprowski
  2015-11-11  0:43 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 11+ messages in thread
From: Marek Szyprowski @ 2015-11-10 10:24 UTC (permalink / raw)
  To: linux-samsung-soc
  Cc: Marek Szyprowski, Kukjin Kim, Krzysztof Kozlowski,
	Bartlomiej Zolnierkiewicz

FIMD device is not used at all on Exynos5422-based Odroid XU3-lite and
XU4. XU3 board teorethically can support FIMD with DisplayPort
connector, but due to hw limitation/design it doesn't work in most
cases. It is also not even enabled in XU3 dts file.

FIMD node was enabled mainly due to limitation of early Exynos DRM
driver, which didn't initialize properly when no FIMD device was
available. This node can be now safetly removed from XU3-common dtsi and
added layer to Odroid XU3 dts, when Display Port driver gets enabled.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
---
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi b/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
index 1af5bdc..9134217 100644
--- a/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
+++ b/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
@@ -67,11 +67,6 @@
 			<19200000>;
 };
 
-&fimd {
-	status = "okay";
-};
-
-
 &hdmi {
 	status = "okay";
 	hpd-gpio = <&gpx3 7 GPIO_ACTIVE_HIGH>;
-- 
1.9.2

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

end of thread, other threads:[~2015-11-26 14:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-10 10:24 [PATCH] ARM: dts: exynos5422-odroid*: remove fimd node Marek Szyprowski
2015-11-11  0:43 ` Krzysztof Kozlowski
2015-11-11 18:07   ` Thomas Pietrowski
2015-11-23 13:56   ` Javier Martinez Canillas
2015-11-24  3:50     ` Krzysztof Kozlowski
2015-11-24  4:32       ` Javier Martinez Canillas
2015-11-26  3:49         ` Krzysztof Kozlowski
2015-11-26 11:49           ` Andrzej Hajda
2015-11-26 11:58             ` Javier Martinez Canillas
2015-11-26 14:29         ` Marek Szyprowski
2015-11-26 14:39           ` Javier Martinez Canillas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.