1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-02 04:46:16 +02:00

ath79: qca955x: remove double declaration

No need to mention the same value twice

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
This commit is contained in:
Koen Vandeputte 2022-01-12 15:25:55 +01:00
parent f11df68956
commit 9571d9d4b1

View File

@ -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>;