Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1687647
| From | Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 8/8] ARM: dts: TS-4600: add watchdog support |
| Date | 2017-07-14 22:20 +0200 |
| Message-ID | <u3fea-8p4-19@gated-at.bofh.it> (permalink) |
| References | <u3f4u-8lt-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This enables support for the watchdog located in the FPGA.
Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>
---
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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v4 0/8] Add board support for TS-4600 Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> - 2017-07-14 22:10 +0200 [PATCH v4 5/8] ARM: dts: TS-4600: add NBUS support Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> - 2017-07-14 22:20 +0200 [PATCH v4 6/8] dt-bindings: watchdog: add documentation for TS4600 watchdog controller Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> - 2017-07-14 22:20 +0200 [PATCH v4 8/8] ARM: dts: TS-4600: add watchdog support Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> - 2017-07-14 22:20 +0200 [PATCH v4 2/8] ARM: dts: TS-4600: add basic device tree Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> - 2017-07-14 22:20 +0200 [PATCH v4 7/8] watchdog: TS-4600: add driver for TS-4600 watchdog controller Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> - 2017-07-14 22:20 +0200
csiph-web