Browse Source

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>
Nicolas Ferre 10 years ago
parent
commit
c49bb94c84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/devicetree/bindings/clock/at91-clock.txt

+ 1 - 1
Documentation/devicetree/bindings/clock/at91-clock.txt

@@ -248,7 +248,7 @@ Required properties for peripheral clocks:
 - #address-cells : shall be 1 (reg is used to encode clk id).
 - #address-cells : shall be 1 (reg is used to encode clk id).
 - clocks : shall be the master clock phandle.
 - clocks : shall be the master clock phandle.
 	e.g. clocks = <&mck>;
 	e.g. clocks = <&mck>;
-- name: device tree node describing a specific system clock.
+- name: device tree node describing a specific peripheral clock.
 	* #clock-cells : from common clock binding; shall be set to 0.
 	* #clock-cells : from common clock binding; shall be set to 0.
 	* reg: peripheral id. See Atmel's datasheets to get a full
 	* reg: peripheral id. See Atmel's datasheets to get a full
 	  list of peripheral ids.
 	  list of peripheral ids.