Commit 97a53092 authored by Richard Zhao's avatar Richard Zhao Committed by Shawn Guo

ARM: dts: imx6q-sabrelite: add usbotg pinctrl support

Signed-off-by: default avatarRichard Zhao <richard.zhao@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 28342c61
...@@ -68,6 +68,8 @@ pinctrl_hog: hoggrp { ...@@ -68,6 +68,8 @@ pinctrl_hog: hoggrp {
aips-bus@02100000 { /* AIPS2 */ aips-bus@02100000 { /* AIPS2 */
usb@02184000 { /* USB OTG */ usb@02184000 { /* USB OTG */
vbus-supply = <&reg_usb_otg_vbus>; vbus-supply = <&reg_usb_otg_vbus>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usbotg_1>;
disable-over-current; disable-over-current;
status = "okay"; status = "okay";
}; };
......
...@@ -661,6 +661,14 @@ pinctrl_uart4_1: uart4grp-1 { ...@@ -661,6 +661,14 @@ pinctrl_uart4_1: uart4grp-1 {
}; };
}; };
usbotg {
pinctrl_usbotg_1: usbotggrp-1 {
fsl,pins = <
1592 0x17059 /* MX6Q_PAD_GPIO_1__ANATOP_USBOTG_ID */
>;
};
};
usdhc2 { usdhc2 {
pinctrl_usdhc2_1: usdhc2grp-1 { pinctrl_usdhc2_1: usdhc2grp-1 {
fsl,pins = < fsl,pins = <
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment