Re: [PATCH] ARM: dts: Move display-timings node under fimd node

2014-06-30 Thread Sachin Kamat
On Mon, Jun 23, 2014 at 10:29 AM, Tushar Behera tusha...@samsung.com wrote:
 'display-timings' should be a subnode for fimd node. Moving this
 node appropriately gets the display back on Origen/Origen-Quad boards.

 Signed-off-by: Tushar Behera tusha...@samsung.com

Works fine on Origen 4210 board.

Tested-by: Sachin Kamat sachin.ka...@samsung.com


-- 
Regards,
Sachin.
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] ARM: dts: Move display-timings node under fimd node

2014-06-22 Thread Tushar Behera
'display-timings' should be a subnode for fimd node. Moving this
node appropriately gets the display back on Origen/Origen-Quad boards.

Signed-off-by: Tushar Behera tusha...@samsung.com
---
Based on next-20140620.

Tested on Exynos4210-Origen board. Looks like there are still some pending
bits on Exynos4412-Origen to get display working.

 arch/arm/boot/dts/exynos4210-origen.dts |   26 +-
 arch/arm/boot/dts/exynos4412-origen.dts |   26 +-
 2 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/arch/arm/boot/dts/exynos4210-origen.dts 
b/arch/arm/boot/dts/exynos4210-origen.dts
index f767c42..a39323f 100644
--- a/arch/arm/boot/dts/exynos4210-origen.dts
+++ b/arch/arm/boot/dts/exynos4210-origen.dts
@@ -317,20 +317,20 @@
pinctrl-0 = lcd_en lcd_clk lcd_data24 pwm0_out;
pinctrl-names = default;
status = okay;
-   };
 
-   display-timings {
-   native-mode = timing0;
-   timing0: timing {
-   clock-frequency = 4750;
-   hactive = 1024;
-   vactive = 600;
-   hfront-porch = 64;
-   hback-porch = 16;
-   hsync-len = 48;
-   vback-porch = 64;
-   vfront-porch = 16;
-   vsync-len = 3;
+   display-timings {
+   native-mode = timing0;
+   timing0: timing {
+   clock-frequency = 4750;
+   hactive = 1024;
+   vactive = 600;
+   hfront-porch = 64;
+   hback-porch = 16;
+   hsync-len = 48;
+   vback-porch = 64;
+   vfront-porch = 16;
+   vsync-len = 3;
+   };
};
};
 };
diff --git a/arch/arm/boot/dts/exynos4412-origen.dts 
b/arch/arm/boot/dts/exynos4412-origen.dts
index e925c9f..0604220 100644
--- a/arch/arm/boot/dts/exynos4412-origen.dts
+++ b/arch/arm/boot/dts/exynos4412-origen.dts
@@ -160,20 +160,20 @@
pinctrl-0 = lcd_clk lcd_data24 pwm1_out;
pinctrl-names = default;
status = okay;
-   };
 
-   display-timings {
-   native-mode = timing0;
-   timing0: timing {
-   clock-frequency = 4750;
-   hactive = 1024;
-   vactive = 600;
-   hfront-porch = 64;
-   hback-porch = 16;
-   hsync-len = 48;
-   vback-porch = 64;
-   vfront-porch = 16;
-   vsync-len = 3;
+   display-timings {
+   native-mode = timing0;
+   timing0: timing {
+   clock-frequency = 4750;
+   hactive = 1024;
+   vactive = 600;
+   hfront-porch = 64;
+   hback-porch = 16;
+   hsync-len = 48;
+   vback-porch = 64;
+   vfront-porch = 16;
+   vsync-len = 3;
+   };
};
};
 
-- 
1.7.9.5

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