Message ID | 87lectim7t.wl-kuninori.morimoto.gx@renesas.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | arm64: dts: renesas: Add R-Car S4 Starter Kit support | expand |
On Tue, Sep 26, 2023 at 6:37 AM Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> wrote: > R8A779F4 is update version of R8A779F0. > This patch adds its support, but is using r8a7799f0 dtsi internally. > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> i.e. will queue in renesas-devel for v6.7. Gr{oetje,eeting}s, Geert
On Fri, Sep 29, 2023 at 2:45 PM Geert Uytterhoeven <geert@linux-m68k.org> wrote: > On Tue, Sep 26, 2023 at 6:37 AM Kuninori Morimoto > <kuninori.morimoto.gx@renesas.com> wrote: > > R8A779F4 is update version of R8A779F0. > > This patch adds its support, but is using r8a7799f0 dtsi internally. > > > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> > > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> > i.e. will queue in renesas-devel for v6.7. ... with the silly typo s/r8a77f4/r8a779f4/ fixed, of course. Gr{oetje,eeting}s, Geert
Hi Geert > > > R8A779F4 is update version of R8A779F0. > > > This patch adds its support, but is using r8a7799f0 dtsi internally. > > > > > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> > > > > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> > > i.e. will queue in renesas-devel for v6.7. > > ... with the silly typo s/r8a77f4/r8a779f4/ fixed, of course. Thanks, but will post v3 patch. Thank you for your help !! Best regards --- Kuninori Morimoto
diff --git a/arch/arm64/boot/dts/renesas/r8a779f4.dtsi b/arch/arm64/boot/dts/renesas/r8a779f4.dtsi new file mode 100644 index 000000000000..f9a31bd891c7 --- /dev/null +++ b/arch/arm64/boot/dts/renesas/r8a779f4.dtsi @@ -0,0 +1,12 @@ +// SPDX-License-Identifier: (GPL-2.0 OR MIT) +/* + * Device Tree Source for the R-Car S4-8 (R8A779F4) SoC + * + * Copyright (C) 2023 Renesas Electronics Corp. + */ + +#include "r8a779f0.dtsi" + +/ { + compatible = "renesas,r8a77f4", "renesas,r8a779f0"; +};
R8A779F4 is update version of R8A779F0. This patch adds its support, but is using r8a7799f0 dtsi internally. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> --- arch/arm64/boot/dts/renesas/r8a779f4.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 arch/arm64/boot/dts/renesas/r8a779f4.dtsi