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

Commit b3010a2d authored by Krishna Konda's avatar Krishna Konda
Browse files

ARM: dts: msm: enable HS400 for msm8994



MSM8994 supports HS400 for eMMC and hence updating the device node
information to reflect that support.

Right now only the mtp platforms are stable for HS400 mode. Fix the
eMMC clock line drive strength to an appropriate value for mtp
platforms.

After the issues with cdp platforms are resolved, then HS400 mode
for those platforms will be enabled.

Change-Id: I256b905a25624bf13203d359b2fa7ac29f58d945
Signed-off-by: default avatarKrishna Konda <kkonda@codeaurora.org>
parent 807d60f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,8 +41,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";
};

+3 −3
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@
			label = "sdc1-clk";
			sdc1_clk_on: clk_on {
				bias-disable; /* NO pull */
				drive-strength = <16>; /* 16 MA */
				drive-strength = <6>; /* 6 MA */
			};
			sdc1_clk_off: clk_off {
				bias-disable; /* NO pull */
@@ -128,7 +128,7 @@
			label = "sdc1-cmd";
			sdc1_cmd_on: cmd_on {
				bias-pull-up; /* pull up */
				drive-strength = <10>; /* 10 MA */
				drive-strength = <6>; /* 6 MA */
			};
			sdc1_cmd_off: cmd_off {
				bias-pull-up = <0x3>; /* pull up */
@@ -142,7 +142,7 @@
			label = "sdc1-data";
			sdc1_data_on: data_on {
				bias-pull-up; /* pull up */
				drive-strength = <10>; /* 10 MA */
				drive-strength = <6>; /* 6 MA */
			};
			sdc1_data_off: data_off {
				bias-pull-up; /* pull up */