Enable wdt0 on the Marvell BG2Q DMP board to make use of the watchdog functionality. Signed-off-by: Jisheng Zhang <jszhang@xxxxxxxxxxx> --- 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 devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html