On Thu, 5 Dec 2024 at 22:52, J. Neuschäfer via B4 Relay <[email protected]> wrote: > > From: "J. Neuschäfer" <[email protected]> > > For new PowerPC developments, it will be useful to borrow devicetrees > from Linux. This patch makes it possible. > > Signed-off-by: J. Neuschäfer <[email protected]> > --- > This may seem hypothetical, but I'm working on a new U-Boot port for a > PowerPC board. > --- > dts/upstream/src/powerpc/Makefile | 6 ++++++ > 1 file changed, 6 insertions(+) >
Reviewed-by: Sumit Garg <[email protected]> -Sumit > diff --git a/dts/upstream/src/powerpc/Makefile > b/dts/upstream/src/powerpc/Makefile > new file mode 100644 > index > 0000000000000000000000000000000000000000..721ec5cb229e2a8ae57e90c9407f86054fcb7ad9 > --- /dev/null > +++ b/dts/upstream/src/powerpc/Makefile > @@ -0,0 +1,6 @@ > +# SPDX-License-Identifier: GPL-2.0+ > + > +include $(srctree)/scripts/Makefile.dts > + > +# Add any required device tree compiler flags here > +DTC_FLAGS += > > --- > base-commit: 98dd010b311e68b8398428cadf56a6381f7de202 > change-id: 20241129-upstream-dts-9a1eb4524b53 > > Best regards, > -- > J. Neuschäfer <[email protected]> > >

