mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ARM: dts: rockchip: rk3506-pinctrl: Set sdmmc Io to pullup state
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Change-Id: I03a1b50e67ee7710f36e995bfbe0414ab70c0149
This commit is contained in:
@@ -1078,13 +1078,13 @@
|
||||
sdmmc_bus4_pins: sdmmc-bus4-pins {
|
||||
rockchip,pins =
|
||||
/* sdmmc_d0 */
|
||||
<3 RK_PA2 1 &pcfg_pull_none>,
|
||||
<3 RK_PA2 1 &pcfg_pull_up>,
|
||||
/* sdmmc_d1 */
|
||||
<3 RK_PA3 1 &pcfg_pull_none>,
|
||||
<3 RK_PA3 1 &pcfg_pull_up>,
|
||||
/* sdmmc_d2 */
|
||||
<3 RK_PA4 1 &pcfg_pull_none>,
|
||||
<3 RK_PA4 1 &pcfg_pull_up>,
|
||||
/* sdmmc_d3 */
|
||||
<3 RK_PA5 1 &pcfg_pull_none>;
|
||||
<3 RK_PA5 1 &pcfg_pull_up>;
|
||||
};
|
||||
|
||||
/omit-if-no-ref/
|
||||
@@ -1097,7 +1097,7 @@
|
||||
sdmmc_cmd_pins: sdmmc-cmd-pins {
|
||||
rockchip,pins =
|
||||
/* sdmmc_cmd */
|
||||
<3 RK_PA1 1 &pcfg_pull_none>;
|
||||
<3 RK_PA1 1 &pcfg_pull_up>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user