clk: st: clkgen-pll: embed soc clock outputs within compatible data
authorAlain Volmat <avolmat@me.com>
Wed, 31 Mar 2021 20:16:29 +0000 (22:16 +0200)
committerStephen Boyd <sboyd@kernel.org>
Mon, 28 Jun 2021 02:53:39 +0000 (19:53 -0700)
commit92ef1b2beb109c23e2348de8b7ef9d0736fa0b3d
treedd25d1c71f210b28329672f1c5b337995ffa8363
parentfa745c71b8e75e85ce129dd9097a00ac7a9df47f
clk: st: clkgen-pll: embed soc clock outputs within compatible data

In order to avoid relying on the old style description via the DT
clock-output-names, add compatible data describing the flexgen
outputs clocks for all STiH407/STiH410 and STiH418 SOCs.

In order to ease transition between the two methods, this commit
introduce the new compatible without removing the old method.
Once DTs will be fixed, the method relying on DT clock-output-names
will be removed from this driver as well as old compatibles.

Signed-off-by: Alain Volmat <avolmat@me.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Link: https://lore.kernel.org/r/20210331201632.24530-5-avolmat@me.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/st/clkgen-pll.c