As the display-timing information is parsed by FIMD driver, it makes
sense to move the display-timimg DT node inside FIMD DT node for exynos5250

Signed-off-by: Vikas Sajjan <[email protected]>
---
 arch/arm/boot/dts/exynos5250-smdk5250.dts |   28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts 
b/arch/arm/boot/dts/exynos5250-smdk5250.dts
index 49f18c2..3b32c26 100644
--- a/arch/arm/boot/dts/exynos5250-smdk5250.dts
+++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts
@@ -262,19 +262,21 @@
                pinctrl-0 = <&dp_hpd>;
        };
 
-       display-timings {
-               native-mode = <&timing0>;
-               timing0: timing@0 {
-                       /* 1280x800 */
-                       clock-frequency = <50000>;
-                       hactive = <1280>;
-                       vactive = <800>;
-                       hfront-porch = <4>;
-                       hback-porch = <4>;
-                       hsync-len = <4>;
-                       vback-porch = <4>;
-                       vfront-porch = <4>;
-                       vsync-len = <4>;
+       fimd {
+               display-timings {
+                       native-mode = <&timing0>;
+                       timing0: timing@0 {
+                               /* 1280x800 */
+                               clock-frequency = <50000>;
+                               hactive = <1280>;
+                               vactive = <800>;
+                               hfront-porch = <4>;
+                               hback-porch = <4>;
+                               hsync-len = <4>;
+                               vback-porch = <4>;
+                               vfront-porch = <4>;
+                               vsync-len = <4>;
+                       };
                };
        };
 
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to