diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-06-17 17:41:01 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-06-17 18:00:07 +0400 |
commit | 589681b20688267a06a068d77ef10fc7c34168ba (patch) | |
tree | 5498c8aff3ebd42064cb90fccf0ac6c0e8663bc3 /arch/arm/boot/dts/imx6qdl-microsom.dtsi | |
parent | eea53bb16d0ff19c1fe2d29c359100df739a95d7 (diff) | |
download | linux-589681b20688267a06a068d77ef10fc7c34168ba.tar.xz |
ARM: dts: hummingboard/cubox-i: move usb otg configuration to platform level
The configuration of the USB OTG is a platform configuration decision,
not a microsom decision. Move this configuration out to the platform
level files.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-microsom.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-microsom.dtsi | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-microsom.dtsi b/arch/arm/boot/dts/imx6qdl-microsom.dtsi index d729d0b15f25..79eac6849d4c 100644 --- a/arch/arm/boot/dts/imx6qdl-microsom.dtsi +++ b/arch/arm/boot/dts/imx6qdl-microsom.dtsi @@ -10,14 +10,6 @@ MX6QDL_PAD_CSI0_DAT11__UART1_RX_DATA 0x1b0b1 >; }; - - pinctrl_microsom_usbotg: microsom-usbotg { - /* - * Similar to pinctrl_usbotg_2, but we want it - * pulled down for a fixed host connection. - */ - fsl,pins = <MX6QDL_PAD_GPIO_1__USB_OTG_ID 0x13059>; - }; }; }; @@ -26,8 +18,3 @@ pinctrl-0 = <&pinctrl_microsom_uart1>; status = "okay"; }; - -&usbotg { - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_microsom_usbotg>; -}; |