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

Commit 740adfd1 authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy
Browse files

ARM: dts: msm: fix size-cells for smb1355



Fix the bad cell count warning coming from smb1355 device by
setting size-cells correctly.

Change-Id: I47e44f28618ceaf72b6a2ce85be9843cf8cd19b5
Signed-off-by: default avatarSubbaraman Narayanamurthy <subbaram@codeaurora.org>
parent 781cf978
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -17,7 +17,7 @@
		compatible = "qcom,i2c-pmic";
		compatible = "qcom,i2c-pmic";
		reg = <0x8>;
		reg = <0x8>;
		#address-cells = <1>;
		#address-cells = <1>;
		#size-cells = <1>;
		#size-cells = <0>;
		interrupt-parent = <&spmi_bus>;
		interrupt-parent = <&spmi_bus>;
		interrupts = <0x0 0xd1 0x0 IRQ_TYPE_LEVEL_LOW>;
		interrupts = <0x0 0xd1 0x0 IRQ_TYPE_LEVEL_LOW>;
		interrupt_names = "smb1355";
		interrupt_names = "smb1355";