diff options
author | Joel Stanley <joel@jms.id.au> | 2017-10-04 08:49:10 +0200 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2017-10-05 06:36:13 +0200 |
commit | 29b246400cc0e8c5e0e2f9d0206c53df93b79bea (patch) | |
tree | d11e1706a0fcbfc53e5f3ba534131099ddcf953e /arch/arm/boot/dts/aspeed-g5.dtsi | |
parent | ARM: dts: aspeed: Move pinctrl subnodes to improve readability (diff) | |
download | linux-29b246400cc0e8c5e0e2f9d0206c53df93b79bea.tar.xz linux-29b246400cc0e8c5e0e2f9d0206c53df93b79bea.zip |
ARM: dts: aspeed: Reorder ADC node
We try to keep the nodes in address order. The ADC node was out of
place.
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 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi index f56dd67efa50..9e71c2dac0ba 100644 --- a/arch/arm/boot/dts/aspeed-g5.dtsi +++ b/arch/arm/boot/dts/aspeed-g5.dtsi @@ -173,6 +173,14 @@ reg-io-width = <4>; }; + adc: adc@1e6e9000 { + compatible = "aspeed,ast2500-adc"; + reg = <0x1e6e9000 0xb0>; + clocks = <&clk_apb>; + #io-channel-cells = <1>; + status = "disabled"; + }; + sram@1e720000 { compatible = "mmio-sram"; reg = <0x1e720000 0x9000>; // 36K @@ -307,14 +315,6 @@ no-loopback-test; status = "disabled"; }; - - adc: adc@1e6e9000 { - compatible = "aspeed,ast2500-adc"; - reg = <0x1e6e9000 0xb0>; - clocks = <&clk_apb>; - #io-channel-cells = <1>; - status = "disabled"; - }; }; }; }; |