summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Vandeputte2022-01-12 14:25:55 +0000
committerKoen Vandeputte2022-01-13 08:33:29 +0000
commit9571d9d4b127622d8dd07b838d22b64e800dd23f (patch)
tree50116caa20f8f348cf81234b0adece3f10242c94
parentf11df6895606ea10feff0f5e5b69cf564a85d22b (diff)
downloadopenwrt-9571d9d4b127622d8dd07b838d22b64e800dd23f.tar.gz
ath79: qca955x: remove double declaration
No need to mention the same value twice Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
-rw-r--r--target/linux/ath79/dts/qca955x.dtsi3
1 files changed, 1 insertions, 2 deletions
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>;