Re: [RFC PATCH 11/12] sh: target dts.
Geert Uytterhoeven <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <CAMuHMdUkVAqdG3yf90mEFpppsWmvzO8UsaOL1NR2705yD+JJuQ@mail.gmail.com> |
Hi Sato-san, On Wed, Aug 30, 2023 at 8:53 PM Yoshinori Sato <[email protected]> wrote: > - rts7751r2dplus - Renesas RTS7751R2D-PLUS board. > - landisk - IO DATA DEVICE LANDISK > - usl-5p - IO DATA DECVICE USL-5P > > Signed-off-by: Yoshinori Sato <[email protected]> Thanks for your patch! > --- > arch/sh/boot/dts/include/dt-bindings | 1 + > arch/sh/boot/dts/landisk.dts | 142 ++++++++++++++++++++++ > arch/sh/boot/dts/rts7751r2dplus.dts | 168 +++++++++++++++++++++++++++ > arch/sh/boot/dts/usl-5p.dts | 146 +++++++++++++++++++++++ > 4 files changed, 457 insertions(+) > create mode 120000 arch/sh/boot/dts/include/dt-bindings > create mode 100644 arch/sh/boot/dts/landisk.dts > create mode 100644 arch/sh/boot/dts/rts7751r2dplus.dts > create mode 100644 arch/sh/boot/dts/usl-5p.dts > > diff --git a/arch/sh/boot/dts/include/dt-bindings b/arch/sh/boot/dts/include/dt-bindings > new file mode 120000 > index 000000000000..08c00e4972fa > --- /dev/null > +++ b/arch/sh/boot/dts/include/dt-bindings > @@ -0,0 +1 @@ > +../../../../../include/dt-bindings This should not be needed. > --- /dev/null > +++ b/arch/sh/boot/dts/landisk.dts > @@ -0,0 +1,142 @@ > +// SPDX-License-Identifier: GPL-2.0 > +/* > + * Device Tree source for IO DATA DEVICE LANDISK > + * > + * Copyright 2023 Yoshinori Sato > + */ > + > +#include <dt-bindings/interrupt-controller/sh_intc.h> You forgot to post commit d00349bf840505a0 ("sh: SH-INTC helper files") in ysato/sh-of-wip. 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