summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/dts/rk3568-odroid-m1.dts3
-rw-r--r--arch/arm/dts/rk3568-u-boot.dtsi24
2 files changed, 25 insertions, 2 deletions
diff --git a/arch/arm/dts/rk3568-odroid-m1.dts b/arch/arm/dts/rk3568-odroid-m1.dts
index 2c9fc41ce8..bfc1e1970f 100644
--- a/arch/arm/dts/rk3568-odroid-m1.dts
+++ b/arch/arm/dts/rk3568-odroid-m1.dts
@@ -43,8 +43,7 @@
pinctrl-0 = <&emmc_bus8
&emmc_clk
&emmc_cmd
- &emmc_datastrobe
- &emmc_rstnout>;
+ &emmc_datastrobe>;
non-removable;
cap-mmc-hw-reset;
};
diff --git a/arch/arm/dts/rk3568-u-boot.dtsi b/arch/arm/dts/rk3568-u-boot.dtsi
index bcec6fe1db..738894ed2a 100644
--- a/arch/arm/dts/rk3568-u-boot.dtsi
+++ b/arch/arm/dts/rk3568-u-boot.dtsi
@@ -380,6 +380,10 @@
&pinctrl {
u-boot,dm-pre-reloc;
status = "okay";
+
+ emmc {
+ u-boot,dm-spl;
+ };
};
&gpio0 {
@@ -427,3 +431,23 @@
u-boot,dm-pre-reloc;
status = "okay";
};
+
+&emmc_bus8 {
+ u-boot,dm-spl;
+};
+
+&emmc_clk {
+ u-boot,dm-spl;
+};
+
+&emmc_cmd {
+ u-boot,dm-spl;
+};
+
+&emmc_datastrobe {
+ u-boot,dm-spl;
+};
+
+&emmc_rstnout {
+ u-boot,dm-spl;
+};