diff options
| author | Ryan Chen <[email protected]> | 2020-08-31 14:03:05 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-09-09 16:57:36 -0400 |
| commit | 654ae299ec509084c22e646ae269e1baa2583793 (patch) | |
| tree | f0b89b22d3e0dc51e1723a524f3d9ee5f92ed7b6 | |
| parent | c39c9a94cba01d9fbbe359a8922d2ae85061a4e1 (diff) | |
cosmetic: aspeed: Modify for SPDX-License
Modify SPDX-License for furture patch warning
Signed-off-by: Ryan Chen <[email protected]>
Reviewed-by: Chia-Wei, Wang <[email protected]>
| -rw-r--r-- | arch/arm/dts/ast2500-u-boot.dtsi | 1 | ||||
| -rw-r--r-- | include/dt-bindings/clock/aspeed-clock.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/ast2500-u-boot.dtsi b/arch/arm/dts/ast2500-u-boot.dtsi index 29b08f16ac6..51a5244766c 100644 --- a/arch/arm/dts/ast2500-u-boot.dtsi +++ b/arch/arm/dts/ast2500-u-boot.dtsi @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 #include <dt-bindings/clock/aspeed-clock.h> #include <dt-bindings/reset/ast2500-reset.h> diff --git a/include/dt-bindings/clock/aspeed-clock.h b/include/dt-bindings/clock/aspeed-clock.h index e6599deeb9f..a1aa8c07ce8 100644 --- a/include/dt-bindings/clock/aspeed-clock.h +++ b/include/dt-bindings/clock/aspeed-clock.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ +// SPDX-License-Identifier: GPL-2.0 #define ASPEED_CLK_GATE_ECLK 0 #define ASPEED_CLK_GATE_GCLK 1 |
