mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 07:44:21 +08:00
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:
parent
13066fc101
commit
bd60cae293
@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user