Message ID | 87r0mcfn95.wl-kuninori.morimoto.gx@renesas.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 92c4f314065a3b63ea6c2d6ac44e867e34031cd0 |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | arm64: dts: renesas: Add R-Car S4 Starter Kit support | expand |
On Tue, Oct 3, 2023 at 4:33 AM Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> wrote: > R8A779F4 is update version of R8A779F0. > This patch adds its support, but is using r8a779f0 dtsi internally. > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> > Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@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
diff --git a/arch/arm64/boot/dts/renesas/r8a779f4.dtsi b/arch/arm64/boot/dts/renesas/r8a779f4.dtsi new file mode 100644 index 000000000000..ebed41892df3 --- /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,r8a779f4", "renesas,r8a779f0"; +};