Hi Rob, On Wed, Dec 20, 2017 at 12:19:08PM -0600, Rob Herring wrote: > On Wed, Dec 20, 2017 at 03:05:18PM +0100, Krzysztof Kozlowski wrote: > > On Mon, Dec 18, 2017 at 1:38 PM, Simon Shields <simon@xxxxxxxxxxxxx> wrote: > > > The midas boards share a lot with trats2. Split the common parts > > > out of trats2 into a common midas dtsi and a common "galaxy s3" dts. > > > > > > Signed-off-by: Simon Shields <simon@xxxxxxxxxxxxx> > > > --- > > > arch/arm/boot/dts/exynos4412-galaxy-s3.dtsi | 145 ++ > > > ...exynos4412-trats2.dts => exynos4412-midas.dtsi} | 117 +- > > > arch/arm/boot/dts/exynos4412-trats2.dts | 1446 +------------------- > > > 3 files changed, 184 insertions(+), 1524 deletions(-) > > > create mode 100644 arch/arm/boot/dts/exynos4412-galaxy-s3.dtsi > > > copy arch/arm/boot/dts/{exynos4412-trats2.dts => exynos4412-midas.dtsi} (92%) > > > rewrite arch/arm/boot/dts/exynos4412-trats2.dts (97%) > > > > > > diff --git a/arch/arm/boot/dts/exynos4412-galaxy-s3.dtsi b/arch/arm/boot/dts/exynos4412-galaxy-s3.dtsi > > > new file mode 100644 > > > index 000000000000..2806236484a6 > > > --- /dev/null > > > +++ b/arch/arm/boot/dts/exynos4412-galaxy-s3.dtsi > > > @@ -0,0 +1,145 @@ > > > +/* > > > + * Samsung's Exynos4412 based Galaxy S3 board device tree source > > > + * > > > + * Copyright (c) 2013 Samsung Electronics Co., Ltd. > > > + * http://www.samsung.com > > > + * > > > + * Device tree source file for Samsung's Galaxy S3 boards which are based on > > > + * Samsung's Exynos4412 SoC. > > > + * > > > + * This program is free software; you can redistribute it and/or modify > > > + * it under the terms of the GNU General Public License version 2 as > > > + * published by the Free Software Foundation. > > > + */ > > > > One new line to make it consistent with others. > > If you're going to change it, use an SPDX tag. > I initially did this in v2[1], but Krzysztof said to keep the trats2 copyright header, since the galaxy-s3 dts is a subset of the old trats2 DTS. Is adding the SPDX tag and keeping the Samsung copyright stanza the preferred approach here? [1]: https://patchwork.kernel.org/patch/10111971/ > Rob Cheers, Simon -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html