diff options
| author | Matti Vaittinen <mazziesaccount@gmail.com> | 2026-04-07 16:26:48 +0300 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2026-06-17 11:30:26 +0100 |
| commit | 6a2cb13761d90ef3fa960db189a2cc1bdf965ae1 (patch) | |
| tree | b5200cae9b75f3868b1536f4a1200219699c9dab | |
| parent | 3c8658d6b55564167b11c6dd5ecffe368ef9c2ec (diff) | |
mfd: bd72720: Drop BUCK11 ID
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>
| -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, |
