Re: [PATCH 4/5] ARM: dts: NSP: Add SP805 Support to DT
From: Sergei Shtylyov
Date: Sat Feb 06 2016 - 07:49:35 EST
Hello.
On 2/6/2016 1:43 AM, Jon Mason wrote:
Add support for the ARM SP805 Watchdog timer to the Northstar Plus
device tree.
Signed-off-by: Jon Mason <jonmason@xxxxxxxxxxxx>
---
arch/arm/boot/dts/bcm-nsp.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi
index 415a0a6..0e8cb6e 100644
--- a/arch/arm/boot/dts/bcm-nsp.dtsi
+++ b/arch/arm/boot/dts/bcm-nsp.dtsi
@@ -203,6 +203,14 @@
clock-frequency = <100000>;
};
+ wdt@39000 {
Should be "watchdog@39000", according to ePAPR.
[...]
MBR, Sergei