diff options
author | Joel Stanley <joel@jms.id.au> | 2019-04-05 05:32:30 +0200 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-05-24 06:25:15 +0200 |
commit | 459a6a2f25171b74d3cb7007931f01477736ef4c (patch) | |
tree | 9966a33af4a2e35872d67bf14a878ce8f4e1f87d /arch/arm/boot/dts/aspeed-g4.dtsi | |
parent | Linux 5.2-rc1 (diff) | |
download | linux-459a6a2f25171b74d3cb7007931f01477736ef4c.tar.xz linux-459a6a2f25171b74d3cb7007931f01477736ef4c.zip |
ARM: dts: aspeed: Rename flash-controller nodes
The device tree compiler has started spitting out warnings about these
names, insisting they be called 'spi':
../arch/arm/boot/dts/aspeed-g5.dtsi:108.35-128.5: Warning
(spi_bus_bridge): /ahb/flash-controller@1e631000: node name for SPI
buses should be 'spi'
Reviewed-by: Cédric Le Goater <clg@kaod.org>
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-g4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/aspeed-g4.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi index 5d7050d00874..27a1da78f5c0 100644 --- a/arch/arm/boot/dts/aspeed-g4.dtsi +++ b/arch/arm/boot/dts/aspeed-g4.dtsi @@ -53,7 +53,7 @@ #size-cells = <1>; ranges; - fmc: flash-controller@1e620000 { + fmc: spi@1e620000 { reg = < 0x1e620000 0x94 0x20000000 0x10000000 >; #address-cells = <1>; @@ -69,7 +69,7 @@ }; }; - spi: flash-controller@1e630000 { + spi: spi@1e630000 { reg = < 0x1e630000 0x18 0x30000000 0x10000000 >; #address-cells = <1>; |