diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2022-01-12 15:25:55 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2022-01-13 09:33:29 +0100 |
commit | 9571d9d4b127622d8dd07b838d22b64e800dd23f (patch) | |
tree | 50116caa20f8f348cf81234b0adece3f10242c94 | |
parent | f11df6895606ea10feff0f5e5b69cf564a85d22b (diff) | |
download | upstream-9571d9d4b127622d8dd07b838d22b64e800dd23f.tar.gz upstream-9571d9d4b127622d8dd07b838d22b64e800dd23f.tar.bz2 upstream-9571d9d4b127622d8dd07b838d22b64e800dd23f.zip |
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.dtsi | 3 |
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>; |