Re: [PATCH 1/2] ARM: SPEAr600: add DT description of the watchdog

2018-04-06 Thread Viresh Kumar
On 06-04-18, 09:50, Quentin Schulz wrote:
> The SPEAr600 has a built-in watchdog which already has a DT binding
> described in Documentation/devicetree/bindings/watchdog/sp805-wdt.txt.
> 
> Let's add the description of the watchdog device in the SPEAr600 Device
> Tree.
> 
> Signed-off-by: Quentin Schulz 
> ---
>  arch/arm/boot/dts/spear600.dtsi | 8 
>  1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/spear600.dtsi b/arch/arm/boot/dts/spear600.dtsi
> index 00166eb..d7c3096 100644
> --- a/arch/arm/boot/dts/spear600.dtsi
> +++ b/arch/arm/boot/dts/spear600.dtsi
> @@ -213,6 +213,14 @@
>   interrupts = <6>;
>   status = "disabled";
>   };
> +
> + wdt: wdt@fc88 {
> + compatible = "arm,sp805", "arm,primecell";
> + reg = <0xfc88 0x1000>;
> + interrupt-parent = <>;
> + interrupts = <20>;
> + status = "disabled";
> + };
>   };
>   };
>  };

Acked-by: Viresh Kumar 

-- 
viresh


Re: [PATCH 1/2] ARM: SPEAr600: add DT description of the watchdog

2018-04-06 Thread Viresh Kumar
On 06-04-18, 09:50, Quentin Schulz wrote:
> The SPEAr600 has a built-in watchdog which already has a DT binding
> described in Documentation/devicetree/bindings/watchdog/sp805-wdt.txt.
> 
> Let's add the description of the watchdog device in the SPEAr600 Device
> Tree.
> 
> Signed-off-by: Quentin Schulz 
> ---
>  arch/arm/boot/dts/spear600.dtsi | 8 
>  1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/spear600.dtsi b/arch/arm/boot/dts/spear600.dtsi
> index 00166eb..d7c3096 100644
> --- a/arch/arm/boot/dts/spear600.dtsi
> +++ b/arch/arm/boot/dts/spear600.dtsi
> @@ -213,6 +213,14 @@
>   interrupts = <6>;
>   status = "disabled";
>   };
> +
> + wdt: wdt@fc88 {
> + compatible = "arm,sp805", "arm,primecell";
> + reg = <0xfc88 0x1000>;
> + interrupt-parent = <>;
> + interrupts = <20>;
> + status = "disabled";
> + };
>   };
>   };
>  };

Acked-by: Viresh Kumar 

-- 
viresh


[PATCH 1/2] ARM: SPEAr600: add DT description of the watchdog

2018-04-06 Thread Quentin Schulz
The SPEAr600 has a built-in watchdog which already has a DT binding
described in Documentation/devicetree/bindings/watchdog/sp805-wdt.txt.

Let's add the description of the watchdog device in the SPEAr600 Device
Tree.

Signed-off-by: Quentin Schulz 
---
 arch/arm/boot/dts/spear600.dtsi | 8 
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/spear600.dtsi b/arch/arm/boot/dts/spear600.dtsi
index 00166eb..d7c3096 100644
--- a/arch/arm/boot/dts/spear600.dtsi
+++ b/arch/arm/boot/dts/spear600.dtsi
@@ -213,6 +213,14 @@
interrupts = <6>;
status = "disabled";
};
+
+   wdt: wdt@fc88 {
+   compatible = "arm,sp805", "arm,primecell";
+   reg = <0xfc88 0x1000>;
+   interrupt-parent = <>;
+   interrupts = <20>;
+   status = "disabled";
+   };
};
};
 };

base-commit: 5e1dacccbb87780856219e29122f1eccec912ebb
-- 
git-series 0.9.1


[PATCH 1/2] ARM: SPEAr600: add DT description of the watchdog

2018-04-06 Thread Quentin Schulz
The SPEAr600 has a built-in watchdog which already has a DT binding
described in Documentation/devicetree/bindings/watchdog/sp805-wdt.txt.

Let's add the description of the watchdog device in the SPEAr600 Device
Tree.

Signed-off-by: Quentin Schulz 
---
 arch/arm/boot/dts/spear600.dtsi | 8 
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/spear600.dtsi b/arch/arm/boot/dts/spear600.dtsi
index 00166eb..d7c3096 100644
--- a/arch/arm/boot/dts/spear600.dtsi
+++ b/arch/arm/boot/dts/spear600.dtsi
@@ -213,6 +213,14 @@
interrupts = <6>;
status = "disabled";
};
+
+   wdt: wdt@fc88 {
+   compatible = "arm,sp805", "arm,primecell";
+   reg = <0xfc88 0x1000>;
+   interrupt-parent = <>;
+   interrupts = <20>;
+   status = "disabled";
+   };
};
};
 };

base-commit: 5e1dacccbb87780856219e29122f1eccec912ebb
-- 
git-series 0.9.1