Javier,
On Wed, Jun 25, 2014 at 12:03 PM, Javier Martinez Canillas
[off-list ref] wrote:
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.
Signed-off-by: Javier Martinez Canillas <redacted>
Reviewed-by: Krzysztof Kozlowski <redacted>
---
Changes since v3:
- Don't change clock-names property to make clear that it's
the consumer clock name and should not match the producer clock.
Suggested by Doug Anderson.
Documentation/devicetree/bindings/clock/maxim,max77686.txt | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
Reviewed-by: Doug Anderson <dianders@chromium.org>