From: Heiko Stuebner Date: Wed, 10 Sep 2014 15:10:35 +0000 (+0200) Subject: ARM: dts: rockchip: clean up rk3xxx mmc nodes X-Git-Tag: v3.18-rc1~119^2~27^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=71557d70b3c1c391ade6622a1369a3f2b695a1d8;p=karo-tx-linux.git ARM: dts: rockchip: clean up rk3xxx mmc nodes Commit 356649ab6d64 ("ARM: dts: rockchip: unuse the slot-node and deprecate the supports-highspeed for dw-mmc") removed the slots but not the #xx-cells properties describing the subnodes. Do this now. Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm/boot/dts/rk3xxx.dtsi b/arch/arm/boot/dts/rk3xxx.dtsi index c383f5ccb27c..9945bb9b6c14 100644 --- a/arch/arm/boot/dts/rk3xxx.dtsi +++ b/arch/arm/boot/dts/rk3xxx.dtsi @@ -118,8 +118,6 @@ compatible = "rockchip,rk2928-dw-mshc"; reg = <0x10214000 0x1000>; interrupts = ; - #address-cells = <1>; - #size-cells = <0>; clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>; clock-names = "biu", "ciu"; @@ -131,8 +129,6 @@ compatible = "rockchip,rk2928-dw-mshc"; reg = <0x10218000 0x1000>; interrupts = ; - #address-cells = <1>; - #size-cells = <0>; clocks = <&cru HCLK_SDIO>, <&cru SCLK_SDIO>; clock-names = "biu", "ciu";