arm64: dts: rockchip: rk3588s fix sdio pins to pull up

The sdio requires the cmd and data pins to pull up by soc.

Signed-off-by: Alex Zhao <zzc@rock-chips.com>
[adapted to pinctrl filename change]
Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Link: https://lore.kernel.org/r/20240829204517.398669-2-macroalpha82@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Alex Zhao 2024-08-29 15:45:15 -05:00 committed by Heiko Stuebner
parent 13066fc101
commit bd60cae293

View File

@ -2449,15 +2449,15 @@
/* sdio_clk_m1 */
<3 RK_PA5 2 &pcfg_pull_none>,
/* sdio_cmd_m1 */
<3 RK_PA4 2 &pcfg_pull_none>,
<3 RK_PA4 2 &pcfg_pull_up>,
/* sdio_d0_m1 */
<3 RK_PA0 2 &pcfg_pull_none>,
<3 RK_PA0 2 &pcfg_pull_up>,
/* sdio_d1_m1 */
<3 RK_PA1 2 &pcfg_pull_none>,
<3 RK_PA1 2 &pcfg_pull_up>,
/* sdio_d2_m1 */
<3 RK_PA2 2 &pcfg_pull_none>,
<3 RK_PA2 2 &pcfg_pull_up>,
/* sdio_d3_m1 */
<3 RK_PA3 2 &pcfg_pull_none>;
<3 RK_PA3 2 &pcfg_pull_up>;
};
};