[openwrt/openwrt] mediatek: dts: mt7981: fix ethsys clock compatible
LEDE Commits
lede-commits at lists.infradead.org
Sat Feb 17 10:56:50 PST 2024
dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/8955cadfb582b8f5fd005432a0d565abb1c1d370
commit 8955cadfb582b8f5fd005432a0d565abb1c1d370
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sat Feb 17 17:54:05 2024 +0000
mediatek: dts: mt7981: fix ethsys clock compatible
Remove inaccurate compatible string 'mediatek,mt7986-ethsys' which
results in the wrong clock driver probing on MT7981 with Linux 6.1 and
ends up freezing the system once WED is used.
Fixes: da970d63fb ("mediatek: switch to Linux version 6.1")
Reported-by: Chen Minqiang <ptpt52 at gmail.com>
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
target/linux/mediatek/files-6.1/arch/arm64/boot/dts/mediatek/mt7981.dtsi | 1 -
1 file changed, 1 deletion(-)
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 cb161df81e..c763b4ebb3 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
@@ -450,7 +450,6 @@
#address-cells = <1>;
#size-cells = <1>;
compatible = "mediatek,mt7981-ethsys",
- "mediatek,mt7986-ethsys",
"syscon";
reg = <0 0x15000000 0 0x1000>;
#clock-cells = <1>;
More information about the lede-commits
mailing list