dt-bindings: clock: Add new bindings for TI Davinci PLL clocks
authorDavid Lechner <david@lechnology.com>
Fri, 16 Mar 2018 02:52:17 +0000 (21:52 -0500)
committerStephen Boyd <sboyd@kernel.org>
Tue, 20 Mar 2018 16:33:08 +0000 (09:33 -0700)
commitb6e37ce2371dac0d696332d8e74c110030ab47c3
tree5b759c610ba6f17f2852fbc3f9cb4399ca2b1598
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2
dt-bindings: clock: Add new bindings for TI Davinci PLL clocks

This adds a new binding for the PLL IP blocks in the mach-davinci
family of processors. Currently, only da850 has device tree support
but these bindings can also work for other SoCs in this family just
by adding new compatible strings.

Note: Although these PLL controllers are very similar to the TI Keystone
SoCs, we are not re-using those bindings. The Keystone bindings use a
legacy one-node-per-clock binding. Furthermore, the mach-davinici SoCs
have a slightly different PLL register layout and a number of quirks
that can't be handled by the existing bindings, so the keystone bindings
could not be used as-is anyway.

Signed-off-by: David Lechner <david@lechnology.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Documentation/devicetree/bindings/clock/ti/davinci/pll.txt [new file with mode: 0644]