diff mbox series

[linux,dev-4.10,1/5] ARM: dts: aspeed-g5: fix watchdog 3 definition

Message ID 1516996404-25133-2-git-send-email-eajames@linux.vnet.ibm.com
State Not Applicable, archived
Headers show
Series aspeed: watchdog and devicetree updates | expand

Commit Message

Eddie James Jan. 26, 2018, 7:53 p.m. UTC
From: Milton Miller <miltonm@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@us.ibm.com>
---
 arch/arm/boot/dts/aspeed-g5.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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@1e785040 {
-				compatible = "aspeed,wdt";
-				reg = <0x1e785074 0x1c>;
+				compatible = "aspeed,ast2500-wdt";
+				reg = <0x1e785040 0x1c>;
 				status = "disabled";
 			};