Re: [PATCH] clk: bindings: Fix assigned-clock-rates property name

2015-05-06 Thread Krzysztof Kozlowski
On 06.05.2015 16:45, Stephen Boyd wrote: On 05/06, Krzysztof Kozlowski wrote: In documentation the "assigned-clock-parents" name was used when describing the "assigned-clock-rates" property. Signed-off-by: Krzysztof Kozlowski --- Looks right. The whole sentence could use some work though.

Re: [PATCH] clk: bindings: Fix assigned-clock-rates property name

2015-05-06 Thread Stephen Boyd
On 05/06, Krzysztof Kozlowski wrote: > In documentation the "assigned-clock-parents" name was used when > describing the "assigned-clock-rates" property. > > Signed-off-by: Krzysztof Kozlowski > --- Looks right. The whole sentence could use some work though. > Documentation/devicetree/bindings

[PATCH] clk: bindings: Fix assigned-clock-rates property name

2015-05-05 Thread Krzysztof Kozlowski
In documentation the "assigned-clock-parents" name was used when describing the "assigned-clock-rates" property. Signed-off-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/clock/clock-bindings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dev