Explicitly select PM and PM_GENERIC_DOMAINS configs for ARCH_R9A07G044
and ARCH_R9A07G045 configs. PM and PM_GENERIC_DOMAINS configs are
required for RZ/{G2L,V2L} SoC without these configs the SMARC EVK's
won't boot.
Signed-off-by: Lad Prabhakar <[email protected]>
---
drivers/soc/renesas/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig
index 90f4f98be29c..57b6292b46a3 100644
--- a/drivers/soc/renesas/Kconfig
+++ b/drivers/soc/renesas/Kconfig
@@ -293,11 +293,15 @@ config ARCH_R8A774B1
config ARCH_R9A07G044
bool "ARM64 Platform support for RZ/G2L"
+ select PM
+ select PM_GENERIC_DOMAINS
help
This enables support for the Renesas RZ/G2L SoC variants.
config ARCH_R9A07G054
bool "ARM64 Platform support for RZ/V2L"
+ select PM
+ select PM_GENERIC_DOMAINS
help
This enables support for the Renesas RZ/V2L SoC variants.
--
2.17.1
On Mon, Feb 21, 2022 at 11:25 PM Lad Prabhakar
<[email protected]> wrote:
> Explicitly select PM and PM_GENERIC_DOMAINS configs for ARCH_R9A07G044
> and ARCH_R9A07G045 configs. PM and PM_GENERIC_DOMAINS configs are
> required for RZ/{G2L,V2L} SoC without these configs the SMARC EVK's
> won't boot.
>
> Signed-off-by: Lad Prabhakar <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
i.e. will queue in renesas-devel for v5.18.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
> Subject: Re: [PATCH] soc: renesas: Kconfig: Explicitly select PM and
> PM_GENERIC_DOMAINS configs
>
> On Mon, Feb 21, 2022 at 11:25 PM Lad Prabhakar <prabhakar.mahadev-
> [email protected]> wrote:
> > Explicitly select PM and PM_GENERIC_DOMAINS configs for ARCH_R9A07G044
> > and ARCH_R9A07G045 configs. PM and PM_GENERIC_DOMAINS configs are
Typo ARCH_R9A07G054 configs
Cheers,
Biju
> > required for RZ/{G2L,V2L} SoC without these configs the SMARC EVK's
> > won't boot.
> >
> > Signed-off-by: Lad Prabhakar <[email protected]>
>
> Reviewed-by: Geert Uytterhoeven <[email protected]> i.e. will queue
> in renesas-devel for v5.18.
>
> Gr{oetje,eeting}s,
>
> Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-
> m68k.org
>
> In personal conversations with technical people, I call myself a hacker.
> But when I'm talking to journalists I just say "programmer" or something
> like that.
> -- Linus Torvalds
Hi Biju,
On Tue, Feb 22, 2022 at 9:30 AM Biju Das <[email protected]> wrote:
> > Subject: Re: [PATCH] soc: renesas: Kconfig: Explicitly select PM and
> > PM_GENERIC_DOMAINS configs
> >
> > On Mon, Feb 21, 2022 at 11:25 PM Lad Prabhakar <prabhakar.mahadev-
> > [email protected]> wrote:
> > > Explicitly select PM and PM_GENERIC_DOMAINS configs for ARCH_R9A07G044
> > > and ARCH_R9A07G045 configs. PM and PM_GENERIC_DOMAINS configs are
>
> Typo ARCH_R9A07G054 configs
Thanks, will fix while applying.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
On Tue, Feb 22, 2022 at 8:31 AM Geert Uytterhoeven <[email protected]> wrote:
>
> Hi Biju,
>
> On Tue, Feb 22, 2022 at 9:30 AM Biju Das <[email protected]> wrote:
> > > Subject: Re: [PATCH] soc: renesas: Kconfig: Explicitly select PM and
> > > PM_GENERIC_DOMAINS configs
> > >
> > > On Mon, Feb 21, 2022 at 11:25 PM Lad Prabhakar <prabhakar.mahadev-
> > > [email protected]> wrote:
> > > > Explicitly select PM and PM_GENERIC_DOMAINS configs for ARCH_R9A07G044
> > > > and ARCH_R9A07G045 configs. PM and PM_GENERIC_DOMAINS configs are
> >
> > Typo ARCH_R9A07G054 configs
>
> Thanks, will fix while applying.
>
Thanks Biju & Geert.
Cheers,
Prabhakar