diff options
author | Antony Pavlov <antonynpavlov@gmail.com> | 2016-03-16 23:34:08 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-04-03 06:32:09 -0400 |
commit | 2b885ea66f4cb15cc3812dc90ddfb3b6b0567561 (patch) | |
tree | 61632d0e26ff3e952e368e23ef60e71ade56c329 /arch/mips/boot | |
parent | 3b143cca6e1397188f507a6c727f4108861ceb8b (diff) |
dt-bindings: clock: qca,ath79-pll: fix copy-paste typos
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Cc: Alban Bedel <albeu@free.fr>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/12869/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot')
-rw-r--r-- | arch/mips/boot/dts/qca/ar9132.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/qca/ar9132.dtsi b/arch/mips/boot/dts/qca/ar9132.dtsi index 3ad4ba9b12fd..3c2ed9ee5b2f 100644 --- a/arch/mips/boot/dts/qca/ar9132.dtsi +++ b/arch/mips/boot/dts/qca/ar9132.dtsi | |||
@@ -83,7 +83,7 @@ | |||
83 | }; | 83 | }; |
84 | 84 | ||
85 | pll: pll-controller@18050000 { | 85 | pll: pll-controller@18050000 { |
86 | compatible = "qca,ar9132-ppl", | 86 | compatible = "qca,ar9132-pll", |
87 | "qca,ar9130-pll"; | 87 | "qca,ar9130-pll"; |
88 | reg = <0x18050000 0x20>; | 88 | reg = <0x18050000 0x20>; |
89 | 89 | ||