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

Currently, the driver_data of the i2c ID table is wrong, so it won't
work if any sy8824x 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 sy8824c, sy8824e, sy20276 and sy20278.

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