clk: meson: gxbb: Add sd_emmc clk0 clocks
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 31 Jul 2017 11:56:03 +0000 (13:56 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Fri, 4 Aug 2017 16:02:00 +0000 (18:02 +0200)
commit914e6e80b3a5950bc6baedbe8d60377ceb99c9c7
treed61c9d4bc2d18d5ed4590bac16178d70eee00422
parent7605aa5b4198ad819dde7c39b3c968f57ccb568e
clk: meson: gxbb: Add sd_emmc clk0 clocks

Input source 0 of the mmc controllers is not directly xtal, as currently
described in DT. Each controller is fed by a composite clock (the usual
mux, divider and gate). The muxes inputs are the xtal (default) and the
fclk_div clocks. These parents, along with the divider, should be able to
provide the necessary rates for mmc and nand operation.

The input muxes should also be able to take mpll2, mpll3 and gp0_pll but
these are precious clocks, needed for other usage. It is better if the
mmc does not use these them. For this reason, mpll2, mpll3 and gp0_pll is
not listed among the possible parents.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/clk/meson/gxbb.c