This patch adds GEN_CLK, which a very useful clock for debugging. It allows to output most of the SoC plls through one of the SoC pad.
In the future, we could even use clk_measure with it to access the vast majority of the SoC clocks. Jerome Brunet (3): clk: meson: gxbb: remove HHI_GEN_CLK_CTNL duplicate definition clk: meson: expose GEN_CLK clkid clk: meson: add gen_clk drivers/clk/meson/axg.c | 64 ++++++++++++++++++++++++++++++++- drivers/clk/meson/axg.h | 4 ++- drivers/clk/meson/gxbb.c | 66 +++++++++++++++++++++++++++++++++++ drivers/clk/meson/gxbb.h | 5 +-- include/dt-bindings/clock/axg-clkc.h | 1 + include/dt-bindings/clock/gxbb-clkc.h | 1 + 6 files changed, 137 insertions(+), 4 deletions(-) -- 2.14.4

