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

Commit 1a43560c authored by Krishna Konda's avatar Krishna Konda
Browse files

ARM: dts: msm: change emmc clock line drive strength



The clock line drive strength for eMMC should be 16 mA for msm8974pro-ab
mtp platform. If it is set to any other value for this platform, it can
lead to CRC errors.

Change-Id: I717c9b895d231148b4b9522b63fb3642c956bdf8
Signed-off-by: default avatarKrishna Konda <kkonda@codeaurora.org>
parent 0023b20a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,5 +22,5 @@
};

&sdhc_1 {
	qcom,pad-drv-on = <0x4 0x4 0x4>; /* 10mA, 10mA, 10mA */
	qcom,pad-drv-on = <0x7 0x4 0x4>; /* 16mA, 10mA, 10mA */
};