diff options
author | Joel Stanley <joel@jms.id.au> | 2018-02-12 18:13:22 +1030 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-02-19 17:59:50 +1030 |
commit | 542d2f4588ae651c4c1c59a5ca9ac731fe06c881 (patch) | |
tree | fdf5c620b2c325c0df284501c55e3db8f0784e98 /arch/arm/boot/dts/aspeed-g5.dtsi | |
parent | 347328110eabec0b76a9b76d4a43fbae62930bc0 (diff) | |
download | talos-obmc-linux-542d2f4588ae651c4c1c59a5ca9ac731fe06c881.tar.gz talos-obmc-linux-542d2f4588ae651c4c1c59a5ca9ac731fe06c881.zip |
ARM: dts: aspeed-g5: Update LPC node
This addresses some differences between the G5 and G4 LPC nodes that
make them hard to compare. There is no functional change.
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-g5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/aspeed-g5.dtsi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi index 18185484a224..e0b6803f6845 100644 --- a/arch/arm/boot/dts/aspeed-g5.dtsi +++ b/arch/arm/boot/dts/aspeed-g5.dtsi @@ -264,7 +264,7 @@ #address-cells = <1>; #size-cells = <1>; - ranges = <0 0x1e789000 0x1000>; + ranges = <0x0 0x1e789000 0x1000>; lpc_bmc: lpc-bmc@0 { compatible = "aspeed,ast2500-lpc-bmc"; @@ -274,12 +274,11 @@ lpc_host: lpc-host@80 { compatible = "aspeed,ast2500-lpc-host", "simple-mfd", "syscon"; reg = <0x80 0x1e0>; + reg-io-width = <4>; #address-cells = <1>; #size-cells = <1>; - ranges = <0 0x80 0x1e0>; - - reg-io-width = <4>; + ranges = <0x0 0x80 0x1e0>; lpc_ctrl: lpc-ctrl@0 { compatible = "aspeed,ast2500-lpc-ctrl"; |