From: heiko@sntech.de (Heiko Stuebner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 6/6] ARM: dts: rockchip: clean up rk3xxx mmc nodes
Date: Wed, 10 Sep 2014 20:46:55 +0200 [thread overview]
Message-ID: <1410374815-20208-7-git-send-email-heiko@sntech.de> (raw)
In-Reply-To: <1410374815-20208-1-git-send-email-heiko@sntech.de>
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 <heiko@sntech.de>
---
arch/arm/boot/dts/rk3xxx.dtsi | 4 ----
1 file changed, 4 deletions(-)
diff --git a/arch/arm/boot/dts/rk3xxx.dtsi b/arch/arm/boot/dts/rk3xxx.dtsi
index c383f5c..9945bb9 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 = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
- #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 = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
- #address-cells = <1>;
- #size-cells = <0>;
clocks = <&cru HCLK_SDIO>, <&cru SCLK_SDIO>;
clock-names = "biu", "ciu";
--
2.0.1
prev parent reply other threads:[~2014-09-10 18:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-10 18:46 [PATCH 0/6] ARM: dts: Pull rk3066 and rk3188 along with recent rk3288 developments Heiko Stuebner
2014-09-10 18:46 ` [PATCH 1/6] ARM: dts: rockchip: remove rockchip, bus-index from rk3xxx i2c0 Heiko Stuebner
2014-09-10 18:46 ` [PATCH 2/6] ARM: dts: rockchip: add dwc2 controllers for rk3066 and rk3188 Heiko Stuebner
2014-09-10 18:46 ` [PATCH 3/6] ARM: dts: rockchip: enable usb ports on Radxa Rock Heiko Stuebner
2014-09-10 18:46 ` [PATCH 4/6] ARM: dts: rockchip: add Cortex-A9 SPI controller nodes Heiko Stuebner
2014-09-10 18:46 ` [PATCH 5/6] ARM: dts: rockchip: add emmc nodes for rk3066 and rk3188 Heiko Stuebner
2014-09-10 18:46 ` Heiko Stuebner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1410374815-20208-7-git-send-email-heiko@sntech.de \
--to=heiko@sntech.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).