devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: rockchip: add enable-strobe-pulldown to emmc phy on rk3399
@ 2022-08-22  7:41 Jensen Huang
  2022-08-23 11:53 ` Heiko Stübner
  0 siblings, 1 reply; 11+ messages in thread
From: Jensen Huang @ 2022-08-22  7:41 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Heiko Stuebner, Vinod Koul,
	Chris Ruehl
  Cc: Jensen Huang, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel

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

Tested on NanoPC-T4.

Fixes: 8b5c2b45b8f0 ("phy: rockchip: set pulldown for strobe line in dts")
Signed-off-by: Jensen Huang <jensenhuang@friendlyarm.com>

diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
index 9d5b0e8c9cca..9491cafbbaa3 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
@@ -1561,6 +1561,7 @@ emmc_phy: phy@f780 {
 			clock-names = "emmcclk";
 			drive-impedance-ohm = <50>;
 			#phy-cells = <0>;
+			rockchip,enable-strobe-pulldown;
 			status = "disabled";
 		};
 
-- 
2.37.0


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-02-27 16:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-22  7:41 [PATCH] arm64: dts: rockchip: add enable-strobe-pulldown to emmc phy on rk3399 Jensen Huang
2022-08-23 11:53 ` Heiko Stübner
2022-08-23 14:13   ` Doug Anderson
2022-08-24  3:11     ` Jensen Huang
2022-08-24 14:57       ` Doug Anderson
2022-08-26 12:03         ` Jensen Huang
2024-02-27  2:05         ` Alban Browaeys
2024-02-27 10:11           ` Folker Schwesinger
2024-02-27 10:38             ` Christopher Obbard
2024-02-27 13:49               ` Folker Schwesinger
2024-02-27 16:00               ` Dragan Simic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).