Merge "[BugFix][API-1425]add debugFW insmod in insmod_drv.sh" into GSW3.0-No-Connman
diff --git a/meta-sdk/meta/meta-lynqSDK-T800/recipes-kernel/linux/files/auto2735evb.dts b/meta-sdk/meta/meta-lynqSDK-T800/recipes-kernel/linux/files/auto2735evb.dts
index f08030c..a300cbe 100755
--- a/meta-sdk/meta/meta-lynqSDK-T800/recipes-kernel/linux/files/auto2735evb.dts
+++ b/meta-sdk/meta/meta-lynqSDK-T800/recipes-kernel/linux/files/auto2735evb.dts
@@ -1648,6 +1648,18 @@
             post_mdelay_time = <1>;
         };
     };
+    
+    phy_power_24:gpio@024 {
+        gpio_num = <24>;
+        actions_suspend_24:suspend@24 {
+	    gpio_mode = <0>;
+            gpio_dir = <1>;
+	    gpio_value = <0>;
+	};
+        actions_resume_24: resume@24 {
+            gpio_value = <1>;
+        };
+    };
 };
 /*youchen@2023-01-05 add for lpm suspend actions end*/
 #include <mediatek/evb6890v1_64_cpe/cust.dtsi>
diff --git a/src/kernel/linux/v4.19/arch/arm64/boot/dts/mediatek/auto2735evb.dts b/src/kernel/linux/v4.19/arch/arm64/boot/dts/mediatek/auto2735evb.dts
index c1af865..f84a988 100755
--- a/src/kernel/linux/v4.19/arch/arm64/boot/dts/mediatek/auto2735evb.dts
+++ b/src/kernel/linux/v4.19/arch/arm64/boot/dts/mediatek/auto2735evb.dts
@@ -1638,6 +1638,17 @@
             post_mdelay_time = <1>;
         };
     };
+    phy_power_24:gpio@024 {
+        gpio_num = <24>;
+        actions_suspend_24:suspend@24 {
+	    gpio_mode = <0>;
+            gpio_dir = <1>;
+	    gpio_value = <0>;
+	};
+        actions_resume_24: resume@24 {
+            gpio_value = <1>;
+        };
+    };
 };
 /*youchen@2023-01-05 add for lpm suspend actions end*/
 #include <mediatek/evb6890v1_64_cpe/cust.dtsi>