Message ID | 20250123170508.13578-10-john.madieu.xa@bp.renesas.com (mailing list archive) |
---|---|
State | Superseded |
Commit | d1be18bd0830e8e5c62e1eab570e890d70a4fafb |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | soc: renesas: Add RZ/G3E SoC detection support | expand |
On Thu, Jan 23, 2025 at 6:06 PM John Madieu <john.madieu.xa@bp.renesas.com> wrote: > SoC identification needs the system controller. Enable it. > > Signed-off-by: John Madieu <john.madieu.xa@bp.renesas.com> > --- > Changes: > > v3 -> v4: No changes > v3: New patch Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> i.e. will queue in renesas-devel for v6.15. 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
diff --git a/arch/arm64/boot/dts/renesas/r9a09g057.dtsi b/arch/arm64/boot/dts/renesas/r9a09g057.dtsi index 1c550b22b164..f7a2f8ca864f 100644 --- a/arch/arm64/boot/dts/renesas/r9a09g057.dtsi +++ b/arch/arm64/boot/dts/renesas/r9a09g057.dtsi @@ -249,7 +249,6 @@ sys: system-controller@10430000 { reg = <0 0x10430000 0 0x10000>; clocks = <&cpg CPG_CORE R9A09G057_SYS_0_PCLK>; resets = <&cpg 0x30>; - status = "disabled"; }; ostm0: timer@11800000 {
SoC identification needs the system controller. Enable it. Signed-off-by: John Madieu <john.madieu.xa@bp.renesas.com> --- Changes: v3 -> v4: No changes v3: New patch arch/arm64/boot/dts/renesas/r9a09g057.dtsi | 1 - 1 file changed, 1 deletion(-)