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

Commit 143e7678 authored by Pavankumar Kondeti's avatar Pavankumar Kondeti
Browse files

ARM: dts: msm: Add HSIC device for msm8926 CDP



HSIC gpio lines are different for msm8226 and msm8926. Update the
gpios for msm8926 and enable it only for CDP.

Change-Id: I070d418c81edc38acd9443b4fa2a3abbeff103cb
Signed-off-by: default avatarPavankumar Kondeti <pkondeti@codeaurora.org>
parent b2900d66
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -32,3 +32,7 @@
	};

};

&hsic_host {
	status = "ok";
};
+8 −0
Original line number Diff line number Diff line
@@ -102,3 +102,11 @@
	qcom,memblock-remove = <0x08000000 0x7500000
				0x0fa00000 0x500000>; /* Address and size of the hole */
};

&hsic_host {
	interrupt-map = <0 &intc 0 136 0
		1 &intc 0 148 0
		2 &msmgpio 119 0x8>;
	hsic,strobe-gpio = <&msmgpio 119 0x00>;
	hsic,data-gpio = <&msmgpio 120 0x00>;
};