summaryrefslogtreecommitdiff
path: root/drivers/regulator
diff options
context:
space:
mode:
authorChiYuan Huang <cy_huang@richtek.com>2021-07-14 05:36:10 +0300
committerMark Brown <broonie@kernel.org>2021-07-14 18:37:24 +0300
commit77eac0e1ce9c61b66c15f7cc503ae848b74fe42c (patch)
tree0818331ebca217b892c377c53814f1935adcb2f9 /drivers/regulator
parente98fb032170bfa2e671a01e356a7ee86a2038312 (diff)
downloadlinux-77eac0e1ce9c61b66c15f7cc503ae848b74fe42c.tar.xz
regulator: rtq6752: Fix the typo for reg define and author name
Fix the typo for reg define and author name. Signed-off-by: ChiYuan Huang <cy_huang@richtek.com> Reported-by: Axel Lin <axel.lin@ingics.com> Link: https://lore.kernel.org/r/1626230170-13648-1-git-send-email-u0084500@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/rtq6752-regulator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/regulator/rtq6752-regulator.c b/drivers/regulator/rtq6752-regulator.c
index fe31597983a6..72a72aa50d81 100644
--- a/drivers/regulator/rtq6752-regulator.c
+++ b/drivers/regulator/rtq6752-regulator.c
@@ -19,7 +19,7 @@ enum {
#define RTQ6752_REG_PAVDD 0x00
#define RTQ6752_REG_NAVDD 0x01
#define RTQ6752_REG_PAVDDONDLY 0x07
-#define RTQ6752_REG_PAVDDSSTIME 0x07
+#define RTQ6752_REG_PAVDDSSTIME 0x08
#define RTQ6752_REG_NAVDDONDLY 0x0D
#define RTQ6752_REG_NAVDDSSTIME 0x0E
#define RTQ6752_REG_OPTION1 0x12
@@ -280,6 +280,6 @@ static struct i2c_driver rtq6752_driver = {
};
module_i2c_driver(rtq6752_driver);
-MODULE_AUTHOR("ChiYuan Hwang <cy_huang@richtek.com>");
+MODULE_AUTHOR("ChiYuan Huang <cy_huang@richtek.com>");
MODULE_DESCRIPTION("Richtek RTQ6752 Regulator Driver");
MODULE_LICENSE("GPL v2");