This enables support for the watchdog located in the FPGA.

Signed-off-by: Sebastien Bourdelin <[email protected]>
---
Changes v4 -> v5:
  - fix missing signed off
---
 arch/arm/boot/dts/imx28-ts4600-common.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/imx28-ts4600-common.dtsi 
b/arch/arm/boot/dts/imx28-ts4600-common.dtsi
index a90bd934e4a3..9e177d33ba9c 100644
--- a/arch/arm/boot/dts/imx28-ts4600-common.dtsi
+++ b/arch/arm/boot/dts/imx28-ts4600-common.dtsi
@@ -116,6 +116,11 @@
                ts,strobe-gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>;
                ts,ale-gpios    = <&gpio0 26 GPIO_ACTIVE_HIGH>;
                ts,rdy-gpios    = <&gpio0 21 GPIO_ACTIVE_HIGH>;
+
+               watchdog@2a {
+                       compatible = "technologic,ts4600-wdt";
+                       reg = <0x2a>;
+               };
        };
 
 };
-- 
2.13.0

Reply via email to