forked from mirror/openwrt
mediatek: dts: mt7981: add back #address-cells and #size-cells to eth node
They were lost when ported to the 6.12 kernel. Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/19741 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
f3ce0c29ea
commit
9688f035b0
1 changed files with 5 additions and 3 deletions
|
|
@ -304,7 +304,7 @@ working:
|
|||
};
|
||||
|
||||
efuse@11f20000 {
|
||||
@@ -211,17 +387,316 @@
|
||||
@@ -211,17 +387,318 @@
|
||||
reg = <0 0x11f20000 0 0x1000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
@ -360,6 +360,8 @@ working:
|
|||
+ eth: ethernet@15100000 {
|
||||
+ compatible = "mediatek,mt7981-eth";
|
||||
+ reg = <0 0x15100000 0 0x80000>;
|
||||
+ #address-cells = <1>;
|
||||
+ #size-cells = <0>;
|
||||
+ interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>,
|
||||
+ <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>,
|
||||
+ <GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>,
|
||||
|
|
@ -623,7 +625,7 @@ working:
|
|||
reg = <0 0x18000000 0 0x1000000>,
|
||||
<0 0x10003000 0 0x1000>,
|
||||
<0 0x11d10000 0 0x1000>;
|
||||
@@ -234,6 +709,67 @@
|
||||
@@ -234,6 +711,67 @@
|
||||
clock-names = "mcu", "ap2conn";
|
||||
resets = <&watchdog MT7986_TOPRGU_CONSYS_SW_RST>;
|
||||
reset-names = "consys";
|
||||
|
|
@ -691,7 +693,7 @@ working:
|
|||
};
|
||||
};
|
||||
|
||||
@@ -245,4 +781,8 @@
|
||||
@@ -245,4 +783,8 @@
|
||||
<GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
|
||||
<GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue