diff mbox

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

Message ID 1417174791-7339-2-git-send-email-inki.dae@samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Inki Dae Nov. 28, 2014, 11:39 a.m. UTC
This patch adds fimd device node which is a display controller
for Exynos3250 Rinato board.

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

Comments

Inki Dae Jan. 3, 2015, 6:50 a.m. UTC | #1
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.dae@samsung.com>
> Acked-by: Kyungmin Park <kyungmin.park@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 majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
kgene@kernel.org Jan. 12, 2015, 9:12 a.m. UTC | #2
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.dae@samsung.com>
>> Acked-by: Kyungmin Park <kyungmin.park@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 majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Inki Dae Jan. 12, 2015, 9:46 a.m. UTC | #3
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.dae@samsung.com>
>>> Acked-by: Kyungmin Park <kyungmin.park@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 majordomo@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 majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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