[openwrt/openwrt] ath79: qca955x: remove double declaration
LEDE Commits
lede-commits at lists.infradead.org
Thu Jan 13 00:35:44 PST 2022
xback pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/9571d9d4b127622d8dd07b838d22b64e800dd23f
commit 9571d9d4b127622d8dd07b838d22b64e800dd23f
Author: Koen Vandeputte <koen.vandeputte at ncentric.com>
AuthorDate: Wed Jan 12 15:25:55 2022 +0100
ath79: qca955x: remove double declaration
No need to mention the same value twice
Signed-off-by: Koen Vandeputte <koen.vandeputte at ncentric.com>
---
target/linux/ath79/dts/qca955x.dtsi | 3 +--
1 file changed, 1 insertion(+), 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 at 18050000 {
- compatible = "qca,qca9550-pll",
- "qca,qca9550-pll", "syscon";
+ compatible = "qca,qca9550-pll", "syscon";
reg = <0x18050000 0x50>;
#clock-cells = <1>;
More information about the lede-commits
mailing list