diff options
author | 2019-01-18 08:54:04 +0800 | |
---|---|---|
committer | 2019-01-31 15:15:07 +0000 | |
commit | ae4eba836555a03a053b0951dedf3597c8f4fff0 (patch) | |
tree | e75a9100046757b9db2506b82277872283f3538b /arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | |
parent | arm64: dts: hikey960: fix SDcard detection (diff) | |
download | linux-dev-ae4eba836555a03a053b0951dedf3597c8f4fff0.tar.xz linux-dev-ae4eba836555a03a053b0951dedf3597c8f4fff0.zip |
arm64: dts: hi3798cv200: fix malformed SPDX license identifier
It fixes malformed SPDX license identifier in Hi3798CV200 and Poplar
DTS, accroding to Documentation/process/license-rules.rst.
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 4 |
1 files changed, 1 insertions, 3 deletions
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> |