Signed-off-by: Bjørn Mork <bj...@mork.no> --- target/linux/ramips/dts/mt7621.dtsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi index aa85aee6cb38..8b65f6149826 100644 --- a/target/linux/ramips/dts/mt7621.dtsi +++ b/target/linux/ramips/dts/mt7621.dtsi @@ -60,7 +60,7 @@ #size-cells = <1>; sysc: sysc@0 { - compatible = "mtk,mt7621-sysc"; + compatible = "mtk,mt7621-sysc", "syscon"; reg = <0x0 0x100>; }; @@ -408,7 +408,7 @@ }; ethernet: ethernet@1e100000 { - compatible = "mediatek,mt7621-eth"; + compatible = "mediatek,mt7621-eth", "syscon"; reg = <0x1e100000 0x10000>; #address-cells = <1>; @@ -421,6 +421,7 @@ interrupts = <GIC_SHARED 3 IRQ_TYPE_LEVEL_HIGH>; mediatek,switch = <&gsw>; + mediatek,ethsys = <&sysc>; mdio-bus { #address-cells = <1>; -- 2.11.0 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel