Message ID | 20170922213634.084486879@cogentembedded.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Sep 22, 2017 at 11:36 PM, Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> wrote: > Enable the Renesas R-Car V3M (R8A77970) SoC in the ARM64 defconfig. > > Suggested-by: Simon Horman <horms@verge.net.au> > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> 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
On Sat, Sep 23, 2017 at 01:05:25PM +0200, Geert Uytterhoeven wrote: > On Fri, Sep 22, 2017 at 11:36 PM, Sergei Shtylyov > <sergei.shtylyov@cogentembedded.com> wrote: > > Enable the Renesas R-Car V3M (R8A77970) SoC in the ARM64 defconfig. > > > > Suggested-by: Simon Horman <horms@verge.net.au> > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> > > Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Thanks, applied.
Index: linux/arch/arm64/configs/defconfig =================================================================== --- linux.orig/arch/arm64/configs/defconfig +++ linux/arch/arm64/configs/defconfig @@ -50,6 +50,7 @@ CONFIG_ARCH_SEATTLE=y CONFIG_ARCH_RENESAS=y CONFIG_ARCH_R8A7795=y CONFIG_ARCH_R8A7796=y +CONFIG_ARCH_R8A77970=y CONFIG_ARCH_R8A77995=y CONFIG_ARCH_STRATIX10=y CONFIG_ARCH_TEGRA=y
Enable the Renesas R-Car V3M (R8A77970) SoC in the ARM64 defconfig. Suggested-by: Simon Horman <horms@verge.net.au> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> --- The patch is against the ARM64 repo's 'for-next/core' branch plus the patch enabling R8A77995 SoC (https://patchwork.kernel.org/patch/9905747/). arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)