diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2019-01-16 13:36:32 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-01-16 21:50:27 +0300 |
commit | 3705add0b783e0deeb6646ba0311bf214fe52b0a (patch) | |
tree | 26c9b7784aff5a0f30c19733767ec6f6a1a97cb2 /include | |
parent | 9eac0ae1683575375de8c63166b3596b11d3b56a (diff) | |
download | linux-3705add0b783e0deeb6646ba0311bf214fe52b0a.tar.xz |
dt-bindings: reset: meson-axg: fix SPDX license id
As reported, the SPDX license id is not placed correctly and the variant
of the BSD License used should be specified.
Fixes: c16292578ffa ("dt-bindings: reset: Add bindings for the Meson-AXG SoC Reset Controller")
Reported-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/dt-bindings/reset/amlogic,meson-axg-reset.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/dt-bindings/reset/amlogic,meson-axg-reset.h b/include/dt-bindings/reset/amlogic,meson-axg-reset.h index ad6f55dabd6d..0f2e0fe45ca4 100644 --- a/include/dt-bindings/reset/amlogic,meson-axg-reset.h +++ b/include/dt-bindings/reset/amlogic,meson-axg-reset.h @@ -1,12 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */ /* - * * Copyright (c) 2016 BayLibre, SAS. * Author: Neil Armstrong <narmstrong@baylibre.com> * * Copyright (c) 2017 Amlogic, inc. * Author: Yixun Lan <yixun.lan@amlogic.com> * - * SPDX-License-Identifier: (GPL-2.0+ OR BSD) */ #ifndef _DT_BINDINGS_AMLOGIC_MESON_AXG_RESET_H |