diff options
| author | Matti Vaittinen <mazziesaccount@gmail.com> | 2026-04-07 16:26:48 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-07-24 17:19:57 +0300 |
| commit | e18ffb7541de052d21039a3e6ae0d719c5107369 (patch) | |
| tree | 3d762b5ffa22590ac42de7e2df419c8e490a6dc7 /include/linux | |
| parent | 0ff82a9cf9312678d8bc4edeef0b6e82659ac12a (diff) | |
| download | linux-e18ffb7541de052d21039a3e6ae0d719c5107369.tar.xz | |
mfd: bd72720: Drop BUCK11 ID
[ Upstream commit 6a2cb13761d90ef3fa960db189a2cc1bdf965ae1 ]
The BD72720 header reserves an ID for BUCK11. While this does not (at
the moment) cause problems I can see, it is misleading as the BD72720
contains only 10 BUCKs.
Make the code clearer and drop the BUCK11 ID.
Fixes: af25277b1ddc ("mfd: rohm-bd71828: Support ROHM BD72720")
Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com>
Link: https://patch.msgid.link/812c3749a18d609d6f4698506bc516ec7183dfdd.1775565298.git.mazziesaccount@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mfd/rohm-bd72720.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/rohm-bd72720.h b/include/linux/mfd/rohm-bd72720.h index ae7343bcab06..d8ddbf232bb3 100644 --- a/include/linux/mfd/rohm-bd72720.h +++ b/include/linux/mfd/rohm-bd72720.h @@ -21,7 +21,6 @@ enum { BD72720_BUCK8, BD72720_BUCK9, BD72720_BUCK10, - BD72720_BUCK11, BD72720_LDO1, BD72720_LDO2, BD72720_LDO3, |
