Commit 463be3cb authored by Jensen Huang's avatar Jensen Huang Committed by Heiko Stuebner

arm64: dts: rockchip: add enable-strobe-pulldown to emmc phy on nanopi4

Internal pull-down for strobe line (GRF_EMMCPHY_CON2[9]) was disabled
by commit 8b5c2b45, which causes I/O error in HS400 mode.

Tested on NanoPC-T4.

Fixes: 8b5c2b45 ("phy: rockchip: set pulldown for strobe line in dts")
Signed-off-by: default avatarJensen Huang <jensenhuang@friendlyarm.com>
Link: https://lore.kernel.org/r/20220928091129.20597-1-jensenhuang@friendlyarm.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent b44bc59d
...@@ -167,6 +167,7 @@ &cpu_l3 { ...@@ -167,6 +167,7 @@ &cpu_l3 {
}; };
&emmc_phy { &emmc_phy {
rockchip,enable-strobe-pulldown;
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment