@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
//
-// Driver for TPS65219 Push Button
+// Driver for TPS65215/TPS65219 Push Button
//
// Copyright (C) 2022 BayLibre Incorporated - https://www.baylibre.com/
@@ -145,6 +145,6 @@ static struct platform_driver tps65219_pb_driver = {
};
module_platform_driver(tps65219_pb_driver);
-MODULE_DESCRIPTION("TPS65219 Power Button");
+MODULE_DESCRIPTION("TPS65215/TPS65219 Power Button");
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Markus Schneider-Pargmann <msp@baylibre.com");
Update descriptions to reflect this file applies to TPS65215 and TPS65219. Signed-off-by: Shree Ramamoorthy <s-ramamoorthy@ti.com> --- drivers/input/misc/tps65219-pwrbutton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)