]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00278523 ARM: imx: mx6sl-evk: Enable USB function
authorPeter Chen <peter.chen@freescale.com>
Fri, 6 Sep 2013 07:27:03 +0000 (15:27 +0800)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:55:32 +0000 (09:55 +0800)
Enable USB function for OTG 1 and OTG 2 at mx6sololite evk.
Besides, fix the wrong interrupt number for OTG2 and host 1.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
arch/arm/boot/dts/imx6sl-evk.dts
arch/arm/boot/dts/imx6sl.dtsi

index 04d5886884a8a81e7d4915c8f4f00f15bff703b7..11878cd4ea41e76738c35b082049062d5012d7f3 100644 (file)
                        regulator-max-microvolt = <4325000>;
                        regulator-boot-on;
                };
+
+               reg_usb_otg1_vbus: usb_otg1_vbus {
+                       compatible = "regulator-fixed";
+                       regulator-name = "usb_otg1_vbus";
+                       regulator-min-microvolt = <5000000>;
+                       regulator-max-microvolt = <5000000>;
+                       gpio = <&gpio4 0 0>;
+                       enable-active-high;
+               };
+
+               reg_usb_otg2_vbus: usb_otg2_vbus {
+                       compatible = "regulator-fixed";
+                       regulator-name = "usb_otg2_vbus";
+                       regulator-min-microvolt = <5000000>;
+                       regulator-max-microvolt = <5000000>;
+                       gpio = <&gpio4 2 0>;
+                       enable-active-high;
+               };
        };
 
        backlight {
                                MX6SL_PAD_ECSPI2_SS0__GPIO4_IO15  0x17000
                                MX6SL_PAD_FEC_RX_ER__GPIO4_IO19   0x80000000
                                MX6SL_PAD_LCD_RESET__GPIO2_IO19 0x1b0b0
+                               MX6SL_PAD_KEY_COL4__GPIO4_IO00  0x80000000
+                               MX6SL_PAD_KEY_COL5__GPIO4_IO02  0x80000000
                        >;
                };
        };
        status = "okay";
 };
 
+&usbotg1 {
+       vbus-supply = <&reg_usb_otg1_vbus>;
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_usbotg1_1>;
+       disable-over-current;
+       status = "okay";
+};
+
+&usbotg2 {
+       vbus-supply = <&reg_usb_otg2_vbus>;
+       dr_mode = "host";
+       disable-over-current;
+       status = "okay";
+};
+
 &usdhc1 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_usdhc1_1>;
index c1703bea273906033e3c7f6d85fb5dd369585a7a..b35e965b7428d7c17347b70707e0ae483e6df989 100644 (file)
                        usbotg2: usb@02184200 {
                                compatible = "fsl,imx6sl-usb", "fsl,imx27-usb";
                                reg = <0x02184200 0x200>;
-                               interrupts = <0 40 0x04>;
+                               interrupts = <0 42 0x04>;
                                clocks = <&clks IMX6SL_CLK_USBOH3>;
                                fsl,usbphy = <&usbphy2>;
                                fsl,usbmisc = <&usbmisc 1>;
                        usbh: usb@02184400 {
                                compatible = "fsl,imx6sl-usb", "fsl,imx27-usb";
                                reg = <0x02184400 0x200>;
-                               interrupts = <0 42 0x04>;
+                               interrupts = <0 40 0x04>;
                                clocks = <&clks IMX6SL_CLK_USBOH3>;
                                fsl,usbmisc = <&usbmisc 2>;
                                status = "disabled";
                };
        };
 
+       usbotg1 {
+               pinctrl_usbotg1_1: usbotg1grp-1 {
+                       fsl,pins = <
+                               MX6SL_PAD_EPDC_PWRCOM__USB_OTG1_ID 0x17059
+                       >;
+               };
+
+               pinctrl_usbotg1_2: usbotg1grp-2 {
+                       fsl,pins = <
+                               MX6SL_PAD_FEC_RXD0__USB_OTG1_ID 0x17059
+                       >;
+               };
+
+               pinctrl_usbotg1_3: usbotg1grp-3 {
+                       fsl,pins = <
+                               MX6SL_PAD_LCD_DAT1__USB_OTG1_ID 0x17059
+                       >;
+               };
+
+               pinctrl_usbotg1_4: usbotg1grp-4 {
+                       fsl,pins = <
+                               MX6SL_PAD_REF_CLK_32K__USB_OTG1_ID 0x17059
+                       >;
+               };
+
+               pinctrl_usbotg1_5: usbotg1grp-5 {
+                       fsl,pins = <
+                               MX6SL_PAD_SD3_DAT0__USB_OTG1_ID 0x17059
+                       >;
+               };
+       };
+
+       usbotg2 {
+               pinctrl_usbotg2_1: usbotg2grp-1 {
+                       fsl,pins = <
+                               MX6SL_PAD_ECSPI1_SCLK__USB_OTG2_OC 0x17059
+                       >;
+               };
+
+               pinctrl_usbotg2_2: usbotg2grp-2 {
+                       fsl,pins = <
+                               MX6SL_PAD_ECSPI2_SCLK__USB_OTG2_OC 0x17059
+                       >;
+               };
+
+               pinctrl_usbotg2_3: usbotg2grp-3 {
+                       fsl,pins = <
+                               MX6SL_PAD_KEY_ROW5__USB_OTG2_OC 0x17059
+                       >;
+               };
+
+               pinctrl_usbotg2_4: usbotg2grp-4 {
+                       fsl,pins = <
+                               MX6SL_PAD_SD3_DAT2__USB_OTG2_OC 0x17059
+                       >;
+               };
+       };
+
        usdhc1 {
                pinctrl_usdhc1_1: usdhc1grp-1 {
                        fsl,pins = <