From 9571d9d4b127622d8dd07b838d22b64e800dd23f Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Wed, 12 Jan 2022 15:25:55 +0100 Subject: ath79: qca955x: remove double declaration No need to mention the same value twice Signed-off-by: Koen Vandeputte --- target/linux/ath79/dts/qca955x.dtsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target/linux/ath79/dts') diff --git a/target/linux/ath79/dts/qca955x.dtsi b/target/linux/ath79/dts/qca955x.dtsi index fb820169d5..b6e08f9f12 100644 --- a/target/linux/ath79/dts/qca955x.dtsi +++ b/target/linux/ath79/dts/qca955x.dtsi @@ -112,8 +112,7 @@ }; pll: pll-controller@18050000 { - compatible = "qca,qca9550-pll", - "qca,qca9550-pll", "syscon"; + compatible = "qca,qca9550-pll", "syscon"; reg = <0x18050000 0x50>; #clock-cells = <1>; -- cgit v1.2.3