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: Kiran Gunda <kgunda@codeaurora.org>
diff --git a/arch/arm64/boot/dts/qcom/msm8953.dtsi b/arch/arm64/boot/dts/qcom/msm8953.dtsi
index e90c30b..87d5f34 100644
--- a/arch/arm64/boot/dts/qcom/msm8953.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8953.dtsi
@@ -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>;
 	};
 };