diff options
author | Hai Pham <hai.pham.ud@renesas.com> | 2023-01-26 21:02:02 +0100 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2023-02-02 01:49:20 +0100 |
commit | d1c886f563f44c920332da5f78105d0be73804b5 (patch) | |
tree | 6226db3b8da78e2c3f9175b9eaa37f37ee74b4e4 /arch/arm/mach-rmobile | |
parent | 9d16ed44f04c71d8f536678c6a995d756562b5e6 (diff) | |
download | u-boot-d1c886f563f44c920332da5f78105d0be73804b5.tar.gz u-boot-d1c886f563f44c920332da5f78105d0be73804b5.tar.bz2 u-boot-d1c886f563f44c920332da5f78105d0be73804b5.zip |
clk: renesas: r8a7796: Add R8A77961 CPG/MSSR support
Add support for the R-Car M3-W+ (R8A77961) SoC.
R-Car M3-W+ is very similar to R-Car M3-W (R8A77960), which allows for
both SoCs to share a driver.
Based on Linux commit 2ba738d56db4 ("clk: renesas: r8a7796: Add R8A77961
CPG/MSSR support")
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>
Diffstat (limited to 'arch/arm/mach-rmobile')
-rw-r--r-- | arch/arm/mach-rmobile/Kconfig.64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64 index b84aae0c83..bf12b21ecf 100644 --- a/arch/arm/mach-rmobile/Kconfig.64 +++ b/arch/arm/mach-rmobile/Kconfig.64 @@ -36,6 +36,7 @@ config R8A7796 bool "Renesas SoC R8A7796" select GICV2 imply CLK_R8A77960 + imply CLK_R8A77961 imply PINCTRL_PFC_R8A77960 imply PINCTRL_PFC_R8A77961 |