Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1250477
| From | Jisheng Zhang <jszhang@marvell.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 7/8] arm: dts: berlin: enable wdt0 on the Marvell BG2Q DMP |
| Date | 2015-10-19 11:00 +0200 |
| Message-ID | <qlesr-7Po-31@gated-at.bofh.it> (permalink) |
| References | <qlesp-7Po-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Enable wdt0 on the Marvell BG2Q DMP board to make use of the watchdog
functionality.
Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
---
arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts
index 0fa8f1e..e60f53a 100644
--- a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts
+++ b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts
@@ -139,3 +139,7 @@
&sata_phy {
status = "okay";
};
+
+&wdt0 {
+ status = "okay";
+};
--
2.6.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/8] {arm|arm64}: berlin: add watchdog support Jisheng Zhang <jszhang@marvell.com> - 2015-10-19 11:00 +0200
[PATCH 2/8] arm: dts: berlin2cd: add watchdog nodes Jisheng Zhang <jszhang@marvell.com> - 2015-10-19 11:00 +0200
[PATCH 6/8] ARM: dts: berlin: enable wdt0 on the Google Chromecast Jisheng Zhang <jszhang@marvell.com> - 2015-10-19 11:00 +0200
[PATCH 8/8] arm64: dts: berlin: enable wdt0 on the Marvell BG4CT STB board Jisheng Zhang <jszhang@marvell.com> - 2015-10-19 11:00 +0200
[PATCH 3/8] arm: dts: berlin2: add watchdog nodes Jisheng Zhang <jszhang@marvell.com> - 2015-10-19 11:00 +0200
[PATCH 1/8] arm: dts: berlin2q: add watchdog nodes Jisheng Zhang <jszhang@marvell.com> - 2015-10-19 11:00 +0200
[PATCH 7/8] arm: dts: berlin: enable wdt0 on the Marvell BG2Q DMP Jisheng Zhang <jszhang@marvell.com> - 2015-10-19 11:00 +0200
[PATCH 5/8] arm: dts: berlin: enable wdt0 on Sony NSZ-GS7 Jisheng Zhang <jszhang@marvell.com> - 2015-10-19 11:00 +0200
csiph-web