Failed to use Wifi module on NX

Put the full patch that could resolve this issue that 8265 fails to get detect.

diff --git a/common/tegra194-p3668-common.dtsi b/common/tegra194-p3668-common.dtsi
index 1944bba..ba0fff2 100644
--- a/common/tegra194-p3668-common.dtsi
+++ b/common/tegra194-p3668-common.dtsi
@@ -133,7 +133,7 @@
 			};
 			usb2-2 {
 				mode = "host";
-				vbus-supply = <&p3509_vdd_usb2_5v>;
+				vbus-supply = <&battery_reg>;
 				status = "okay";
 			};
 			usb3-2 {
@@ -297,6 +297,20 @@
 			label = "pex_refclk_sel_high";
 			status = "disabled";
 		};
+		w-disable1 {
+			gpio-hog;
+			output-high;
+			gpios = <TEGRA194_AON_GPIO(CC, 2) GPIO_ACTIVE_LOW>;
+			label = "w-disable1";
+			status = "okay";
+		};
+		w-disable2 {
+			gpio-hog;
+			output-high;
+			gpios = <TEGRA194_AON_GPIO(CC, 0) GPIO_ACTIVE_LOW>;
+			label = "w-disable2";
+			status = "okay";
+		};
 	};
 
 	pcie@14160000 {