ARM: dts: msm: fix size-cells for smb138x
Fix the bad cell count warning coming from smb138x device by setting size-cells correctly. Change-Id: I050471d676c8a11737d9034bd25d3e9229591752 Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
This commit is contained in:
parent
03c22f1938
commit
887e3c2097
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,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 = "smb138x";
|
interrupt_names = "smb138x";
|
||||||
|
|
Loading…
Add table
Reference in a new issue