diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2014-08-04 18:15:11 +0200 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 12:00:34 +0900 |
commit | 93d07c9a75d52521c11f19ba96b70316c688eae4 (patch) | |
tree | 79d18035193ea1a4db625a52c06d9c21f90a9c42 /Documentation | |
parent | e1bdb91bfa17aa79ec72c68790f363245932c7e4 (diff) | |
download | linux-3.10-93d07c9a75d52521c11f19ba96b70316c688eae4.tar.gz linux-3.10-93d07c9a75d52521c11f19ba96b70316c688eae4.tar.bz2 linux-3.10-93d07c9a75d52521c11f19ba96b70316c688eae4.zip |
clk: dt-bindings: Fix the assigned clock rates documentation
Correct a cut & paste error from commit: 86be408bfbd846fab3c4ac21d6
"clk: Support for clock parents and rates assigned from device tree"
Change-Id: I6562c7acebc5742c81db8bfb4da8eed77bddb1ff
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/clock/clock-bindings.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/clock-bindings.txt b/Documentation/devicetree/bindings/clock/clock-bindings.txt index a504cc8e45e..59975a12589 100644 --- a/Documentation/devicetree/bindings/clock/clock-bindings.txt +++ b/Documentation/devicetree/bindings/clock/clock-bindings.txt @@ -122,7 +122,7 @@ Some platforms may require initial configuration of default parent clocks and clock frequencies. Such a configuration can be specified in a device tree node through assigned-clocks, assigned-clock-parents and assigned-clock-rates properties. The assigned-clock-parents property should contain a list of parent -clocks in form of phandle and clock specifier pairs, the assigned-clock-parents +clocks in form of phandle and clock specifier pairs, the assigned-clock-rates property the list of assigned clock frequency values - corresponding to clocks listed in the assigned-clocks property. |