Skip to content

Commit

Permalink
arm64: dts: rock-5a: pull down data-strobe to fix emmc compatibility
Browse files Browse the repository at this point in the history
Pull down the emmc-data-strobe to fix some emmc compatibility.
  • Loading branch information
nyanmisaka committed Nov 22, 2023
1 parent 2204bee commit d1b07f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts
Expand Up @@ -892,6 +892,12 @@
rockchip,pins = <0 RK_PC4 RK_FUNC_GPIO &pcfg_pull_none>;
};
};

emmc {
emmc_data_strobe: emmc-data-strobe {
rockchip,pins = <2 RK_PA2 1 &pcfg_pull_down>;
};
};
};

&gpio0 {
Expand Down

0 comments on commit d1b07f1

Please sign in to comment.