mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 09:48:16 +00:00
17207aa84f
Add clock tables for R8A779F0 S4 SoC Based on Linux commit 24aaff6a6ce4 ("clk: renesas: cpg-mssr: Add support for R-Car S4-8") by Yoshihiro Shimoda and sync the tables up to Linux next commit 058f4df42121 ("Add linux-next specific files for 20230228") Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Signed-off-by: Hai Pham <hai.pham.ud@renesas.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> [Marek: Sync with Linux next 20230228 . Update from CLK to CPG core driver]
139 lines
3.5 KiB
Text
139 lines
3.5 KiB
Text
config CLK_RENESAS
|
|
bool "Renesas clock drivers"
|
|
depends on CLK && ARCH_RMOBILE
|
|
help
|
|
Enable support for clock present on Renesas RCar SoCs.
|
|
|
|
config CLK_RCAR_CPG_LIB
|
|
bool "CPG/MSSR library functions"
|
|
|
|
config CLK_RCAR_GEN2
|
|
bool "Renesas RCar Gen2 clock driver"
|
|
def_bool y if RCAR_32
|
|
depends on CLK_RENESAS
|
|
help
|
|
Enable this to support the clocks on Renesas RCar Gen2 SoC.
|
|
|
|
config CLK_R8A7790
|
|
bool "Renesas R8A7790 clock driver"
|
|
depends on CLK_RCAR_GEN2
|
|
help
|
|
Enable this to support the clocks on Renesas R8A7790 SoC.
|
|
|
|
config CLK_R8A7791
|
|
bool "Renesas R8A7791 clock driver"
|
|
depends on CLK_RCAR_GEN2
|
|
help
|
|
Enable this to support the clocks on Renesas R8A7791 SoC.
|
|
|
|
config CLK_R8A7792
|
|
bool "Renesas R8A7792 clock driver"
|
|
depends on CLK_RCAR_GEN2
|
|
help
|
|
Enable this to support the clocks on Renesas R8A7792 SoC.
|
|
|
|
config CLK_R8A7793
|
|
bool "Renesas R8A7793 clock driver"
|
|
depends on CLK_RCAR_GEN2
|
|
help
|
|
Enable this to support the clocks on Renesas R8A7793 SoC.
|
|
|
|
config CLK_R8A7794
|
|
bool "Renesas R8A7794 clock driver"
|
|
depends on CLK_RCAR_GEN2
|
|
help
|
|
Enable this to support the clocks on Renesas R8A7794 SoC.
|
|
|
|
config CLK_RCAR_GEN3
|
|
bool "Renesas RCar Gen3 and Gen4 clock driver"
|
|
def_bool y if RCAR_64
|
|
depends on CLK_RENESAS
|
|
select CLK_RCAR_CPG_LIB
|
|
select DM_RESET
|
|
help
|
|
Enable this to support the clocks on Renesas RCar Gen3 and Gen4 SoCs.
|
|
|
|
config CLK_R8A774A1
|
|
bool "Renesas R8A774A1 clock driver"
|
|
def_bool y if R8A774A1
|
|
depends on CLK_RCAR_GEN3
|
|
help
|
|
Enable this to support the clocks on Renesas R8A774A1 SoC.
|
|
|
|
config CLK_R8A774B1
|
|
bool "Renesas R8A774B1 clock driver"
|
|
depends on CLK_RCAR_GEN3
|
|
help
|
|
Enable this to support the clocks on Renesas R8A774B1 SoC.
|
|
|
|
config CLK_R8A774C0
|
|
bool "Renesas R8A774C0 clock driver"
|
|
depends on CLK_RCAR_GEN3
|
|
help
|
|
Enable this to support the clocks on Renesas R8A774C0 SoC.
|
|
|
|
config CLK_R8A774E1
|
|
bool "Renesas R8A774E1 clock driver"
|
|
depends on CLK_RCAR_GEN3
|
|
help
|
|
Enable this to support the clocks on Renesas R8A774E1 SoC.
|
|
|
|
config CLK_R8A7795
|
|
bool "Renesas R8A7795 clock driver"
|
|
depends on CLK_RCAR_GEN3
|
|
help
|
|
Enable this to support the clocks on Renesas R8A7795 SoC.
|
|
|
|
config CLK_R8A77960
|
|
bool "Renesas R8A77960 clock driver"
|
|
depends on CLK_RCAR_GEN3
|
|
help
|
|
Enable this to support the clocks on Renesas R8A77960 SoC.
|
|
|
|
config CLK_R8A77961
|
|
bool "Renesas R8A77961 clock driver"
|
|
depends on CLK_RCAR_GEN3
|
|
help
|
|
Enable this to support the clocks on Renesas R8A77961 SoC.
|
|
|
|
config CLK_R8A77965
|
|
bool "Renesas R8A77965 clock driver"
|
|
depends on CLK_RCAR_GEN3
|
|
help
|
|
Enable this to support the clocks on Renesas R8A77965 SoC.
|
|
|
|
config CLK_R8A77970
|
|
bool "Renesas R8A77970 clock driver"
|
|
depends on CLK_RCAR_GEN3
|
|
help
|
|
Enable this to support the clocks on Renesas R8A77970 SoC.
|
|
|
|
config CLK_R8A77980
|
|
bool "Renesas R8A77980 clock driver"
|
|
depends on CLK_RCAR_GEN3
|
|
help
|
|
Enable this to support the clocks on Renesas R8A77980 SoC.
|
|
|
|
config CLK_R8A77990
|
|
bool "Renesas R8A77990 clock driver"
|
|
depends on CLK_RCAR_GEN3
|
|
help
|
|
Enable this to support the clocks on Renesas R8A77990 SoC.
|
|
|
|
config CLK_R8A77995
|
|
bool "Renesas R8A77995 clock driver"
|
|
depends on CLK_RCAR_GEN3
|
|
help
|
|
Enable this to support the clocks on Renesas R8A77995 SoC.
|
|
|
|
config CLK_R8A779A0
|
|
bool "Renesas R8A779A0 clock driver"
|
|
depends on CLK_RCAR_GEN3
|
|
help
|
|
Enable this to support the clocks on Renesas R8A779A0 SoC.
|
|
|
|
config CLK_R8A779F0
|
|
bool "Renesas R8A779F0 clock driver"
|
|
depends on CLK_RCAR_GEN3
|
|
help
|
|
Enable this to support the clocks on Renesas R8A779F0 SoC.
|