Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Antony Pavlov and committed by
Ralf Baechle
2b885ea6 3b143cca

+4 -4
+3 -3
Documentation/devicetree/bindings/clock/qca,ath79-pll.txt
··· 3 3 The PPL controller provides the 3 main clocks of the SoC: CPU, DDR and AHB. 4 4 5 5 Required Properties: 6 - - compatible: has to be "qca,<soctype>-cpu-intc" and one of the following 6 + - compatible: has to be "qca,<soctype>-pll" and one of the following 7 7 fallbacks: 8 8 - "qca,ar7100-pll" 9 9 - "qca,ar7240-pll" ··· 21 21 22 22 Example: 23 23 24 - memory-controller@18050000 { 25 - compatible = "qca,ar9132-ppl", "qca,ar9130-pll"; 24 + pll-controller@18050000 { 25 + compatible = "qca,ar9132-pll", "qca,ar9130-pll"; 26 26 reg = <0x18050000 0x20>; 27 27 28 28 clock-names = "ref";
+1 -1
arch/mips/boot/dts/qca/ar9132.dtsi
··· 83 83 }; 84 84 85 85 pll: pll-controller@18050000 { 86 - compatible = "qca,ar9132-ppl", 86 + compatible = "qca,ar9132-pll", 87 87 "qca,ar9130-pll"; 88 88 reg = <0x18050000 0x20>; 89 89