media: hi556: Support full range of power rails
authorHans de Goede <hdegoede@redhat.com>
Sat, 31 May 2025 19:05:34 +0000 (21:05 +0200)
committerHans Verkuil <hverkuil@xs4all.nl>
Thu, 10 Jul 2025 09:32:25 +0000 (11:32 +0200)
commit375fc903e57cb3ca4d2d5408de98d6369d4c8334
tree38696c7e639424f37474fbd4c3a5ce76637f66b7
parent99f2211a9d89fe34b3fa847fd7a4475171406cd0
media: hi556: Support full range of power rails

Use regulator_bulk_* to get the array of potential power rails for
the hi556.

Previously the driver only supported avdd as only avdd is used on IPU6
designs. But other designs may also need the driver to control the other
power rails and the new INT3472 handshake support also makes use of
dvdd on IPU6 designs.

Link: https://bugzilla.redhat.com/show_bug.cgi?id=2368506
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/i2c/hi556.c