diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-04-26 04:52:09 (GMT) |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-05-16 15:02:04 (GMT) |
commit | 388130b07e23c19a0f138361c5e0a8fc5df0b199 (patch) | |
tree | 7c06203d58f1ae781f60389213f3ede4f96c5909 /arch | |
parent | 4ee927ed6b183d62965b590e2fd0de125f8d6656 (diff) | |
download | linux-388130b07e23c19a0f138361c5e0a8fc5df0b199.tar.xz |
ARM: dts: imx: Remove excess entries for PMIC
This patch removes excess "#address-cells" and "#size-cells" entries
for PMIC, since these entries is not used.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx27-pdk.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx51-babbage.dts | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/imx27-pdk.dts b/arch/arm/boot/dts/imx27-pdk.dts index 764cf79..4c31771 100644 --- a/arch/arm/boot/dts/imx27-pdk.dts +++ b/arch/arm/boot/dts/imx27-pdk.dts @@ -42,8 +42,6 @@ status = "okay"; pmic: mc13783@0 { - #address-cells = <1>; - #size-cells = <0>; compatible = "fsl,mc13783"; reg = <0>; spi-cs-high; diff --git a/arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi b/arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi index b81796c..31e9f70 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi +++ b/arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi @@ -80,8 +80,6 @@ status = "okay"; pmic: mc13783@0 { - #address-cells = <1>; - #size-cells = <0>; compatible = "fsl,mc13783"; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_pmic>; diff --git a/arch/arm/boot/dts/imx51-babbage.dts b/arch/arm/boot/dts/imx51-babbage.dts index e9ce0c0..89470bf 100644 --- a/arch/arm/boot/dts/imx51-babbage.dts +++ b/arch/arm/boot/dts/imx51-babbage.dts @@ -191,8 +191,6 @@ status = "okay"; pmic: mc13892@0 { - #address-cells = <1>; - #size-cells = <0>; compatible = "fsl,mc13892"; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_pmic>; |