diff options
author | Hugh Cole-Baker <sigmaris@gmail.com> | 2020-11-22 13:03:46 +0000 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2021-01-21 11:53:36 +0800 |
commit | a2ca3c6032d5659665e7985e0a3424d99135d3cf (patch) | |
tree | bea284a9c05786e19e213510fb08928e13f7a0fe /arch | |
parent | acc57ecf05500d2ed47f0d3898245d0029e1cc0c (diff) | |
download | u-boot-a2ca3c6032d5659665e7985e0a3424d99135d3cf.tar.gz |
rockchip: puma-haikou: default to SPI bus 1 for SPI-flash
SPI flash on this machine is located on bus 1, default to using bus 1
for SPI flash and stop aliasing it to bus 0. Formerly the alias spi1
pointed to &spi5, use an alias spi5 for this instead.
Signed-off-by: Hugh Cole-Baker <sigmaris@gmail.com>
Suggested-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Kever Yang<kever.yang@rock-chips.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/rk3399-puma-haikou-u-boot.dtsi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/dts/rk3399-puma-haikou-u-boot.dtsi b/arch/arm/dts/rk3399-puma-haikou-u-boot.dtsi index 29846c4b00..e7a1aea3a5 100644 --- a/arch/arm/dts/rk3399-puma-haikou-u-boot.dtsi +++ b/arch/arm/dts/rk3399-puma-haikou-u-boot.dtsi @@ -28,8 +28,7 @@ }; aliases { - spi0 = &spi1; - spi1 = &spi5; + spi5 = &spi5; }; /* |