From: Ezra Buehler Date: Tue, 24 Jun 2025 11:58:08 +0000 (+0200) Subject: MIPS: dts: ralink: mt7628a: Fix sysc's compatible property for MT7688 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0e029c91a7ec029f859bc878144aa09625415e45;p=users%2Fjedix%2Flinux-maple.git MIPS: dts: ralink: mt7628a: Fix sysc's compatible property for MT7688 Otherwise, the MT7688-based GARDENA smart Gateway will fail to boot printing "Kernel panic - not syncing: unable to get CPU clock, err=-2". Signed-off-by: Ezra Buehler Reviewed-by: Stefan Roese Acked-by: Sergio Paracuellos Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/boot/dts/ralink/mt7628a.dtsi b/arch/mips/boot/dts/ralink/mt7628a.dtsi index 0212700c4fb4..10221a41f02a 100644 --- a/arch/mips/boot/dts/ralink/mt7628a.dtsi +++ b/arch/mips/boot/dts/ralink/mt7628a.dtsi @@ -33,7 +33,7 @@ #size-cells = <1>; sysc: syscon@0 { - compatible = "ralink,mt7628-sysc", "syscon"; + compatible = "ralink,mt7628-sysc", "ralink,mt7688-sysc", "syscon"; reg = <0x0 0x60>; #clock-cells = <1>; #reset-cells = <1>;