]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: dts: sunxi: Add address- and size-cells properties to the mmc ctrl nodes
authorHans de Goede <hdegoede@redhat.com>
Tue, 10 Mar 2015 15:27:09 +0000 (16:27 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 27 Apr 2015 06:20:28 +0000 (08:20 +0200)
commit4c1bb9c31877d58c5d6f5c92327566fc8a5f99ac
treebb9bab4e5c500276cac3b4fbe30943b515f4e0c8
parentbab03561224baa536b98f1d137d2b6b5dd159763
ARM: dts: sunxi: Add address- and size-cells properties to the mmc ctrl nodes

Sometimes we need to specify non-probably information for sdio devices in the
devicetree, this is done through child nodes addressed by the reg property,
whereby the reg property refers to the sdio function number, see;
Documentation/devicetree/bindings/mmc/mmc.txt

This commit adds the necessary address- and size-cells properties to the mmc
controller nodes in the dtsi files, so that dts files needing such a child
node do not need to specify these themselves.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun4i-a10.dtsi
arch/arm/boot/dts/sun5i.dtsi
arch/arm/boot/dts/sun6i-a31.dtsi
arch/arm/boot/dts/sun7i-a20.dtsi
arch/arm/boot/dts/sun8i-a23.dtsi
arch/arm/boot/dts/sun9i-a80.dtsi