diff mbox

[1/5] ARM: dts: Enable RTC node on Origen boards

Message ID 1400825338-1272-1-git-send-email-sachin.kamat@linaro.org
State Accepted
Headers show

Commit Message

Sachin Kamat May 23, 2014, 6:08 a.m. UTC
Enabled RTC node on Origen 4210 and 4412 boards.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 arch/arm/boot/dts/exynos4210-origen.dts |    4 ++++
 arch/arm/boot/dts/exynos4412-origen.dts |    4 ++++
 2 files changed, 8 insertions(+)

Comments

Sachin Kamat May 26, 2014, 3:29 a.m. UTC | #1
On 23 May 2014 11:38, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> Enabled RTC node on Origen 4210 and 4412 boards.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  arch/arm/boot/dts/exynos4210-origen.dts |    4 ++++
>  arch/arm/boot/dts/exynos4412-origen.dts |    4 ++++
>  2 files changed, 8 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts
> index 72fb11f7ea21..95efb1189cf0 100644
> --- a/arch/arm/boot/dts/exynos4210-origen.dts
> +++ b/arch/arm/boot/dts/exynos4210-origen.dts
> @@ -48,6 +48,10 @@
>                 };
>         };
>
> +       rtc@10070000 {
> +               status = "okay";
> +       };
> +
>         tmu@100C0000 {
>                 status = "okay";
>         };
> diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts
> index e2c0dcab4d81..934fe7ecca7e 100644
> --- a/arch/arm/boot/dts/exynos4412-origen.dts
> +++ b/arch/arm/boot/dts/exynos4412-origen.dts
> @@ -48,6 +48,10 @@
>                 };
>         };
>
> +       rtc@10070000 {
> +               status = "okay";
> +       };
> +
>         pinctrl@11000000 {
>                 keypad_rows: keypad-rows {
>                         samsung,pins = "gpx2-0", "gpx2-1", "gpx2-2";
> --
> 1.7.9.5
>

Kukjin,

The patches in this series are really simple and do not want them to
wait for another
cycle. Please review and send them with your next pull request for
3.16. Also please
look at the 2 patches related to secondary cpu boot sent by Tushar.
Kukjin Kim May 27, 2014, 3:39 p.m. UTC | #2
On 05/26/14 12:29, Sachin Kamat wrote:
> On 23 May 2014 11:38, Sachin Kamat<sachin.kamat@linaro.org>  wrote:
>> Enabled RTC node on Origen 4210 and 4412 boards.
>>
>> Signed-off-by: Sachin Kamat<sachin.kamat@linaro.org>
>> ---
>>   arch/arm/boot/dts/exynos4210-origen.dts |    4 ++++
>>   arch/arm/boot/dts/exynos4412-origen.dts |    4 ++++
>>   2 files changed, 8 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts
>> index 72fb11f7ea21..95efb1189cf0 100644
>> --- a/arch/arm/boot/dts/exynos4210-origen.dts
>> +++ b/arch/arm/boot/dts/exynos4210-origen.dts
>> @@ -48,6 +48,10 @@
>>                  };
>>          };
>>
>> +       rtc@10070000 {
>> +               status = "okay";
>> +       };
>> +
>>          tmu@100C0000 {
>>                  status = "okay";
>>          };
>> diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts
>> index e2c0dcab4d81..934fe7ecca7e 100644
>> --- a/arch/arm/boot/dts/exynos4412-origen.dts
>> +++ b/arch/arm/boot/dts/exynos4412-origen.dts
>> @@ -48,6 +48,10 @@
>>                  };
>>          };
>>
>> +       rtc@10070000 {
>> +               status = "okay";
>> +       };
>> +
>>          pinctrl@11000000 {
>>                  keypad_rows: keypad-rows {
>>                          samsung,pins = "gpx2-0", "gpx2-1", "gpx2-2";
>> --
>> 1.7.9.5
>>
>
> Kukjin,
>
> The patches in this series are really simple and do not want them to
> wait for another
> cycle. Please review and send them with your next pull request for
> 3.16. Also please
> look at the 2 patches related to secondary cpu boot sent by Tushar.
>
Applied, but I'm not sure this can be sent to upstream in this time, I 
will try to do it though ;-) Because already queued a bunch of exynos 
stuff for arm-soc and this is not really critical at this moment?...

Anyway thanks.
- 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
Sachin Kamat May 28, 2014, 3:53 a.m. UTC | #3
Hi Kukjin,

On 27 May 2014 21:09, Kukjin Kim <kgene.kim@samsung.com> wrote:
> On 05/26/14 12:29, Sachin Kamat wrote:
>>
>> On 23 May 2014 11:38, Sachin Kamat<sachin.kamat@linaro.org>  wrote:
>>>
>>> Enabled RTC node on Origen 4210 and 4412 boards.
>>>
>>> Signed-off-by: Sachin Kamat<sachin.kamat@linaro.org>
>>> ---
>>>   arch/arm/boot/dts/exynos4210-origen.dts |    4 ++++
>>>   arch/arm/boot/dts/exynos4412-origen.dts |    4 ++++
>>>   2 files changed, 8 insertions(+)
>>>
>>> diff --git a/arch/arm/boot/dts/exynos4210-origen.dts
>>> b/arch/arm/boot/dts/exynos4210-origen.dts
>>> index 72fb11f7ea21..95efb1189cf0 100644
>>> --- a/arch/arm/boot/dts/exynos4210-origen.dts
>>> +++ b/arch/arm/boot/dts/exynos4210-origen.dts
>>> @@ -48,6 +48,10 @@
>>>                  };
>>>          };
>>>
>>> +       rtc@10070000 {
>>> +               status = "okay";
>>> +       };
>>> +
>>>          tmu@100C0000 {
>>>                  status = "okay";
>>>          };
>>> diff --git a/arch/arm/boot/dts/exynos4412-origen.dts
>>> b/arch/arm/boot/dts/exynos4412-origen.dts
>>> index e2c0dcab4d81..934fe7ecca7e 100644
>>> --- a/arch/arm/boot/dts/exynos4412-origen.dts
>>> +++ b/arch/arm/boot/dts/exynos4412-origen.dts
>>> @@ -48,6 +48,10 @@
>>>                  };
>>>          };
>>>
>>> +       rtc@10070000 {
>>> +               status = "okay";
>>> +       };
>>> +
>>>          pinctrl@11000000 {
>>>                  keypad_rows: keypad-rows {
>>>                          samsung,pins = "gpx2-0", "gpx2-1", "gpx2-2";
>>> --
>>> 1.7.9.5
>>>
>>
>> Kukjin,
>>
>> The patches in this series are really simple and do not want them to
>> wait for another
>> cycle. Please review and send them with your next pull request for
>> 3.16. Also please
>> look at the 2 patches related to secondary cpu boot sent by Tushar.
>>
> Applied, but I'm not sure this can be sent to upstream in this time, I will
> try to do it though ;-) Because already queued a bunch of exynos stuff for
> arm-soc and this is not really critical at this moment?...

Thanks for applying. These patches are not critical. However there are 2 more
patches posted by Tushar which are critical (have already sent pings for that,
will send once again separately for your reference). You may send these patches
along with those.

[PATCH V2 1/2] ARM: EXYNOS: Update secondary boot addr for secure mode
http://www.spinics.net/lists/linux-samsung-soc/msg31258.html

[PATCH RESEND 2/2] ARM: dts: Add secure firmware support for Arndale-octa
http://www.spinics.net/lists/linux-samsung-soc/msg31259.html
Sachin Kamat May 28, 2014, 4:16 a.m. UTC | #4
On 28 May 2014 09:23, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> Hi Kukjin,
>
> On 27 May 2014 21:09, Kukjin Kim <kgene.kim@samsung.com> wrote:
>> On 05/26/14 12:29, Sachin Kamat wrote:
>>>
>>> On 23 May 2014 11:38, Sachin Kamat<sachin.kamat@linaro.org>  wrote:
>>>>
>>>> Enabled RTC node on Origen 4210 and 4412 boards.
>>>>
>>>> Signed-off-by: Sachin Kamat<sachin.kamat@linaro.org>
>>>> ---
>>>>   arch/arm/boot/dts/exynos4210-origen.dts |    4 ++++
>>>>   arch/arm/boot/dts/exynos4412-origen.dts |    4 ++++
>>>>   2 files changed, 8 insertions(+)
>>>>
>>>> diff --git a/arch/arm/boot/dts/exynos4210-origen.dts
>>>> b/arch/arm/boot/dts/exynos4210-origen.dts
>>>> index 72fb11f7ea21..95efb1189cf0 100644
>>>> --- a/arch/arm/boot/dts/exynos4210-origen.dts
>>>> +++ b/arch/arm/boot/dts/exynos4210-origen.dts
>>>> @@ -48,6 +48,10 @@
>>>>                  };
>>>>          };
>>>>
>>>> +       rtc@10070000 {
>>>> +               status = "okay";
>>>> +       };
>>>> +
>>>>          tmu@100C0000 {
>>>>                  status = "okay";
>>>>          };
>>>> diff --git a/arch/arm/boot/dts/exynos4412-origen.dts
>>>> b/arch/arm/boot/dts/exynos4412-origen.dts
>>>> index e2c0dcab4d81..934fe7ecca7e 100644
>>>> --- a/arch/arm/boot/dts/exynos4412-origen.dts
>>>> +++ b/arch/arm/boot/dts/exynos4412-origen.dts
>>>> @@ -48,6 +48,10 @@
>>>>                  };
>>>>          };
>>>>
>>>> +       rtc@10070000 {
>>>> +               status = "okay";
>>>> +       };
>>>> +
>>>>          pinctrl@11000000 {
>>>>                  keypad_rows: keypad-rows {
>>>>                          samsung,pins = "gpx2-0", "gpx2-1", "gpx2-2";
>>>> --
>>>> 1.7.9.5
>>>>
>>>
>>> Kukjin,
>>>
>>> The patches in this series are really simple and do not want them to
>>> wait for another
>>> cycle. Please review and send them with your next pull request for
>>> 3.16. Also please
>>> look at the 2 patches related to secondary cpu boot sent by Tushar.
>>>
>> Applied, but I'm not sure this can be sent to upstream in this time, I will
>> try to do it though ;-) Because already queued a bunch of exynos stuff for
>> arm-soc and this is not really critical at this moment?...
>
> Thanks for applying. These patches are not critical. However there are 2 more
> patches posted by Tushar which are critical (have already sent pings for that,
> will send once again separately for your reference). You may send these patches
> along with those.
>
> [PATCH V2 1/2] ARM: EXYNOS: Update secondary boot addr for secure mode
> http://www.spinics.net/lists/linux-samsung-soc/msg31258.html
>
> [PATCH RESEND 2/2] ARM: dts: Add secure firmware support for Arndale-octa
> http://www.spinics.net/lists/linux-samsung-soc/msg31259.html

Re-sent both the above patches once again after rebasing on your
latest for-next branch.
diff mbox

Patch

diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts
index 72fb11f7ea21..95efb1189cf0 100644
--- a/arch/arm/boot/dts/exynos4210-origen.dts
+++ b/arch/arm/boot/dts/exynos4210-origen.dts
@@ -48,6 +48,10 @@ 
 		};
 	};
 
+	rtc@10070000 {
+		status = "okay";
+	};
+
 	tmu@100C0000 {
 		status = "okay";
 	};
diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts
index e2c0dcab4d81..934fe7ecca7e 100644
--- a/arch/arm/boot/dts/exynos4412-origen.dts
+++ b/arch/arm/boot/dts/exynos4412-origen.dts
@@ -48,6 +48,10 @@ 
 		};
 	};
 
+	rtc@10070000 {
+		status = "okay";
+	};
+
 	pinctrl@11000000 {
 		keypad_rows: keypad-rows {
 			samsung,pins = "gpx2-0", "gpx2-1", "gpx2-2";