Skip to content

Commit

Permalink
ARM: dts: vf610: fix length of eshdc1 register property
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
  • Loading branch information
Stefan Agner authored and Shawn Guo committed Jul 18, 2014
1 parent 8536239 commit e777962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/vf610.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@

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>,
Expand Down

0 comments on commit e777962

Please sign in to comment.