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

Commit ee511d04 authored by Asutosh Das's avatar Asutosh Das
Browse files

ARM: dts: msm: Add support for command queue for 8937



Add command-queue support for eMMC (sdhc1) on 8937.
This would enable queueing of multiple commands to the device.

Change-Id: I838fb10a71f93437bca23136c323f4a7f6aee0cb
Signed-off-by: default avatarAsutosh Das <asutoshd@codeaurora.org>
parent ec7db6c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1454,8 +1454,8 @@

	sdhc_1: sdhci@7824900 {
		compatible = "qcom,sdhci-msm";
		reg = <0x7824900 0x500>, <0x7824000 0x800>;
		reg-names = "hc_mem", "core_mem";
		reg = <0x7824900 0x500>, <0x7824000 0x800>, <0x7824e00 0x200>;
		reg-names = "hc_mem", "core_mem", "cmdq_mem";

		interrupts = <0 123 0>, <0 138 0>;
		interrupt-names = "hc_irq", "pwr_irq";