]> www.infradead.org Git - users/jedix/linux-maple.git/commit
regulator: mp886x: Fix ID table driver_data
authorJisheng Zhang <jszhang@kernel.org>
Sun, 29 Jun 2025 09:59:18 +0000 (17:59 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 30 Jun 2025 15:06:40 +0000 (16:06 +0100)
commit6729c134ccc0d37d865c342e466b90df29081f1a
treee97f6c532a5385b64357878694a14796d1317d6c
parentf172ffde18997aa401a74153cea4ae3bfdcb5124
regulator: mp886x: Fix ID table driver_data

Currently, the driver_data of the i2c ID table is wrong, so it won't
work if any mp886x user makes use of the ID table. Fortunately, there's
no such user in upstream source code, we can fix the issue by using
different ID table entry for mp8867 and mp8869.

Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Link: https://patch.msgid.link/20250629095918.912-1-jszhang@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/mp886x.c