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

Commit e5a8964f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 8bc314af 143e7678
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
@@ -107,3 +107,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>;
};