mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-21 12:11:15 +00:00
Add support for the power areas in the Renesas R-Car M3-W+ (R8A77961)
SoC to the R-Car System Controller driver.
R-Car M3-W+ (aka R-Car M3-W ES3.0) is very similar to R-Car
M3-W (R8A77960), which allows for both SoCs to share a driver:
- R-Car M3-W+ lacks the A2VC power area, so its area must be
nullified,
- The existing support for the SYSCEXTMASK register added in commit
9bd645af9d2a49ac ("soc: renesas: r8a7796-sysc: Fix power request
conflicts") applies to ES3.0 and later only.
As R-Car M3-W+ uses a different compatible value, differentiate
based on that, instead of on the ES version.
Based on a patch in the BSP by Dien Pham <dien.pham.ry@renesas.com>.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Tested-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link: https://lore.kernel.org/r/20191023123342.13100-7-geert+renesas@glider.be
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| r8a774a1-sysc.c | ||
| r8a774b1-sysc.c | ||
| r8a774c0-sysc.c | ||
| r8a7743-sysc.c | ||
| r8a7745-sysc.c | ||
| r8a7779-sysc.c | ||
| r8a7790-sysc.c | ||
| r8a7791-sysc.c | ||
| r8a7792-sysc.c | ||
| r8a7794-sysc.c | ||
| r8a7795-sysc.c | ||
| r8a7796-sysc.c | ||
| r8a77470-sysc.c | ||
| r8a77965-sysc.c | ||
| r8a77970-sysc.c | ||
| r8a77980-sysc.c | ||
| r8a77990-sysc.c | ||
| r8a77995-sysc.c | ||
| r9a06g032-smp.c | ||
| rcar-rst.c | ||
| rcar-sysc.c | ||
| rcar-sysc.h | ||
| renesas-soc.c | ||
| rmobile-sysc.c | ||