summaryrefslogtreecommitdiff
path: root/drivers/clk/mediatek/clk-mt7986-infracfg.c
diff options
context:
space:
mode:
authorSam Shih <sam.shih@mediatek.com>2022-01-19 15:36:58 +0300
committerStephen Boyd <sboyd@kernel.org>2022-01-19 23:05:07 +0300
commitb4966a7dc0725b2baa12b0aeb1489d52568a2aad (patch)
tree168bb23d1901c405d829d465497662f17aea1ea5 /drivers/clk/mediatek/clk-mt7986-infracfg.c
parent818d9150f2b22a0053bf568fa11ad3be804ce5c4 (diff)
downloadlinux-b4966a7dc0725b2baa12b0aeb1489d52568a2aad.tar.xz
clk: mediatek: relicense mt7986 clock driver to GPL-2.0
The previous mt7986 clock drivers were incorrectly marked as GPL-1.0. This patch changes the driver to the standard GPL-2.0 license. Signed-off-by: Sam Shih <sam.shih@mediatek.com> Link: https://lore.kernel.org/r/20220119123658.10095-2-sam.shih@mediatek.com Reported-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/mediatek/clk-mt7986-infracfg.c')
-rw-r--r--drivers/clk/mediatek/clk-mt7986-infracfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/mediatek/clk-mt7986-infracfg.c b/drivers/clk/mediatek/clk-mt7986-infracfg.c
index 3be168c34fc0..f209c559fbc3 100644
--- a/drivers/clk/mediatek/clk-mt7986-infracfg.c
+++ b/drivers/clk/mediatek/clk-mt7986-infracfg.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-1.0
+// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (c) 2021 MediaTek Inc.
* Author: Sam Shih <sam.shih@mediatek.com>