Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e53230b authored by Krishna Konda's avatar Krishna Konda
Browse files

ARM: dts: msm: enable HS400 for msm8994 cdp



MSM8994 HS400 issues with cdp has been resolved. It turned out to be
a missing register write that sets up the dll to track the command
line. When this was missing, the commands without data phase would
experience communication errors since the dll does not allow the
sdhc core to sample the data at the correct place.

Change-Id: Iacc2a5257d03c7766043c680c1c2f36bbcc6de82
Signed-off-by: default avatarKrishna Konda <kkonda@codeaurora.org>
parent e461c331
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,8 +45,8 @@

	qcom,nonremovable;

	qcom,clk-rates = <400000 20000000 25000000 50000000 100000000 192000000>;
	qcom,bus-speed-mode = "HS200_1p8v", "DDR_1p8v";
	qcom,clk-rates = <400000 20000000 25000000 50000000 100000000 192000000 384000000>;
	qcom,bus-speed-mode = "HS400_1p8v", "HS200_1p8v", "DDR_1p8v";
	status = "ok";
};