summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/vfxxx.dtsi
diff options
context:
space:
mode:
authorCory Tusar <cory.tusar@pid1solutions.com>2015-07-08 16:51:06 -0400
committerShawn Guo <shawnguo@kernel.org>2015-08-11 23:15:15 +0800
commit3b7816bade36f4f04a61d3c2920b5a110f23ce84 (patch)
tree88d48c25bace33ca8f6545e1d4a4e6105859eff9 /arch/arm/boot/dts/vfxxx.dtsi
parented339363de1b5c4630268aa7f934503aaccccb70 (diff)
downloadlinux-stable-3b7816bade36f4f04a61d3c2920b5a110f23ce84.tar.gz
linux-stable-3b7816bade36f4f04a61d3c2920b5a110f23ce84.tar.bz2
linux-stable-3b7816bade36f4f04a61d3c2920b5a110f23ce84.zip
ARM: dts: vfxxx: Include support for esdhc0 functionality.
Extend the existing Vybrid eSDHC devicetree implementation to also describe the esdhc0 functional block. Tested on a custom VF610-based board with a Toshiba THGBM1G5D2EBAI7 eMMC module attached to esdhc0. Signed-off-by: Cory Tusar <cory.tusar@pid1solutions.com> Acked-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/vfxxx.dtsi')
-rw-r--r--arch/arm/boot/dts/vfxxx.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi
index 10014cb51544..81a4d9aadebb 100644
--- a/arch/arm/boot/dts/vfxxx.dtsi
+++ b/arch/arm/boot/dts/vfxxx.dtsi
@@ -460,6 +460,17 @@
status = "disabled";
};
+ esdhc0: esdhc@400b1000 {
+ compatible = "fsl,imx53-esdhc";
+ reg = <0x400b1000 0x1000>;
+ interrupts = <27 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&clks VF610_CLK_IPG_BUS>,
+ <&clks VF610_CLK_PLATFORM_BUS>,
+ <&clks VF610_CLK_ESDHC0>;
+ clock-names = "ipg", "ahb", "per";
+ status = "disabled";
+ };
+
esdhc1: esdhc@400b2000 {
compatible = "fsl,imx53-esdhc";
reg = <0x400b2000 0x1000>;