[PATCH linux dev-4.10 1/5] ARM: dts: aspeed-g5: fix watchdog 3 definition
Eddie James
eajames at linux.vnet.ibm.com
Sat Jan 27 06:53:20 AEDT 2018
From: Milton Miller <miltonm at us.ibm.com>
Fix wdt3 reg and compatible properties.
The ast2500 generation SOC has added a third watchdog. The address specified
is incorrect, and the compatible was not updated when upstream requested
the SOC name in the compatible property.
Signed-off-by: Milton Miller <miltonm at us.ibm.com>
---
arch/arm/boot/dts/aspeed-g5.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi
index ba3607c..a8a237d 100644
--- a/arch/arm/boot/dts/aspeed-g5.dtsi
+++ b/arch/arm/boot/dts/aspeed-g5.dtsi
@@ -317,8 +317,8 @@
};
wdt3: wdt at 1e785040 {
- compatible = "aspeed,wdt";
- reg = <0x1e785074 0x1c>;
+ compatible = "aspeed,ast2500-wdt";
+ reg = <0x1e785040 0x1c>;
status = "disabled";
};
--
1.8.3.1
More information about the openbmc
mailing list