diff mbox

[v4,3/4] ARM: DTS: meson: update DTSI to add watchdog node

Message ID 1411232812-11594-4-git-send-email-carlo@caione.org (mailing list archive)
State New, archived
Headers show

Commit Message

Carlo Caione Sept. 20, 2014, 5:06 p.m. UTC
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Carlo Caione <carlo@caione.org>
---
 arch/arm/boot/dts/meson.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Carlo Caione Sept. 26, 2014, 8:04 a.m. UTC | #1
On Sat, Sep 20, 2014 at 7:06 PM, Carlo Caione <carlo@caione.org> wrote:
> Reviewed-by: Guenter Roeck <linux@roeck-us.net>
> Signed-off-by: Carlo Caione <carlo@caione.org>
> ---
>  arch/arm/boot/dts/meson.dtsi | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/meson.dtsi b/arch/arm/boot/dts/meson.dtsi
> index 55feb14..e6539ea 100644
> --- a/arch/arm/boot/dts/meson.dtsi
> +++ b/arch/arm/boot/dts/meson.dtsi
> @@ -70,6 +70,11 @@
>                 #size-cells = <1>;
>                 ranges;
>
> +               wdt: watchdog@c1109900 {
> +                       compatible = "amlogic,meson6-wdt";
> +                       reg = <0xc1109900 0x8>;
> +               };
> +
>                 uart_AO: serial@c81004c0 {
>                         compatible = "amlogic,meson-uart";
>                         reg = <0xc81004c0 0x14>;

Hi Arnd and Guenter,
who is supposed to take in this patch? The basic support for the SoC
is already in the arm-soc tree (thanks Arnd) and the other three
patches of this patchset are going in through Guenter tree (thanks
Guenter).

BR,
Arnd Bergmann Sept. 26, 2014, 9:16 a.m. UTC | #2
On Friday 26 September 2014 10:04:45 Carlo Caione wrote:
> Hi Arnd and Guenter,
> who is supposed to take in this patch? The basic support for the SoC
> is already in the arm-soc tree (thanks Arnd) and the other three
> patches of this patchset are going in through Guenter tree (thanks
> Guenter).
> 

It should go through the arm-soc tree.

	Arnd
Carlo Caione Sept. 26, 2014, 9:26 a.m. UTC | #3
On Fri, Sep 26, 2014 at 11:16 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Friday 26 September 2014 10:04:45 Carlo Caione wrote:
>> Hi Arnd and Guenter,
>> who is supposed to take in this patch? The basic support for the SoC
>> is already in the arm-soc tree (thanks Arnd) and the other three
>> patches of this patchset are going in through Guenter tree (thanks
>> Guenter).
>>
>
> It should go through the arm-soc tree.

Could you take it?

Thanks,
Carlo Caione Sept. 29, 2014, 10:43 a.m. UTC | #4
On Fri, Sep 26, 2014 at 11:16 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Friday 26 September 2014 10:04:45 Carlo Caione wrote:
>> Hi Arnd and Guenter,
>> who is supposed to take in this patch? The basic support for the SoC
>> is already in the arm-soc tree (thanks Arnd) and the other three
>> patches of this patchset are going in through Guenter tree (thanks
>> Guenter).
>>
>
> It should go through the arm-soc tree.

Arnd,
do you want me to submit a standalone patch for this?

Thanks,
diff mbox

Patch

diff --git a/arch/arm/boot/dts/meson.dtsi b/arch/arm/boot/dts/meson.dtsi
index 55feb14..e6539ea 100644
--- a/arch/arm/boot/dts/meson.dtsi
+++ b/arch/arm/boot/dts/meson.dtsi
@@ -70,6 +70,11 @@ 
 		#size-cells = <1>;
 		ranges;
 
+		wdt: watchdog@c1109900 {
+			compatible = "amlogic,meson6-wdt";
+			reg = <0xc1109900 0x8>;
+		};
+
 		uart_AO: serial@c81004c0 {
 			compatible = "amlogic,meson-uart";
 			reg = <0xc81004c0 0x14>;