| commit | 6729c134ccc0d37d865c342e466b90df29081f1a | [log] [tgz] |
|---|---|---|
| author | Jisheng Zhang <jszhang@kernel.org> | Sun Jun 29 17:59:18 2025 +0800 |
| committer | Mark Brown <broonie@kernel.org> | Mon Jun 30 16:06:40 2025 +0100 |
| tree | e97f6c532a5385b64357878694a14796d1317d6c | |
| parent | f172ffde18997aa401a74153cea4ae3bfdcb5124 [diff] |
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>