From: Javier Martinez Canillas Date: Mon, 18 Aug 2014 08:33:02 +0000 (+0200) Subject: clk: max77686: Improve Maxim 77686 PMIC clocks binding X-Git-Tag: fixes-against-v3.18-rc2~68^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd0864cdba2a93f5c51fdf06935151663f0954a;p=pandora-kernel.git clk: max77686: Improve Maxim 77686 PMIC clocks binding Like most clock drivers, the Maxim 77686 PMIC clock binding follows the convention that the "#clock-cells" property is used to specify the number of cells in a clock provider. But the binding document is not clear enough that it shall be set to 1 since the PMIC support multiple clocks outputs. Also, explain that the clocks identifiers are defined in a header file that can be included by Device Tree source with client nodes to avoid using magic numbers. Finally, add "clock-output-names" as an optional property since now is supported by the clock driver. Signed-off-by: Javier Martinez Canillas Reviewed-by: Krzysztof Kozlowski Reviewed-by: Doug Anderson Reviewed-by: Mike Turquette Signed-off-by: Mike Turquette --- Reading git-diff-tree failed