Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

nvmem: imx-ocotp: Update module description

This imx-ocotp driver encapsulates support for a subset of both i.MX6 and
i.MX7 processors. Update the module description to reflect.

Fixes: 711d45477931 ("nvmem: octop: Add i.MX7D support")

Signed-off-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Bryan O'Donoghue and committed by
Greg Kroah-Hartman
aef9a4de a32bab32

+1 -1
+1 -1
drivers/nvmem/imx-ocotp.c
··· 494 494 module_platform_driver(imx_ocotp_driver); 495 495 496 496 MODULE_AUTHOR("Philipp Zabel <p.zabel@pengutronix.de>"); 497 - MODULE_DESCRIPTION("i.MX6 OCOTP fuse box driver"); 497 + MODULE_DESCRIPTION("i.MX6/i.MX7 OCOTP fuse box driver"); 498 498 MODULE_LICENSE("GPL v2");