Skip to content

Commit f1e5ecc

Browse files
ranechitabroonie
authored andcommitted
regulator: fix typo in Kconfig and max8973-regulator
MAX8973 is supposed to be MAX8973A. Kconfig and the initial comment of max8973-regulator.c were modified accordingly. Signed-off-by: Ramona Alexandra Nechita <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 6f3a9b1 commit f1e5ecc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

drivers/regulator/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,12 +609,12 @@ config REGULATOR_MAX8952
609609
modes ranging from 0.77V to 1.40V by 0.01V steps.
610610

611611
config REGULATOR_MAX8973
612-
tristate "Maxim MAX8973 voltage regulator "
612+
tristate "Maxim MAX8973A voltage regulator"
613613
depends on I2C
614614
depends on THERMAL && THERMAL_OF
615615
select REGMAP_I2C
616616
help
617-
The MAXIM MAX8973 high-efficiency. three phase, DC-DC step-down
617+
The MAXIM MAX8973A high-efficiency. three phase, DC-DC step-down
618618
switching regulator delivers up to 9A of output current. Each
619619
phase operates at a 2MHz fixed frequency with a 120 deg shift
620620
from the adjacent phase, allowing the use of small magnetic component.

drivers/regulator/max8973-regulator.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* max8973-regulator.c -- Maxim max8973
2+
* max8973-regulator.c -- Maxim max8973A
33
*
4-
* Regulator driver for MAXIM 8973 DC-DC step-down switching regulator.
4+
* Regulator driver for MAXIM 8973A DC-DC step-down switching regulator.
55
*
66
* Copyright (c) 2012, NVIDIA Corporation.
77
*

0 commit comments

Comments
 (0)