diff options
author | Andrew Jeffery <andrew@aj.id.au> | 2019-12-03 13:04:14 +0100 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-12-17 03:38:23 +0100 |
commit | 56d71b5501342d462c2a84d65ad87560a61c047b (patch) | |
tree | 871cb25ca2f2eebb6f7bc13a88de8529723e465f /arch/arm/boot/dts/aspeed-g6.dtsi | |
parent | ARM: dts: aspeed-g5: Sort LPC child nodes by unit address (diff) | |
download | linux-56d71b5501342d462c2a84d65ad87560a61c047b.tar.xz linux-56d71b5501342d462c2a84d65ad87560a61c047b.zip |
ARM: dts: aspeed-g6: Cleanup watchdog unit address
arch/arm/boot/dts/aspeed-g6.dtsi:204.28-208.6: Warning (simple_bus_reg): /ahb/apb/watchdog@1e7850C0: simple-bus unit address format error, expected "1e7850c0"
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-g6.dtsi')
-rw-r--r-- | arch/arm/boot/dts/aspeed-g6.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi index 5f6142d99eeb..ffe0d76c5ac0 100644 --- a/arch/arm/boot/dts/aspeed-g6.dtsi +++ b/arch/arm/boot/dts/aspeed-g6.dtsi @@ -385,7 +385,7 @@ status = "disabled"; }; - wdt4: watchdog@1e7850C0 { + wdt4: watchdog@1e7850c0 { compatible = "aspeed,ast2600-wdt"; reg = <0x1e7850C0 0x40>; status = "disabled"; |