]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: mvebu: Update the SDHCI node on Armada 38x
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Thu, 29 Jan 2015 11:36:29 +0000 (12:36 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 23 Feb 2015 14:18:34 +0000 (15:18 +0100)
The binding of the armada-380-sdhci has been extended with a new
register in order to be able to use the SDR50 and DDR50 mode. This
commit add the resource associated to this new register for the
Armada 38x.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/boot/dts/armada-38x.dtsi

index efff46b11a8a26b8663cc27ff6fc4e3c7bb799f4..cb30fb82a046e60315c43e1d4e8906b07d290b8f 100644 (file)
 
                        sdhci@d8000 {
                                compatible = "marvell,armada-380-sdhci";
-                               reg = <0xd8000 0x1000>, <0xdc000 0x100>;
+                               reg-names = "sdhci", "mbus", "conf-sdio3";
+                               reg = <0xd8000 0x1000>,
+                                       <0xdc000 0x100>,
+                                       <0x18454 0x4>;
                                interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&gateclk 17>;
                                mrvl,clk-delay-cycles = <0x1F>;