Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sunxi: Fix the SPI NOR node names

According to the SPI NOR bindings, the flash node names are supposed to
be flash@<address>. Let's fix our users to use that new scheme.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20210901091852.479202-44-maxime@cerno.tech

+3 -3
+1 -1
arch/arm/boot/dts/sun8i-v3-sl631.dtsi
··· 115 115 &spi0 { 116 116 status = "okay"; 117 117 118 - spi-flash@0 { 118 + flash@0 { 119 119 reg = <0>; 120 120 compatible = "jedec,spi-nor"; 121 121 spi-max-frequency = <50000000>;
+1 -1
arch/arm/boot/dts/sunxi-libretech-all-h3-it.dtsi
··· 156 156 &spi0 { 157 157 status = "okay"; 158 158 159 - spiflash@0 { 159 + flash@0 { 160 160 compatible = "jedec,spi-nor"; 161 161 reg = <0>; 162 162 spi-max-frequency = <50000000>;
+1 -1
arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts
··· 343 343 &spi0 { 344 344 status = "okay"; 345 345 346 - spi-flash@0 { 346 + flash@0 { 347 347 compatible = "mxicy,mx25l1606e", "jedec,spi-nor"; 348 348 reg = <0>; 349 349 spi-max-frequency = <80000000>;