clk: dt-bindings: Fix the assigned clock rates documentation
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Mon, 4 Aug 2014 16:15:11 +0000 (18:15 +0200)
committerChanho Park <chanho61.park@samsung.com>
Wed, 13 Aug 2014 06:36:38 +0000 (15:36 +0900)
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>
Documentation/devicetree/bindings/clock/clock-bindings.txt

index a504cc8..59975a1 100644 (file)
@@ -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.