]> asedeno.scripts.mit.edu Git - linux.git/commit
clk: renesas: Prepare for split of R-Car H3 config symbol
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 30 Dec 2019 08:09:02 +0000 (09:09 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 8 Jan 2020 08:52:43 +0000 (09:52 +0100)
commit8040bf4091cdd13b6d0f9ab00e621ae6eb29174d
treea4356ed4733e1f01bf0defa9da43764957b2fcb0
parent169e808eda2d747118fa3feb99881e346968c760
clk: renesas: Prepare for split of R-Car H3 config symbol

Despite using the same compatible values ("r8a7795"-based) because of
historical reasons, R-Car H3 ES1.x (R8A77950) and R-Car H3 ES2.0+
(R8A77951) are really different SoCs, with different part numbers.
Hence the SoC configuration symbol will be split in two separate config
symbols.

As the Clock Pulse Generator / Module Standby and Software Reset blocks
in both SoCs are very similar, they will keep on sharing a driver.
Extend the dependency of CONFIG_CLK_R8A7795, to prepare for the split.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/20191230080902.2832-1-geert+renesas@glider.be
drivers/clk/renesas/Kconfig