Re: [PATCH 1/3] ARM: dts: add fimd device support for exynos3250-rinato

2015-01-12 Thread Kukjin Kim
On 01/03/15 15:50, Inki Dae wrote:
 On 2014년 11월 28일 20:39, Inki Dae wrote:
 This patch adds fimd device node which is a display controller
 for Exynos3250 Rinato board.
 
 Hi Kukjin,
 
 Please, ping~
 
 Thanks,
 Inki Dae
 

 Signed-off-by: Inki Dae inki@samsung.com
 Acked-by: Kyungmin Park kyungmin.p...@samsung.com
 ---
  arch/arm/boot/dts/exynos3250-rinato.dts |   11 +++
  1 file changed, 11 insertions(+)

 diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts 
 b/arch/arm/boot/dts/exynos3250-rinato.dts
 index 80aa8b4..79aa916 100644
 --- a/arch/arm/boot/dts/exynos3250-rinato.dts
 +++ b/arch/arm/boot/dts/exynos3250-rinato.dts
 @@ -125,6 +125,17 @@
  };
  };
  
 +fimd {
 +status = okay;
 +
 +i80-if-timings {
 +cs-setup = 0;
 +wr-setup = 0;
 +wr-act = 1;
 +wr-hold = 0;
 +};
 +};
 +
  i2c_0 {
  #address-cells = 1;
  #size-cells = 0;


Applied this and 3rd one.
BTW, I can't see the samsung,s6e63j0x03 support yet?

- Kukjin
--
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


Re: [PATCH 1/3] ARM: dts: add fimd device support for exynos3250-rinato

2015-01-12 Thread Inki Dae
On 2015년 01월 12일 18:12, Kukjin Kim wrote:
 On 01/03/15 15:50, Inki Dae wrote:
 On 2014년 11월 28일 20:39, Inki Dae wrote:
 This patch adds fimd device node which is a display controller
 for Exynos3250 Rinato board.

 Hi Kukjin,

 Please, ping~

 Thanks,
 Inki Dae


 Signed-off-by: Inki Dae inki@samsung.com
 Acked-by: Kyungmin Park kyungmin.p...@samsung.com
 ---
  arch/arm/boot/dts/exynos3250-rinato.dts |   11 +++
  1 file changed, 11 insertions(+)

 diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts 
 b/arch/arm/boot/dts/exynos3250-rinato.dts
 index 80aa8b4..79aa916 100644
 --- a/arch/arm/boot/dts/exynos3250-rinato.dts
 +++ b/arch/arm/boot/dts/exynos3250-rinato.dts
 @@ -125,6 +125,17 @@
 };
  };
  
 +fimd {
 +   status = okay;
 +
 +   i80-if-timings {
 +   cs-setup = 0;
 +   wr-setup = 0;
 +   wr-act = 1;
 +   wr-hold = 0;
 +   };
 +};
 +
  i2c_0 {
 #address-cells = 1;
 #size-cells = 0;

 
 Applied this and 3rd one.
 BTW, I can't see the samsung,s6e63j0x03 support yet?

I sent it with a separated patch Ccing you. You can refer to below link,
http://www.spinics.net/lists/linux-samsung-soc/msg39756.html

Thanks,
Inki Dae

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

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


Re: [PATCH 1/3] ARM: dts: add fimd device support for exynos3250-rinato

2015-01-02 Thread Inki Dae
On 2014년 11월 28일 20:39, Inki Dae wrote:
 This patch adds fimd device node which is a display controller
 for Exynos3250 Rinato board.

Hi Kukjin,

Please, ping~

Thanks,
Inki Dae

 
 Signed-off-by: Inki Dae inki@samsung.com
 Acked-by: Kyungmin Park kyungmin.p...@samsung.com
 ---
  arch/arm/boot/dts/exynos3250-rinato.dts |   11 +++
  1 file changed, 11 insertions(+)
 
 diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts 
 b/arch/arm/boot/dts/exynos3250-rinato.dts
 index 80aa8b4..79aa916 100644
 --- a/arch/arm/boot/dts/exynos3250-rinato.dts
 +++ b/arch/arm/boot/dts/exynos3250-rinato.dts
 @@ -125,6 +125,17 @@
   };
  };
  
 +fimd {
 + status = okay;
 +
 + i80-if-timings {
 + cs-setup = 0;
 + wr-setup = 0;
 + wr-act = 1;
 + wr-hold = 0;
 + };
 +};
 +
  i2c_0 {
   #address-cells = 1;
   #size-cells = 0;
 

--
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 1/3] ARM: dts: add fimd device support for exynos3250-rinato

2014-11-28 Thread Inki Dae
This patch adds fimd device node which is a display controller
for Exynos3250 Rinato board.

Signed-off-by: Inki Dae inki@samsung.com
Acked-by: Kyungmin Park kyungmin.p...@samsung.com
---
 arch/arm/boot/dts/exynos3250-rinato.dts |   11 +++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts 
b/arch/arm/boot/dts/exynos3250-rinato.dts
index 80aa8b4..79aa916 100644
--- a/arch/arm/boot/dts/exynos3250-rinato.dts
+++ b/arch/arm/boot/dts/exynos3250-rinato.dts
@@ -125,6 +125,17 @@
};
 };
 
+fimd {
+   status = okay;
+
+   i80-if-timings {
+   cs-setup = 0;
+   wr-setup = 0;
+   wr-act = 1;
+   wr-hold = 0;
+   };
+};
+
 i2c_0 {
#address-cells = 1;
#size-cells = 0;
-- 
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