From 7752f09cb1e8c4af2910e4fb0220c44ae9ea749e Mon Sep 17 00:00:00 2001 From: Grzegorz Jaszczyk Date: Thu, 21 Jul 2016 12:48:10 +0200 Subject: 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 Acked-by: Rob Herring Reviewed-by: Thomas Petazzoni Signed-off-by: Stephen Boyd --- drivers/clk/mvebu/armada-39x.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/clk/mvebu') diff --git a/drivers/clk/mvebu/armada-39x.c b/drivers/clk/mvebu/armada-39x.c index efb974df9822..4fdfd32247a9 100644 --- a/drivers/clk/mvebu/armada-39x.c +++ b/drivers/clk/mvebu/armada-39x.c @@ -142,6 +142,8 @@ static const struct clk_gating_soc_desc armada_39x_gating_desc[] __initconst = { { "pex3", NULL, 7 }, { "pex0", NULL, 8 }, { "usb3h0", NULL, 9 }, + { "usb3h1", NULL, 10 }, + { "sata0", NULL, 15 }, { "sdio", NULL, 17 }, { "xor0", NULL, 22 }, { "xor1", NULL, 28 }, -- cgit v1.2.3