2020-07-02 23:30:56 +08:00
|
|
|
--- a/arch/arm64/boot/dts/mediatek/mt7622.dtsi
|
|
|
|
+++ b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
|
2020-10-03 00:36:16 +08:00
|
|
|
@@ -714,6 +714,17 @@
|
2020-07-02 23:30:56 +08:00
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
+ wmac: wmac@18000000 {
|
|
|
|
+ compatible = "mediatek,mt7622-wmac";
|
|
|
|
+ reg = <0 0x18000000 0 0x100000>;
|
|
|
|
+ interrupts = <GIC_SPI 211 IRQ_TYPE_LEVEL_LOW>;
|
|
|
|
+
|
|
|
|
+ mediatek,infracfg = <&infracfg>;
|
|
|
|
+ status = "disabled";
|
|
|
|
+
|
|
|
|
+ power-domains = <&scpsys MT7622_POWER_DOMAIN_WB>;
|
|
|
|
+ };
|
|
|
|
+
|
|
|
|
ssusbsys: ssusbsys@1a000000 {
|
|
|
|
compatible = "mediatek,mt7622-ssusbsys",
|
|
|
|
"syscon";
|
|
|
|
--- a/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
|
|
|
|
+++ b/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
@@ -591,7 +591,7 @@
|
2020-07-02 23:30:56 +08:00
|
|
|
reg = <0x140000 0x0080000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
- partition@1c0000 {
|
|
|
|
+ factory: partition@1c0000 {
|
|
|
|
label = "Factory";
|
|
|
|
reg = <0x1c0000 0x0040000>;
|
|
|
|
};
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
@@ -648,3 +648,8 @@
|
2020-07-02 23:30:56 +08:00
|
|
|
pinctrl-0 = <&watchdog_pins>;
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
+
|
|
|
|
+&wmac {
|
|
|
|
+ mediatek,mtd-eeprom = <&factory 0x0000>;
|
|
|
|
+ status = "okay";
|
|
|
|
+};
|