|
@@ -74,16 +74,6 @@
|
|
|
gpio = <&gpio1 16 GPIO_ACTIVE_HIGH>; /* gpio_16: WiFi nReset */
|
|
|
startup-delay-us = <10000>;
|
|
|
};
|
|
|
-
|
|
|
- /* Regulator to trigger the nReset signal of the Bluetooth module */
|
|
|
- w3cbw003c_bt_nreset: regulator-w3cbw003c-bt-nreset {
|
|
|
- compatible = "regulator-fixed";
|
|
|
- regulator-name = "regulator-w3cbw003c-bt-nreset";
|
|
|
- regulator-min-microvolt = <3300000>;
|
|
|
- regulator-max-microvolt = <3300000>;
|
|
|
- gpio = <&gpio6 4 GPIO_ACTIVE_HIGH>; /* gpio_164: BT nReset */
|
|
|
- startup-delay-us = <10000>;
|
|
|
- };
|
|
|
};
|
|
|
|
|
|
&omap3_pmx_core {
|
|
@@ -191,7 +181,6 @@
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&mmc2_pins>;
|
|
|
vmmc-supply = <&w3cbw003c_npoweron>;
|
|
|
- vqmmc-supply = <&w3cbw003c_bt_nreset>;
|
|
|
vmmc_aux-supply = <&w3cbw003c_wifi_nreset>;
|
|
|
bus-width = <4>;
|
|
|
cap-sdio-irq;
|