[rdkb][common][bsp][Refactor and sync kernel from openwrt]

[Description]
935871e8 [kernel][mt7988][PMIC][Fix missing cpu frequency and PMIC devicetree nodes]
90c699e8 [kernel][common][eth][Fix issues detected by Coverity scan]
e008f4d9 [openwrt][mt7988][crypto][Fix eip driver coverity]
a5ea5dca [kernel][common][hnat][Refactor PPPQ to dispatch ACK packets to the high priority TXQ]
8e417d1f [openwrt][mt7988][crypto][Refactor kernel patch to decouple IPSec and hnat]
356faafe [openwrt][mt7988][crypto][Refactor to unify EIP driver]
af9caf1b [CRITICAL][kernel][common][eth][Fix SW path transmission timeout issue]
58eeb898 [HIGH][kernel][common][eth][Update Airoha EN8811H 2.5G PHY driver to v1.2.5]
5f29c7ff [openwrt][mt7988][crypto][Add scatterlist API in DDK for look-aside mode]
bead1a2b [openwrt][mt7988][crypto][Add look-aside mode]
d1ca477e [openvswitch][common][Fix IPv6 client can't get RA packet]
656dd84a [kernel][mt7981][eth][Add DTS for the SFP]
e6acedf7 [kernel][common][hnat][Fix issues detected by Coverity scan]
a04d0886 [kernel][common][eth][Fix issues detected by Coverity scan]
84c95b0a [openwrt][common][app][Fix switch issues detected by Coverity]
7012eb9f [openwrt][common][Upgrade kernel version from 5.4.260 to 5.4.271]
186c1407 [kernel][common][eth][Fix issues detected by Coverity scan]
eb29f0ec [kernel][mt7988][eth][Enhance the TX performance of the QDMA]
ee6f32a9 [CRITICAL][kernel][mt7988][eth][Fix issue of transmitting abnormal data for USXGMII]
9433a462 [MAC80211][WED][Add kite two pcie with two wed support]

[Release-log]

Change-Id: I9184720254bbcd9a9ed159afcb20e86a29c3b0d6
diff --git a/recipes-kernel/linux/linux-mediatek-5.4/mediatek/patches-5.4/0005-dts-mt7622-add-gsw.patch b/recipes-kernel/linux/linux-mediatek-5.4/mediatek/patches-5.4/0005-dts-mt7622-add-gsw.patch
index d40cbfb..fb959ce 100644
--- a/recipes-kernel/linux/linux-mediatek-5.4/mediatek/patches-5.4/0005-dts-mt7622-add-gsw.patch
+++ b/recipes-kernel/linux/linux-mediatek-5.4/mediatek/patches-5.4/0005-dts-mt7622-add-gsw.patch
@@ -81,7 +81,7 @@
  	};
  
  	cpus {
-@@ -40,23 +39,36 @@
+@@ -39,23 +39,36 @@
  
  	gpio-keys {
  		compatible = "gpio-keys";
@@ -99,9 +99,9 @@
  			linux,code = <KEY_WPS_BUTTON>;
 -			gpios = <&pio 102 0>;
 +			gpios = <&pio 102 GPIO_ACTIVE_LOW>;
-+		};
-+	};
-+
+ 		};
+ 	};
+ 
 +	leds {
 +		compatible = "gpio-leds";
 +
@@ -113,10 +113,10 @@
 +		red {
 +			label = "bpi-r64:pio:red";
 +			gpios = <&pio 88 GPIO_ACTIVE_HIGH>;
- 		};
- 	};
- 
- 	memory {
++ 		};
++ 	};
++	
+ 	memory@40000000 {
 -		reg = <0 0x40000000 0 0x20000000>;
 +		reg = <0 0x40000000 0 0x40000000>;
  	};