@@ -138,7 +138,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.
Fix a trivial copy-paste typo, "assigned-clock-rates" property is named as "assigned-clock-parents". Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> --- Documentation/devicetree/bindings/clock/clock-bindings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)