mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-27 09:11:49 +00:00
46 lines
1.4 KiB
Diff
46 lines
1.4 KiB
Diff
diff --git a/arch/arm64/boot/dts/rockchip/rk3328.dtsi b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
|
|
index 9f11025a..151665c8 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3328.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
|
|
@@ -2067,17 +2067,17 @@
|
|
sdmmc0 {
|
|
sdmmc0_clk: sdmmc0-clk {
|
|
rockchip,pins =
|
|
- <1 RK_PA6 RK_FUNC_1 &pcfg_pull_none_4ma>;
|
|
+ <1 RK_PA6 RK_FUNC_1 &pcfg_pull_none_8ma>;
|
|
};
|
|
|
|
sdmmc0_cmd: sdmmc0-cmd {
|
|
rockchip,pins =
|
|
- <1 RK_PA4 RK_FUNC_1 &pcfg_pull_up_4ma>;
|
|
+ <1 RK_PA4 RK_FUNC_1 &pcfg_pull_up_8ma>;
|
|
};
|
|
|
|
sdmmc0_dectn: sdmmc0-dectn {
|
|
rockchip,pins =
|
|
- <1 RK_PA5 RK_FUNC_1 &pcfg_pull_up_4ma>;
|
|
+ <1 RK_PA5 RK_FUNC_1 &pcfg_pull_up_8ma>;
|
|
};
|
|
|
|
sdmmc0_wrprt: sdmmc0-wrprt {
|
|
@@ -2087,15 +2087,15 @@
|
|
|
|
sdmmc0_bus1: sdmmc0-bus1 {
|
|
rockchip,pins =
|
|
- <1 RK_PA0 RK_FUNC_1 &pcfg_pull_up_4ma>;
|
|
+ <1 RK_PA0 RK_FUNC_1 &pcfg_pull_up_8ma>;
|
|
};
|
|
|
|
sdmmc0_bus4: sdmmc0-bus4 {
|
|
rockchip,pins =
|
|
- <1 RK_PA0 RK_FUNC_1 &pcfg_pull_up_4ma>,
|
|
- <1 RK_PA1 RK_FUNC_1 &pcfg_pull_up_4ma>,
|
|
- <1 RK_PA2 RK_FUNC_1 &pcfg_pull_up_4ma>,
|
|
- <1 RK_PA3 RK_FUNC_1 &pcfg_pull_up_4ma>;
|
|
+ <1 RK_PA0 RK_FUNC_1 &pcfg_pull_up_8ma>,
|
|
+ <1 RK_PA1 RK_FUNC_1 &pcfg_pull_up_8ma>,
|
|
+ <1 RK_PA2 RK_FUNC_1 &pcfg_pull_up_8ma>,
|
|
+ <1 RK_PA3 RK_FUNC_1 &pcfg_pull_up_8ma>;
|
|
};
|
|
|
|
sdmmc0_gpio: sdmmc0-gpio {
|