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

clk: mvebu: armada-39x: add clk description for supported interfaces

Both SATA and second USB3.0 interface are supported in Armada-39x SoC
family. Add necessary clk description, so both xhci and sata drivers
can be correctly initialized.

The binding documentation has also been updated accordingly.

Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

authored by

Grzegorz Jaszczyk and committed by
Stephen Boyd
7752f09c 8a23133c

+4
+2
Documentation/devicetree/bindings/clock/mvebu-gated-clock.txt
··· 86 86 7 pex3 PCIe 3 87 87 8 pex0 PCIe 0 88 88 9 usb3h0 USB3 Host 0 89 + 10 usb3h1 USB3 Host 1 90 + 15 sata0 SATA 0 89 91 17 sdio SDIO 90 92 22 xor0 XOR 0 91 93 28 xor1 XOR 1
+2
drivers/clk/mvebu/armada-39x.c
··· 142 142 { "pex3", NULL, 7 }, 143 143 { "pex0", NULL, 8 }, 144 144 { "usb3h0", NULL, 9 }, 145 + { "usb3h1", NULL, 10 }, 146 + { "sata0", NULL, 15 }, 145 147 { "sdio", NULL, 17 }, 146 148 { "xor0", NULL, 22 }, 147 149 { "xor1", NULL, 28 },