diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-06-17 09:22:51 -0400 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2015-06-19 09:47:33 -0400 |
commit | c49bb94c8430a5697c59fba7a4d876990545d20b (patch) | |
tree | f7c0faecccff287b429b76caef8f4889b660319a /Documentation/devicetree | |
parent | 86e4404af2a812935f6c71e7a33e4d0c3aab6538 (diff) |
clk: at91: trivial: typo in peripheral clock description
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/clock/at91-clock.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/at91-clock.txt b/Documentation/devicetree/bindings/clock/at91-clock.txt index 7a4d4926f44e..5ba6450693b9 100644 --- a/Documentation/devicetree/bindings/clock/at91-clock.txt +++ b/Documentation/devicetree/bindings/clock/at91-clock.txt | |||
@@ -248,7 +248,7 @@ Required properties for peripheral clocks: | |||
248 | - #address-cells : shall be 1 (reg is used to encode clk id). | 248 | - #address-cells : shall be 1 (reg is used to encode clk id). |
249 | - clocks : shall be the master clock phandle. | 249 | - clocks : shall be the master clock phandle. |
250 | e.g. clocks = <&mck>; | 250 | e.g. clocks = <&mck>; |
251 | - name: device tree node describing a specific system clock. | 251 | - name: device tree node describing a specific peripheral clock. |
252 | * #clock-cells : from common clock binding; shall be set to 0. | 252 | * #clock-cells : from common clock binding; shall be set to 0. |
253 | * reg: peripheral id. See Atmel's datasheets to get a full | 253 | * reg: peripheral id. See Atmel's datasheets to get a full |
254 | list of peripheral ids. | 254 | list of peripheral ids. |