These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / arm / boot / dts / imx6sl-warp.dts
index 64f7dec..10c6996 100644 (file)
                reg = <0x80000000 0x20000000>;
        };
 
-       regulators {
-               compatible = "simple-bus";
-               #address-cells = <1>;
-               #size-cells = <0>;
-
-               reg_usb_otg1_vbus: regulator@0 {
-                       compatible = "regulator-fixed";
-                       reg = <0>;
-                       regulator-name = "usb_otg1_vbus";
-                       regulator-min-microvolt = <5000000>;
-                       regulator-max-microvolt = <5000000>;
-                       gpio = <&gpio4 0 0>;
-                       enable-active-high;
-               };
-
-               reg_usb_otg2_vbus: regulator@1 {
-                       compatible = "regulator-fixed";
-                       reg = <1>;
-                       regulator-name = "usb_otg2_vbus";
-                       regulator-min-microvolt = <5000000>;
-                       regulator-max-microvolt = <5000000>;
-                       gpio = <&gpio4 2 0>;
-                       enable-active-high;
-               };
-
-               reg_1p8v: regulator@2 {
-                       compatible = "regulator-fixed";
-                       reg = <2>;
-                       regulator-name = "1P8V";
-                       regulator-min-microvolt = <1800000>;
-                       regulator-max-microvolt = <1800000>;
-               };
-       };
-
        usdhc3_pwrseq: usdhc3_pwrseq {
                compatible = "mmc-pwrseq-simple";
                reset-gpios = <&gpio4 5 GPIO_ACTIVE_LOW>,       /* WL_REG_ON */
+                             <&gpio4 7 GPIO_ACTIVE_LOW>,       /* WL_HOSTWAKE */
                              <&gpio3 25 GPIO_ACTIVE_LOW>,      /* BT_REG_ON */
+                             <&gpio3 27 GPIO_ACTIVE_LOW>,      /* BT_HOSTWAKE */
                              <&gpio4 4 GPIO_ACTIVE_LOW>,       /* BT_WAKE */
                              <&gpio4 6 GPIO_ACTIVE_LOW>;       /* BT_RST_N */
        };
        status = "okay";
 };
 
-&uart2 {
+&uart3 {
        pinctrl-names = "default";
-       pinctrl-0 = <&pinctrl_uart2>;
-       fsl,uart-has-rtscts;
+       pinctrl-0 = <&pinctrl_uart3>;
        status = "okay";
 };
 
-&uart3 {
+&uart5 {
        pinctrl-names = "default";
-       pinctrl-0 = <&pinctrl_uart3>;
+       pinctrl-0 = <&pinctrl_uart5>;
+       fsl,uart-has-rtscts;
        status = "okay";
 };
 
 &usbotg1 {
-       vbus-supply = <&reg_usb_otg1_vbus>;
-       dr_mode = "host";
+       dr_mode = "peripheral";
        disable-over-current;
        status = "okay";
 };
 
 &usbotg2 {
-       vbus-supply = <&reg_usb_otg2_vbus>;
+       dr_mode = "host";
        disable-over-current;
        status = "okay";
 };
                        >;
                };
 
-               pinctrl_uart2: uart2grp {
-                       fsl,pins = <
-                               MX6SL_PAD_EPDC_D12__UART2_RX_DATA       0x41b0b1
-                               MX6SL_PAD_EPDC_D13__UART2_TX_DATA       0x41b0b1
-                               MX6SL_PAD_EPDC_D14__UART2_RTS_B         0x4130B1
-                               MX6SL_PAD_EPDC_D15__UART2_CTS_B         0x4130B1
-                       >;
-               };
 
                pinctrl_uart3: uart3grp {
                        fsl,pins = <
                        >;
                };
 
+               pinctrl_uart5: uart5grp {
+                       fsl,pins = <
+                               MX6SL_PAD_ECSPI1_SCLK__UART5_RX_DATA    0x41b0b1
+                               MX6SL_PAD_ECSPI1_MOSI__UART5_TX_DATA    0x41b0b1
+                               MX6SL_PAD_ECSPI1_MISO__UART5_RTS_B      0x4130b1
+                               MX6SL_PAD_ECSPI1_SS0__UART5_CTS_B       0x4130b1
+                       >;
+               };
+
                pinctrl_usdhc2: usdhc2grp {
                        fsl,pins = <
                                MX6SL_PAD_SD2_CMD__SD2_CMD              0x417059
                                MX6SL_PAD_SD2_DAT5__SD2_DATA5           0x417059
                                MX6SL_PAD_SD2_DAT6__SD2_DATA6           0x417059
                                MX6SL_PAD_SD2_DAT7__SD2_DATA7           0x417059
+                               MX6SL_PAD_SD2_RST__SD2_RESET            0x417059
                        >;
                };
 
                                MX6SL_PAD_SD2_DAT5__SD2_DATA5           0x4170b9
                                MX6SL_PAD_SD2_DAT6__SD2_DATA6           0x4170b9
                                MX6SL_PAD_SD2_DAT7__SD2_DATA7           0x4170b9
+                               MX6SL_PAD_SD2_RST__SD2_RESET            0x4170b9
                        >;
                };
 
                                MX6SL_PAD_SD2_DAT5__SD2_DATA5           0x4170f9
                                MX6SL_PAD_SD2_DAT6__SD2_DATA6           0x4170f9
                                MX6SL_PAD_SD2_DAT7__SD2_DATA7           0x4170f9
+                               MX6SL_PAD_SD2_RST__SD2_RESET            0x4170f9
                        >;
                };