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

Commit 90e356a3 authored by Kiran Gunda's avatar Kiran Gunda
Browse files

ARM: dts: msm: Correct the address-cells and interrupt-cells for msm8953



Address-cells and interrupt-cells in the SPMI device node are in
correctly configured to 1 and 3 respectively. This causes the
failure of few SPMI client drivers. Fix it by configuring the
correct cell sizes.

Change-Id: Ib646022afeb7bf45d8cde328cb8b613801a46909
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent 183d58f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -640,10 +640,10 @@
		interrupts = <GIC_SPI 190 IRQ_TYPE_NONE>;
		qcom,ee = <0>;
		qcom,channel = <0>;
		#address-cells = <1>;
		#address-cells = <2>;
		#size-cells = <0>;
		interrupt-controller;
		#interrupt-cells = <3>;
		#interrupt-cells = <4>;
		cell-index = <0>;
	};
};