[PATCH v1 1/1] input: tps65214: Add support for TI TPS65214 PMIC

From: Shree Ramamoorthy
Date: Thu Jan 16 2025 - 17:40:44 EST


Update descriptions to reflect this input driver applies to TPS65214,
TPS65215, and TPS65219.

Signed-off-by: Shree Ramamoorthy <s-ramamoorthy@xxxxxx>
---
drivers/input/misc/tps65219-pwrbutton.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/input/misc/tps65219-pwrbutton.c b/drivers/input/misc/tps65219-pwrbutton.c
index 27a8d10d81ac..385007608401 100644
--- a/drivers/input/misc/tps65219-pwrbutton.c
+++ b/drivers/input/misc/tps65219-pwrbutton.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
//
-// Driver for TPS65215/TPS65219 Push Button
+// TPS65214/TPS65215/TPS65219 Power Button Driver
//
// 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("TPS65215/TPS65219 Power Button");
+MODULE_DESCRIPTION("TPS65214/TPS65215/TPS65219 Power Button");
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Markus Schneider-Pargmann <msp@xxxxxxxxxxxx");
--
2.43.0