[OpenWrt-Devel] [RFC 7/9] mt7621: update dtsi

Bjørn Mork bjorn at mork.no
Mon Oct 15 06:25:01 EDT 2018


Signed-off-by: Bjørn Mork <bjorn at 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 at 0 {
-			compatible = "mtk,mt7621-sysc";
+			compatible = "mtk,mt7621-sysc", "syscon";
 			reg = <0x0 0x100>;
 		};
 
@@ -408,7 +408,7 @@
 	};
 
 	ethernet: ethernet at 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 at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list