ARM: dts: vf610: fix length of eshdc1 register property
authorStefan Agner <stefan@agner.ch>
Mon, 14 Jul 2014 07:18:46 +0000 (09:18 +0200)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 18 Jul 2014 08:49:45 +0000 (16:49 +0800)
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/vf610.dtsi

index 6cc314e..6a6190c 100644 (file)
 
                        esdhc1: esdhc@400b2000 {
                                compatible = "fsl,imx53-esdhc";
-                               reg = <0x400b2000 0x4000>;
+                               reg = <0x400b2000 0x1000>;
                                interrupts = <0 28 0x04>;
                                clocks = <&clks VF610_CLK_IPG_BUS>,
                                        <&clks VF610_CLK_PLATFORM_BUS>,