Skip to content

Commit 3f8577c

Browse files
committed
ARM: dts: rockchip: rk3506-pinctrl: Set sdmmc Io to pullup state
Signed-off-by: Shawn Lin <[email protected]> Change-Id: I03a1b50e67ee7710f36e995bfbe0414ab70c0149
1 parent 21ae02a commit 3f8577c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

arch/arm/boot/dts/rk3506-pinctrl.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,13 +1078,13 @@
10781078
sdmmc_bus4_pins: sdmmc-bus4-pins {
10791079
rockchip,pins =
10801080
/* sdmmc_d0 */
1081-
<3 RK_PA2 1 &pcfg_pull_none>,
1081+
<3 RK_PA2 1 &pcfg_pull_up>,
10821082
/* sdmmc_d1 */
1083-
<3 RK_PA3 1 &pcfg_pull_none>,
1083+
<3 RK_PA3 1 &pcfg_pull_up>,
10841084
/* sdmmc_d2 */
1085-
<3 RK_PA4 1 &pcfg_pull_none>,
1085+
<3 RK_PA4 1 &pcfg_pull_up>,
10861086
/* sdmmc_d3 */
1087-
<3 RK_PA5 1 &pcfg_pull_none>;
1087+
<3 RK_PA5 1 &pcfg_pull_up>;
10881088
};
10891089

10901090
/omit-if-no-ref/
@@ -1097,7 +1097,7 @@
10971097
sdmmc_cmd_pins: sdmmc-cmd-pins {
10981098
rockchip,pins =
10991099
/* sdmmc_cmd */
1100-
<3 RK_PA1 1 &pcfg_pull_none>;
1100+
<3 RK_PA1 1 &pcfg_pull_up>;
11011101
};
11021102
};
11031103

0 commit comments

Comments
 (0)