From: Hal Feng Date: Mon, 12 Jan 2026 02:39:47 +0000 (+0800) Subject: mmc: sdhci-cadence6: Fix the license to GPL-2.0+ X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e6ed6117552e6b0ba8675980ef9580fea2ae3ac;p=thirdparty%2Fu-boot.git mmc: sdhci-cadence6: Fix the license to GPL-2.0+ The license of the file is not valid. Fix it to GPL-2.0+. Fixes: fe11aa0b8ca3 ("mmc: sdhci-cadence: Add support for Cadence sdmmc v6") Reported-by: Quentin Schulz Reported-by: oliver Fendt Closes: https://lore.kernel.org/all/CAFoF8fC4foffYJgYm9CkViET83gDu05noVRxLxgs+KWXN_-LBQ@mail.gmail.com/ Signed-off-by: Hal Feng Reviewed-by: Quentin Schulz Reviewed-by: Tanmay Kathpalia Acked-by: Peng Fan Signed-off-by: Peng Fan --- diff --git a/drivers/mmc/sdhci-cadence6.c b/drivers/mmc/sdhci-cadence6.c index 91a245aa490..ca1086e2359 100644 --- a/drivers/mmc/sdhci-cadence6.c +++ b/drivers/mmc/sdhci-cadence6.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0-or-platform_driver +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2023 Starfive. * Author: Kuan Lim Lee