]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
rockchip: odroid-go2: Remove incorrect re-defined spi0 alias
authorJonas Karlman <jonas@kwiboo.se>
Sun, 31 Aug 2025 16:49:20 +0000 (16:49 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 1 Nov 2025 13:17:43 +0000 (21:17 +0800)
The alias spi0 is incorrectly being re-defined in board u-boot.dtsi to
the SPI flash controller instead of the actual spi0 controller.

SPI flash support is currently not working on odroid-go2 due to missing
Kconfig options and other required device tree changes.

Remove the re-defined alias for spi0 to allow use of the real spi0,
proper SPI flash support is introduced in a later patch.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi

index f37daa893c79614453150ebb9a6174ec9b69bb26..38778d1aa6cf77c8f935fa40e071a0108fe5e576 100644 (file)
@@ -16,7 +16,6 @@
                mmc0 = &sdmmc;
                serial1 = &uart1;
                serial2 = &uart2;
-               spi0 = &sfc;
        };
 
        dmc {