We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ae02a commit 3f8577cCopy full SHA for 3f8577c
arch/arm/boot/dts/rk3506-pinctrl.dtsi
@@ -1078,13 +1078,13 @@
1078
sdmmc_bus4_pins: sdmmc-bus4-pins {
1079
rockchip,pins =
1080
/* sdmmc_d0 */
1081
- <3 RK_PA2 1 &pcfg_pull_none>,
+ <3 RK_PA2 1 &pcfg_pull_up>,
1082
/* sdmmc_d1 */
1083
- <3 RK_PA3 1 &pcfg_pull_none>,
+ <3 RK_PA3 1 &pcfg_pull_up>,
1084
/* sdmmc_d2 */
1085
- <3 RK_PA4 1 &pcfg_pull_none>,
+ <3 RK_PA4 1 &pcfg_pull_up>,
1086
/* sdmmc_d3 */
1087
- <3 RK_PA5 1 &pcfg_pull_none>;
+ <3 RK_PA5 1 &pcfg_pull_up>;
1088
};
1089
1090
/omit-if-no-ref/
@@ -1097,7 +1097,7 @@
1097
sdmmc_cmd_pins: sdmmc-cmd-pins {
1098
1099
/* sdmmc_cmd */
1100
- <3 RK_PA1 1 &pcfg_pull_none>;
+ <3 RK_PA1 1 &pcfg_pull_up>;
1101
1102
1103
0 commit comments