2020-07-15 22:12:21

by Chris Healy

[permalink] [raw]
Subject: [PATCH] ARM: dts: vf610-zii-ssmb-spu3: Add node for switch watchdog

Add I2C child node for switch watchdog present on SPU3

Signed-off-by: Chris Healy <[email protected]>
---
arch/arm/boot/dts/vf610-zii-ssmb-spu3.dts | 12 ++++++++++++
1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/vf610-zii-ssmb-spu3.dts b/arch/arm/boot/dts/vf610-zii-ssmb-spu3.dts
index b3d6d4b9fa9c..d55ceb5afe1d 100644
--- a/arch/arm/boot/dts/vf610-zii-ssmb-spu3.dts
+++ b/arch/arm/boot/dts/vf610-zii-ssmb-spu3.dts
@@ -225,6 +225,18 @@
};
};

+&i2c1 {
+ clock-frequency = <100000>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_i2c1>;
+ status = "okay";
+
+ watchdog@38 {
+ compatible = "zii,rave-wdt";
+ reg = <0x38>;
+ };
+};
+
&snvsrtc {
status = "disabled";
};
--
2.21.3


2020-07-20 03:22:19

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: vf610-zii-ssmb-spu3: Add node for switch watchdog

On Wed, Jul 15, 2020 at 03:07:58PM -0700, Chris Healy wrote:
> Add I2C child node for switch watchdog present on SPU3
>
> Signed-off-by: Chris Healy <[email protected]>

Applied, thanks.