On 11/08/2015 04:18 AM, Carlo Caione wrote:
From: Carlo Caione <[email protected]>

With this patch we add the watchdog node in the meson8b DTS file.

Signed-off-by: Carlo Caione <[email protected]>

Reviewed-by: Guenter Roeck <[email protected]>

---
  arch/arm/boot/dts/meson8b.dtsi | 6 ++++++
  1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi
index ee352bf..8bad557 100644
--- a/arch/arm/boot/dts/meson8b.dtsi
+++ b/arch/arm/boot/dts/meson8b.dtsi
@@ -105,6 +105,12 @@
                        #interrupt-cells = <3>;
                };

+               wdt: watchdog@c1109900 {
+                       compatible = "amlogic,meson8b-wdt";
+                       reg = <0xc1109900 0x8>;
+                       interrupts = <0 0 1>;
+               };
+
                timer@c1109940 {
                        compatible = "amlogic,meson6-timer";
                        reg = <0xc1109940 0x18>;


--
To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to