mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
rockchip: firefly-rk3399: dts: enable sdmmc device
Enable sdmmc device and add the spl boot device sequence. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
This commit is contained in:
parent
8093529809
commit
522cd58077
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
stdout-path = &uart2;
|
stdout-path = &uart2;
|
||||||
|
u-boot,spl-boot-order = &sdhci, &sdmmc;
|
||||||
};
|
};
|
||||||
|
|
||||||
backlight: backlight {
|
backlight: backlight {
|
||||||
|
@ -590,6 +591,12 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&sdmmc {
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
|
bus-width = <4>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&sdhci {
|
&sdhci {
|
||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
keep-power-in-suspend;
|
keep-power-in-suspend;
|
||||||
|
|
Loading…
Add table
Reference in a new issue