Hi Shawn, On 1/18/2019 12:54 AM, Shawn Guo wrote: > It fixes malformed SPDX license identifier in Hi3798CV200 and Poplar > DTS, accroding to Documentation/process/license-rules.rst. > > Signed-off-by: Shawn Guo <shawnguo@xxxxxxxxxx> Applied to the hisilicon soc dt tree. Thanks! Best Regards, Wei > --- > arch/arm64/boot/dts/hisilicon/hi3798cv200-poplar.dts | 4 +--- > arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 4 +--- > 2 files changed, 2 insertions(+), 6 deletions(-) > > diff --git a/arch/arm64/boot/dts/hisilicon/hi3798cv200-poplar.dts b/arch/arm64/boot/dts/hisilicon/hi3798cv200-poplar.dts > index 32716c96b457..c563d3eb2d98 100644 > --- a/arch/arm64/boot/dts/hisilicon/hi3798cv200-poplar.dts > +++ b/arch/arm64/boot/dts/hisilicon/hi3798cv200-poplar.dts > @@ -1,10 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * DTS File for HiSilicon Poplar Development Board > * > * Copyright (c) 2016-2017 HiSilicon Technologies Co., Ltd. > - * > - * Released under the GPLv2 only. > - * SPDX-License-Identifier: GPL-2.0 > */ > > /dts-v1/; > diff --git a/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi b/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi > index 7c0fddd7c8cf..13821a0ff524 100644 > --- a/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi > +++ b/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi > @@ -1,10 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * DTS File for HiSilicon Hi3798cv200 SoC. > * > * Copyright (c) 2016-2017 HiSilicon Technologies Co., Ltd. > - * > - * Released under the GPLv2 only. > - * SPDX-License-Identifier: GPL-2.0 > */ > > #include <dt-bindings/clock/histb-clock.h> >