Skip to content

Commit d57c69c

Browse files
chewittkhilman
authored andcommitted
arm64: dts: meson: update spifc node name on Khadas VIM3/VIM3L
The VIM3/VIM3L Boards use w25q128 not w25q32 - this is a cosmetic change only - the device probes fine with the current device-tree. Fixes: 0e1610e ("arm64: dts: khadas-vim3: add SPIFC controller node") Signed-off-by: Christian Hewitt <[email protected]> Signed-off-by: Kevin Hilman <[email protected]> Acked-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 32b5f4b commit d57c69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
pinctrl-0 = <&nor_pins>;
361361
pinctrl-names = "default";
362362

363-
w25q32: spi-flash@0 {
363+
w25q128: spi-flash@0 {
364364
#address-cells = <1>;
365365
#size-cells = <1>;
366366
compatible = "winbond,w25q128fw", "jedec,spi-nor";

0 commit comments

Comments
 (0)