summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ul-14x14-ddr3-arm2-emmc.dts
diff options
context:
space:
mode:
authorDong Aisheng <b29396@freescale.com>2015-06-11 14:40:17 +0800
committerOctavian Purdila <octavian.purdila@nxp.com>2017-02-23 14:21:42 +0200
commit80ba2245d0071092f44c5bdb4603306041f585d5 (patch)
treeec8f7cb6d4355af0b015a94d6dc43d808d8aa409 /arch/arm/boot/dts/imx6ul-14x14-ddr3-arm2-emmc.dts
parent2260bc900697226945c3cabdcf4422b2ee0fd450 (diff)
MLK-11093-1 dts: imx6ul-14x14-ddr-arm2: add SD1 eMMC support
The eMMC signals are reused from SD1 slot signals on MX6UL ARM2 board. Thus a new dts is introduced to avoid such pin confliction. Before using this dts, user has to do hw rework to connect eMMC IO signals and disconnect SD1 Slot signals. Signed-off-by: Dong Aisheng <b29396@freescale.com> (cherry picked from commit e46408ad15bed829e6f254ced16524fcfe99176f) Conflicts: arch/arm/boot/dts/Makefile arch/arm/boot/dts/imx6ul-14x14-ddr3-arm2.dts
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-14x14-ddr3-arm2-emmc.dts')
-rw-r--r--arch/arm/boot/dts/imx6ul-14x14-ddr3-arm2-emmc.dts20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul-14x14-ddr3-arm2-emmc.dts b/arch/arm/boot/dts/imx6ul-14x14-ddr3-arm2-emmc.dts
new file mode 100644
index 000000000000..234d3ce54aeb
--- /dev/null
+++ b/arch/arm/boot/dts/imx6ul-14x14-ddr3-arm2-emmc.dts
@@ -0,0 +1,20 @@
+/*
+ * Copyright (C) 2015 Freescale Semiconductor, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "imx6ul-14x14-ddr3-arm2.dts"
+
+&usdhc1 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usdhc1_8bit>;
+ bus-width = <8>;
+ cd-gpios = <>;
+ wp-gpios = <>;
+ vmmc-supply = <>;
+ non-removable;
+ status = "okay";
+};