diff options
author | Kever Yang | 2019-08-27 11:43:32 +0800 |
---|---|---|
committer | Kever Yang | 2019-09-11 16:16:12 +0800 |
commit | 86b4a6db68b21f1122b01296ae281ba2fa3607f2 (patch) | |
tree | 6dccdfe6c8d2337bf3021ae3e524ecae88af4eb4 /arch | |
parent | 001c8ea94ae710d8340829237a7d788b25ce2ae7 (diff) |
rockchip: rk3399: dts: add boot order for rockpro64
The rk3399 rockpro64 board can boot from emmc and sdcard.
TODO: add spiflash as boot device.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/rk3399-rockpro64-u-boot.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi b/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi index f7f26d584f9..a073ea25f51 100644 --- a/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi +++ b/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi @@ -5,6 +5,11 @@ #include "rk3399-u-boot.dtsi" #include "rk3399-sdram-lpddr4-100.dtsi" +/ { + chosen { + u-boot,spl-boot-order = "same-as-spl", &sdmmc, &sdhci; + }; +}; &vdd_log { regulator-init-microvolt = <950000>; |