summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6q-sabreauto-ecspi.dts
diff options
context:
space:
mode:
authorHuang Shijie <b32955@freescale.com>2013-09-23 16:45:48 +0800
committerJason Liu <r64343@freescale.com>2013-10-30 09:55:47 +0800
commit7e80db604c2d92f6cf595a9044cecd57372ccfde (patch)
tree46ea23546d6a580860b3d31fcc38dfcc1fe9026e /arch/arm/boot/dts/imx6q-sabreauto-ecspi.dts
parentad87070497ac2c404ccb2245324393e3518123b8 (diff)
ENGR00280000 ARM: dts: imx6qdl-sabreauto: add dts files for ECSPI support
The ecspi1 has pin conflict with the i2c3. This patch adds two dts files for the ECSPI support. Signed-off-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-sabreauto-ecspi.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-sabreauto-ecspi.dts33
1 files changed, 33 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-sabreauto-ecspi.dts b/arch/arm/boot/dts/imx6q-sabreauto-ecspi.dts
new file mode 100644
index 000000000000..7a0a1cb2bc87
--- /dev/null
+++ b/arch/arm/boot/dts/imx6q-sabreauto-ecspi.dts
@@ -0,0 +1,33 @@
+/*
+ * Copyright (C) 2013 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 "imx6q-sabreauto.dts"
+
+&ecspi1 {
+ status = "okay";
+};
+
+&i2c3 {
+ /* pin conflict with ecspi1 */
+ status = "disabled";
+};
+
+&uart3 {
+ /* the uart3 depends on the i2c3, so disable it too. */
+ status = "disabled";
+};
+
+&usbh1 {
+ /* max7310_b on i2c3 is gone */
+ status = "disabled";
+};
+
+&usbotg {
+ /* max7310_c on i2c3 is gone */
+ status = "disabled";
+};