Skip to content

Commit

Permalink
arm64: dts: rockchip: add enable-strobe-pulldown to emmc phy on nanopi4
Browse files Browse the repository at this point in the history
Internal pull-down for strobe line (GRF_EMMCPHY_CON2[9]) was disabled
by commit 8b5c2b4, which causes I/O error in HS400 mode.

Tested on NanoPC-T4.

Fixes: 8b5c2b4 ("phy: rockchip: set pulldown for strobe line in dts")
Signed-off-by: Jensen Huang <jensenhuang@friendlyarm.com>
Link: https://lore.kernel.org/r/20220928091129.20597-1-jensenhuang@friendlyarm.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
911gt3 authored and mmind committed Oct 17, 2022
1 parent b44bc59 commit 463be3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi
Expand Up @@ -167,6 +167,7 @@
};

&emmc_phy {
rockchip,enable-strobe-pulldown;
status = "okay";
};

Expand Down

0 comments on commit 463be3c

Please sign in to comment.