Skip to content

Commit

Permalink
arm64: dts: turing-rk1: pull down emmc_data_strobe to fix HS400
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek authored and igorpecovnik committed Nov 13, 2023
1 parent 543204f commit f0e3961
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,12 @@
rockchip,pins = <2 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>;
};
};

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

&pwm0 {
Expand All @@ -553,6 +559,8 @@
mmc-hs400-1_8v;
mmc-hs400-enhanced-strobe;
full-pwr-cycle-in-suspend;
pinctrl-names = "default";
pinctrl-0 = <&emmc_data_strobe>;
status = "okay";
};

Expand Down

0 comments on commit f0e3961

Please sign in to comment.