mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00: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:
parent
f11df68956
commit
9571d9d4b1
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user