aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2013-12-09 21:17:02 -0500
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 09:47:32 -0400
commit4c2b8a4984811682ae1ec147d6d02883ff71eaff (patch)
tree2c2c6dc1181a920659430edf65f06c68c8b10f8f /arch/arm/boot
parente33fdbbcbd5425042757a930dd168cbbb61e08f9 (diff)
ENGR00291282-3 ARM: imx6q-arm2-hsic: add usb hsic dts
Since hsic has pin conflict with ethernet, we disable ethernet at this dts. Besides, please make sure the line of data and strobe has unchanged between board boots up and hsic controller has benn enabled. Signed-off-by: Peter Chen <peter.chen@freescale.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/imx6q-arm2-hsic.dts32
1 files changed, 32 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-arm2-hsic.dts b/arch/arm/boot/dts/imx6q-arm2-hsic.dts
new file mode 100644
index 000000000000..3b7ab4ff7376
--- /dev/null
+++ b/arch/arm/boot/dts/imx6q-arm2-hsic.dts
@@ -0,0 +1,32 @@
1/*
2 * Copyright 2013 Freescale Semiconductor, Inc.
3 *
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
7 *
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
10 */
11
12#include "imx6q-arm2.dts"
13
14&fec {
15 status = "disabled";
16};
17
18&usbh2 {
19 pinctrl-names = "idle", "active";
20 pinctrl-0 = <&pinctrl_usbh2_1>;
21 pinctrl-1 = <&pinctrl_usbh2_2>;
22 osc-clkgate-delay = <0x3>;
23 status = "okay";
24};
25
26&usbh3 {
27 pinctrl-names = "idle", "active";
28 pinctrl-0 = <&pinctrl_usbh3_1>;
29 pinctrl-1 = <&pinctrl_usbh3_2>;
30 osc-clkgate-delay = <0x3>;
31 status = "okay";
32};