mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: rk3588 fix sdio pins to pull up
The sdio requires the cmd and data pins to pull up by soc. Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com> Change-Id: Ieef7128a280a9f39b226879f5b16559025dabe3b
This commit is contained in:
@@ -348,15 +348,15 @@
|
||||
/* sdio_clk_m0 */
|
||||
<2 RK_PB3 2 &pcfg_pull_none>,
|
||||
/* sdio_cmd_m0 */
|
||||
<2 RK_PB2 2 &pcfg_pull_none>,
|
||||
<2 RK_PB2 2 &pcfg_pull_up>,
|
||||
/* sdio_d0_m0 */
|
||||
<2 RK_PA6 2 &pcfg_pull_none>,
|
||||
<2 RK_PA6 2 &pcfg_pull_up>,
|
||||
/* sdio_d1_m0 */
|
||||
<2 RK_PA7 2 &pcfg_pull_none>,
|
||||
<2 RK_PA7 2 &pcfg_pull_up>,
|
||||
/* sdio_d2_m0 */
|
||||
<2 RK_PB0 2 &pcfg_pull_none>,
|
||||
<2 RK_PB0 2 &pcfg_pull_up>,
|
||||
/* sdio_d3_m0 */
|
||||
<2 RK_PB1 2 &pcfg_pull_none>;
|
||||
<2 RK_PB1 2 &pcfg_pull_up>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user