diff options
author | Jagan Teki | 2019-12-21 13:24:39 +0530 |
---|---|---|
committer | Kever Yang | 2020-01-30 11:44:01 +0800 |
commit | 1c37f60c286cd4a0ff592cad64d1dcfec1adb6ae (patch) | |
tree | ccefde84b66bac928e3301bae93cb645b48ff071 /arch | |
parent | 3d11196c802da6bb91562c9a105e401aa68b6629 (diff) |
rockpro-rk3399: Enable SPI Flash
Enable winbond SPI flash for ROC-PC-RK3399 board.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/rk3399-rockpro64-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi b/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi index 4648513ea9b..deaa3efd39c 100644 --- a/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi +++ b/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi @@ -6,6 +6,10 @@ #include "rk3399-u-boot.dtsi" #include "rk3399-sdram-lpddr4-100.dtsi" / { + aliases { + spi0 = &spi1; + }; + chosen { u-boot,spl-boot-order = "same-as-spl", &sdmmc, &sdhci; }; |