• Jerome Brunet's avatar
    clk: meson: gxbb: Add sd_emmc clk0 clocks · 914e6e80
    Jerome Brunet authored
    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: default avatarJerome Brunet <jbrunet@baylibre.com>
    Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
    914e6e80
gxbb.c 50.6 KB