ath79: qca955x: remove double declaration
authorKoen Vandeputte <koen.vandeputte@ncentric.com>
Wed, 12 Jan 2022 14:25:55 +0000 (15:25 +0100)
committerKoen Vandeputte <koen.vandeputte@ncentric.com>
Thu, 13 Jan 2022 08:33:29 +0000 (09:33 +0100)
No need to mention the same value twice

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
target/linux/ath79/dts/qca955x.dtsi

index fb820169d5432908c9b04ddc747ec04b90285476..b6e08f9f12a454d4d97e3c92641ea369e0858357 100644 (file)
                        };
 
                        pll: pll-controller@18050000 {
-                               compatible = "qca,qca9550-pll",
-                                               "qca,qca9550-pll", "syscon";
+                               compatible = "qca,qca9550-pll", "syscon";
                                reg = <0x18050000 0x50>;
 
                                #clock-cells = <1>;