diff options
| author | Kever Yang <[email protected]> | 2017-12-20 10:40:40 +0800 |
|---|---|---|
| committer | Philipp Tomsich <[email protected]> | 2018-01-01 14:45:37 +0100 |
| commit | f777df3628c544d2f982cbb631fbd053f4072955 (patch) | |
| tree | eadb1d3e279d125d042ba75db65f16ff8a8f7584 | |
| parent | fe529e6597c00a98893e5d0ab00251cb50d457a7 (diff) | |
rockchip: dts: rk3399-evb: support boot from sd-card
Enable sdmmc node in SPL and add it to boot order.
Signed-off-by: Kever Yang <[email protected]>
Acked-by: Philipp Tomsich <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
[Fixed commit tags:]
Signed-off-by: Philipp Tomsich <[email protected]>
| -rw-r--r-- | arch/arm/dts/rk3399-evb.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3399-evb.dts b/arch/arm/dts/rk3399-evb.dts index 0e5d8d79a19..f0567c9c2a2 100644 --- a/arch/arm/dts/rk3399-evb.dts +++ b/arch/arm/dts/rk3399-evb.dts @@ -17,6 +17,8 @@ chosen { stdout-path = &uart2; + u-boot,spl-boot-order = \ + &sdhci, &sdmmc; }; vdd_center: vdd-center { @@ -154,6 +156,7 @@ }; &sdmmc { + u-boot,dm-pre-reloc; bus-width = <4>; status = "okay"; }; |
