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 authored and amazingfate committed Mar 4, 2024
1 parent 46e24cf commit 40b3ac4
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
Original file line number Diff line number Diff line change
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 40b3ac4

Please sign in to comment.