ARM: dts: sunxi: Fix the SPI NOR node names
authorMaxime Ripard <maxime@cerno.tech>
Wed, 1 Sep 2021 09:18:43 +0000 (11:18 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 13 Sep 2021 07:04:31 +0000 (09:04 +0200)
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
arch/arm/boot/dts/sun8i-v3-sl631.dtsi
arch/arm/boot/dts/sunxi-libretech-all-h3-it.dtsi
arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts

index e0d2a31..6f93f8c 100644 (file)
 &spi0 {
        status = "okay";
 
-       spi-flash@0 {
+       flash@0 {
                reg = <0>;
                compatible = "jedec,spi-nor";
                spi-max-frequency = <50000000>;
index 204fba3..50d328c 100644 (file)
 &spi0 {
        status = "okay";
 
-       spiflash@0 {
+       flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <50000000>;
index 097a551..c519d9f 100644 (file)
 &spi0 {
        status = "okay";
 
-       spi-flash@0 {
+       flash@0 {
                compatible = "mxicy,mx25l1606e", "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <80000000>;