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

clk: mvebu: Update binding documentation for the core divider clock

The Core Divider clock support two new compatible strings for Armada
375 and Armada 380 SoCs. Add the compatible strings to the documentation.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Link: https://lkml.kernel.org/r/1394742273-5113-7-git-send-email-ezequiel.garcia@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>

authored by

Ezequiel Garcia and committed by
Jason Cooper
e69a8543 0737c15f

+4 -1
+4 -1
Documentation/devicetree/bindings/clock/mvebu-corediv-clock.txt
··· 4 4 0 = nand (NAND clock) 5 5 6 6 Required properties: 7 - - compatible : must be "marvell,armada-370-corediv-clock" 7 + - compatible : must be "marvell,armada-370-corediv-clock", 8 + "marvell,armada-375-corediv-clock", 9 + "marvell,armada-380-corediv-clock", 10 + 8 11 - reg : must be the register address of Core Divider control register 9 12 - #clock-cells : from common clock binding; shall be set to 1 10 13 - clocks : must be set to the parent's phandle