Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: dt: add bindings for keystone pll control controller

The main pll controller used to drive theC66x CorePacs, the switch fabric,
and a majority of the peripheral clocks (all but the ARM CorePacs, DDR3 and
the NETCP modules) requires a PLL Controller to manage the various clock
divisions, gating, and synchronization.

Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
[santosh.shilimkar@ti.com: Fixed the subject line]
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>

authored by

Ivan Khoronzhuk and committed by
Santosh Shilimkar
d30982b9 caee0055

+20
+20
Documentation/devicetree/bindings/clock/ti-keystone-pllctrl.txt
··· 1 + * Device tree bindings for Texas Instruments keystone pll controller 2 + 3 + The main pll controller used to drive theC66x CorePacs, the switch fabric, 4 + and a majority of the peripheral clocks (all but the ARM CorePacs, DDR3 and 5 + the NETCP modules) requires a PLL Controller to manage the various clock 6 + divisions, gating, and synchronization. 7 + 8 + Required properties: 9 + 10 + - compatible: "ti,keystone-pllctrl", "syscon" 11 + 12 + - reg: contains offset/length value for pll controller 13 + registers space. 14 + 15 + Example: 16 + 17 + pllctrl: pll-controller@0x02310000 { 18 + compatible = "ti,keystone-pllctrl", "syscon"; 19 + reg = <0x02310000 0x200>; 20 + };