Skip to content

Commit 5bec4e8

Browse files
committed
ODROID-M1: fix access eMMC in SPL/U-Boot
Change-Id: I52ea26a5e1625b8e880b6dba9a301ba7f7bed71a Signed-off-by: Dongjin Kim <[email protected]>
1 parent 7ff3b52 commit 5bec4e8

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

arch/arm/dts/rk3568-odroid-m1.dts

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
pinctrl-0 = <&emmc_bus8
4444
&emmc_clk
4545
&emmc_cmd
46-
&emmc_datastrobe
47-
&emmc_rstnout>;
46+
&emmc_datastrobe>;
4847
non-removable;
4948
cap-mmc-hw-reset;
5049
};

arch/arm/dts/rk3568-u-boot.dtsi

+24
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,10 @@
380380
&pinctrl {
381381
u-boot,dm-pre-reloc;
382382
status = "okay";
383+
384+
emmc {
385+
u-boot,dm-spl;
386+
};
383387
};
384388

385389
&gpio0 {
@@ -427,3 +431,23 @@
427431
u-boot,dm-pre-reloc;
428432
status = "okay";
429433
};
434+
435+
&emmc_bus8 {
436+
u-boot,dm-spl;
437+
};
438+
439+
&emmc_clk {
440+
u-boot,dm-spl;
441+
};
442+
443+
&emmc_cmd {
444+
u-boot,dm-spl;
445+
};
446+
447+
&emmc_datastrobe {
448+
u-boot,dm-spl;
449+
};
450+
451+
&emmc_rstnout {
452+
u-boot,dm-spl;
453+
};

0 commit comments

Comments
 (0)