[openwrt/openwrt] mediatek: mt7981: remove inaccurate compatible strings

LEDE Commits lede-commits at lists.infradead.org
Sat Feb 17 19:36:19 PST 2024


dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6077fa2f614d14dff331b11c0f8d0ec145324695

commit 6077fa2f614d14dff331b11c0f8d0ec145324695
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sun Feb 18 03:13:23 2024 +0000

    mediatek: mt7981: remove inaccurate compatible strings
    
    Remove more inaccurate compatible strings from various clock controllers
    of the MT7981 SoC.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 .../mediatek/files-6.1/arch/arm64/boot/dts/mediatek/mt7981.dtsi     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/target/linux/mediatek/files-6.1/arch/arm64/boot/dts/mediatek/mt7981.dtsi b/target/linux/mediatek/files-6.1/arch/arm64/boot/dts/mediatek/mt7981.dtsi
index c763b4ebb3..acd40194b7 100644
--- a/target/linux/mediatek/files-6.1/arch/arm64/boot/dts/mediatek/mt7981.dtsi
+++ b/target/linux/mediatek/files-6.1/arch/arm64/boot/dts/mediatek/mt7981.dtsi
@@ -235,7 +235,7 @@
 	};
 
 	apmixedsys: apmixedsys at 1001E000 {
-		compatible = "mediatek,mt7981-apmixedsys", "mediatek,mt7986-apmixedsys", "syscon";
+		compatible = "mediatek,mt7981-apmixedsys", "syscon";
 		reg = <0 0x1001E000 0 0x1000>;
 		#clock-cells = <1>;
 	};
@@ -567,14 +567,14 @@
 	};
 
 	sgmiisys0: syscon at 10060000 {
-		compatible = "mediatek,mt7981-sgmiisys_0", "mediatek,mt7986-sgmiisys_0", "syscon";
+		compatible = "mediatek,mt7981-sgmiisys_0", "syscon";
 		reg = <0 0x10060000 0 0x1000>;
 		mediatek,pnswap;
 		#clock-cells = <1>;
 	};
 
 	sgmiisys1: syscon at 10070000 {
-		compatible = "mediatek,mt7981-sgmiisys_1", "mediatek,mt7986-sgmiisys_1", "syscon";
+		compatible = "mediatek,mt7981-sgmiisys_1", "syscon";
 		reg = <0 0x10070000 0 0x1000>;
 		#clock-cells = <1>;
 	};




More information about the lede-commits mailing list