arm64: dts: meson: update spifc node name on Khadas VIM3/VIM3L
authorChristian Hewitt <christianshewitt@gmail.com>
Sat, 18 Jul 2020 05:45:05 +0000 (05:45 +0000)
committerKevin Hilman <khilman@baylibre.com>
Mon, 20 Jul 2020 22:25:12 +0000 (15:25 -0700)
The VIM3/VIM3L Boards use w25q128 not w25q32 - this is a cosmetic change
only - the device probes fine with the current device-tree.

Fixes: 0e1610e726d3 ("arm64: dts: khadas-vim3: add SPIFC controller node")
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20200718054505.4165-1-christianshewitt@gmail.com
arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi

index 27408c1..6b75157 100644 (file)
        pinctrl-0 = <&nor_pins>;
        pinctrl-names = "default";
 
-       w25q32: spi-flash@0 {
+       w25q128: spi-flash@0 {
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "winbond,w25q128fw", "jedec,spi-nor";