mediatek: mt7622: add Linux 5.10 support
[openwrt/staging/rmilecki.git] / target / linux / mediatek / patches-5.10 / 101-dts-update-mt7629-rfb.patch
1 --- a/arch/arm/boot/dts/mt7629-rfb.dts
2 +++ b/arch/arm/boot/dts/mt7629-rfb.dts
3 @@ -18,6 +18,7 @@
4
5 chosen {
6 stdout-path = "serial0:115200n8";
7 + bootargs = "earlycon=uart8250,mmio32,0x11002000 console=ttyS0,115200n8";
8 };
9
10 gpio-keys {
11 @@ -69,6 +70,7 @@
12 gmac0: mac@0 {
13 compatible = "mediatek,eth-mac";
14 reg = <0>;
15 + mtd-mac-address = <&factory 0x2a>;
16 phy-mode = "2500base-x";
17 fixed-link {
18 speed = <2500>;
19 @@ -80,6 +82,7 @@
20 gmac1: mac@1 {
21 compatible = "mediatek,eth-mac";
22 reg = <1>;
23 + mtd-mac-address = <&factory 0x24>;
24 phy-mode = "gmii";
25 phy-handle = <&phy0>;
26 };
27 @@ -133,8 +136,9 @@
28 };
29
30 partition@b0000 {
31 - label = "kernel";
32 + label = "firmware";
33 reg = <0xb0000 0xb50000>;
34 + compatible = "denx,fit";
35 };
36 };
37 };