diff options
| author | Jonas Karlman <[email protected]> | 2025-08-31 16:49:20 +0000 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2025-11-01 21:17:43 +0800 |
| commit | cffc0de78efb9a7fefc9b5a04de120c9b62c1430 (patch) | |
| tree | e57c8e7df2213652bf1e6c5c5b50a3c8676351e1 | |
| parent | 786a85e81d1bfc02aed054e06de6070567291ee4 (diff) | |
rockchip: odroid-go2: Remove incorrect re-defined spi0 alias
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 <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
| -rw-r--r-- | arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi b/arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi index f37daa893c7..38778d1aa6c 100644 --- a/arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi +++ b/arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi @@ -16,7 +16,6 @@ mmc0 = &sdmmc; serial1 = &uart1; serial2 = &uart2; - spi0 = &sfc; }; dmc { |
