mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-25 16:21:32 +00:00
55 lines
1.5 KiB
Diff
55 lines
1.5 KiB
Diff
diff --git a/arch/arm/dts/sun8i-h3-orangepi-pc.dts b/arch/arm/dts/sun8i-h3-orangepi-pc.dts
|
|
index 30ccca0..6475652 100644
|
|
--- a/arch/arm/dts/sun8i-h3-orangepi-pc.dts
|
|
+++ b/arch/arm/dts/sun8i-h3-orangepi-pc.dts
|
|
@@ -126,6 +126,15 @@
|
|
status = "okay";
|
|
};
|
|
|
|
+&mmc2 {
|
|
+ pinctrl-names = "default";
|
|
+ pinctrl-0 = <&mmc2_8bit_pins>;
|
|
+ vmmc-supply = <®_vcc3v0>;
|
|
+ bus-width = <8>;
|
|
+ non-removable;
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&ohci1 {
|
|
status = "okay";
|
|
};
|
|
diff --git a/arch/arm/dts/sun8i-h3.dtsi b/arch/arm/dts/sun8i-h3.dtsi
|
|
index c2f63c5..4a4926b 100644
|
|
--- a/arch/arm/dts/sun8i-h3.dtsi
|
|
+++ b/arch/arm/dts/sun8i-h3.dtsi
|
|
@@ -530,6 +530,16 @@
|
|
allwinner,drive = <SUN4I_PINCTRL_30_MA>;
|
|
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
|
};
|
|
+
|
|
+ mmc2_8bit_pins: mmc2_8bit {
|
|
+ allwinner,pins = "PC5", "PC6", "PC8",
|
|
+ "PC9", "PC10", "PC11",
|
|
+ "PC12", "PC13", "PC14",
|
|
+ "PC15", "PC16";
|
|
+ allwinner,function = "mmc2";
|
|
+ allwinner,drive = <SUN4I_PINCTRL_30_MA>;
|
|
+ allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
|
+ };
|
|
};
|
|
|
|
ahb_rst: reset@01c202c0 {
|
|
diff --git a/configs/orangepi_pc_defconfig b/configs/orangepi_pc_defconfig
|
|
index 7eaa795..cca89ec 100644
|
|
--- a/configs/orangepi_pc_defconfig
|
|
+++ b/configs/orangepi_pc_defconfig
|
|
@@ -7,6 +7,9 @@ CONFIG_DRAM_ODT_EN=y
|
|
# CONFIG_VIDEO is not set
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-orangepi-pc"
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
|
+CONFIG_CMD_MMC=y
|
|
+CONFIG_MMC0_CD_PIN="PF6"
|
|
+CONFIG_MMC_SUNXI_SLOT_EXTRA=2
|
|
CONFIG_SPL=y
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_FLASH is not set
|