Hi Jacopo, On Sun, Aug 05, 2018 at 11:01:36AM +0200, jacopo mondi wrote: > Hi Eugeniu, > > On Sun, Aug 05, 2018 at 01:11:14AM +0200, Eugeniu Rosca wrote: > > Signed-off-by: Eugeniu Rosca <erosca@xxxxxxxxxxxxxx> > > --- > > arch/arm64/boot/dts/renesas/Makefile | 1 + > > arch/arm64/boot/dts/renesas/r8a77965-ulcb-kf.dts | 20 ++++++++++++++++++++ > > 2 files changed, 21 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/renesas/Makefile b/arch/arm64/boot/dts/renesas/Makefile > > index ad7be9a8ca56..3e2c5be65a14 100644 > > --- a/arch/arm64/boot/dts/renesas/Makefile > > +++ b/arch/arm64/boot/dts/renesas/Makefile > > @@ -9,6 +9,7 @@ dtb-$(CONFIG_ARCH_R8A7796) += r8a7796-ulcb-kf.dtb > > dtb-$(CONFIG_ARCH_R8A7796) += r8a7796-salvator-xs.dtb > > dtb-$(CONFIG_ARCH_R8A77965) += r8a77965-salvator-x.dtb r8a77965-salvator-xs.dtb > > dtb-$(CONFIG_ARCH_R8A77965) += r8a77965-ulcb.dtb > > +dtb-$(CONFIG_ARCH_R8A77965) += r8a77965-ulcb-kf.dtb > > dtb-$(CONFIG_ARCH_R8A77970) += r8a77970-eagle.dtb r8a77970-v3msk.dtb > > dtb-$(CONFIG_ARCH_R8A77980) += r8a77980-condor.dtb r8a77980-v3hsk.dtb > > dtb-$(CONFIG_ARCH_R8A77990) += r8a77990-ebisu.dtb > > diff --git a/arch/arm64/boot/dts/renesas/r8a77965-ulcb-kf.dts b/arch/arm64/boot/dts/renesas/r8a77965-ulcb-kf.dts > > new file mode 100644 > > index 000000000000..5c719fb87d8b > > --- /dev/null > > +++ b/arch/arm64/boot/dts/renesas/r8a77965-ulcb-kf.dts > > @@ -0,0 +1,20 @@ > > +// SPDX-License-Identifier: GPL-2.0 > > +/* > > + * Device Tree Source for the M3-N ULCB Kingfisher board > > + * > > + * Copyright (C) 2018 Renesas Electronics Corp. > > + * Copyright (C) 2018 Cogent Embedded, Inc. > > + * > > + * This file is licensed under the terms of the GNU General Public License > > + * version 2. This program is licensed "as is" without any warranty of any > > + * kind, whether express or implied. > > + */ > > Drop the license text please :) I will. Thanks! > > Thanks > j > > + > > +#include "r8a77965-ulcb.dts" > > +#include "ulcb-kf.dtsi" > > + > > +/ { > > + model = "Renesas ULCB Kingfisher board based on r8a77965"; > > + compatible = "shimafuji,kingfisher", "renesas,ulcb", > > + "renesas,r8a77965"; > > +}; > > -- > > 2.18.0 > > Best regards, Eugeniu.