Add Dual licensing SPDX license identifier for tegra186,tegra194 memory and bpmp-thermal headers. Signed-off-by: Bitan Biswas <bbiswas@xxxxxxxxxx> --- include/dt-bindings/memory/tegra186-mc.h | 1 + include/dt-bindings/memory/tegra194-mc.h | 1 + include/dt-bindings/thermal/tegra186-bpmp-thermal.h | 1 + include/dt-bindings/thermal/tegra194-bpmp-thermal.h | 1 + 4 files changed, 4 insertions(+) diff --git a/include/dt-bindings/memory/tegra186-mc.h b/include/dt-bindings/memory/tegra186-mc.h index 82a1e27f7357..be313d3790ae 100644 --- a/include/dt-bindings/memory/tegra186-mc.h +++ b/include/dt-bindings/memory/tegra186-mc.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ #ifndef DT_BINDINGS_MEMORY_TEGRA186_MC_H #define DT_BINDINGS_MEMORY_TEGRA186_MC_H diff --git a/include/dt-bindings/memory/tegra194-mc.h b/include/dt-bindings/memory/tegra194-mc.h index eed48b746bc9..16bb62bf8166 100644 --- a/include/dt-bindings/memory/tegra194-mc.h +++ b/include/dt-bindings/memory/tegra194-mc.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ #ifndef DT_BINDINGS_MEMORY_TEGRA194_MC_H #define DT_BINDINGS_MEMORY_TEGRA194_MC_H diff --git a/include/dt-bindings/thermal/tegra186-bpmp-thermal.h b/include/dt-bindings/thermal/tegra186-bpmp-thermal.h index a96b8fa31aab..fe9f5043c7b9 100644 --- a/include/dt-bindings/thermal/tegra186-bpmp-thermal.h +++ b/include/dt-bindings/thermal/tegra186-bpmp-thermal.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ /* * This header provides constants for binding nvidia,tegra186-bpmp-thermal. */ diff --git a/include/dt-bindings/thermal/tegra194-bpmp-thermal.h b/include/dt-bindings/thermal/tegra194-bpmp-thermal.h index aa7fb08135ca..debea44bf115 100644 --- a/include/dt-bindings/thermal/tegra194-bpmp-thermal.h +++ b/include/dt-bindings/thermal/tegra194-bpmp-thermal.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ /* * This header provides constants for binding nvidia,tegra194-bpmp-thermal. */ -- 2.17.1