diff options
author | Daniel Golle <daniel@makrotopia.org> | 2024-02-17 17:54:05 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2024-02-17 18:54:37 +0000 |
commit | 8955cadfb582b8f5fd005432a0d565abb1c1d370 (patch) | |
tree | 96980e519a22d0d1a0ab3f21e4b4f164d8ee1fb0 /target/linux | |
parent | 3bd79e6136a572b73536e9216cc199399fb33b30 (diff) |
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@gmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mediatek/files-6.1/arch/arm64/boot/dts/mediatek/mt7981.dtsi | 1 |
1 files changed, 0 insertions, 1 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 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>; |