Skip to content

Commit

Permalink
dt-bindings: clock: qca,ath79-pll: fix copy-paste typos
Browse files Browse the repository at this point in the history
Signed-off-by: Antony Pavlov <[email protected]>
Acked-by: Rob Herring <[email protected]>
Cc: Alban Bedel <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/12869/
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
frantony authored and ralfbaechle committed Apr 3, 2016
1 parent 3b143cc commit 2b885ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Documentation/devicetree/bindings/clock/qca,ath79-pll.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Binding for Qualcomm Atheros AR7xxx/AR9XXX PLL controller
The PPL controller provides the 3 main clocks of the SoC: CPU, DDR and AHB.

Required Properties:
- compatible: has to be "qca,<soctype>-cpu-intc" and one of the following
- compatible: has to be "qca,<soctype>-pll" and one of the following
fallbacks:
- "qca,ar7100-pll"
- "qca,ar7240-pll"
Expand All @@ -21,8 +21,8 @@ Optional properties:

Example:

memory-controller@18050000 {
compatible = "qca,ar9132-ppl", "qca,ar9130-pll";
pll-controller@18050000 {
compatible = "qca,ar9132-pll", "qca,ar9130-pll";
reg = <0x18050000 0x20>;

clock-names = "ref";
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/boot/dts/qca/ar9132.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
};

pll: pll-controller@18050000 {
compatible = "qca,ar9132-ppl",
compatible = "qca,ar9132-pll",
"qca,ar9130-pll";
reg = <0x18050000 0x20>;

Expand Down

0 comments on commit 2b885ea

Please sign in to comment.