[PATCH 04/11] platform/x86: int3472: Add VD55G0 supply GPIO mapping

From: Peter Marshall

Date: Fri Sep 18 2026 - 18:21:22 EST


The vd55g sensor drivers / DT bindings expect non-standard supply names.
Add a mapping to enable them.

Signed-off-by: Peter Marshall <pm@xxxxxxxxxxxxxxxx>
---
drivers/platform/x86/intel/int3472/discrete.c | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

diff --git a/drivers/platform/x86/intel/int3472/discrete.c b/drivers/platform/x86/intel/int3472/discrete.c
index b48cf1b7fd5f..bf145ee0869b 100644
--- a/drivers/platform/x86/intel/int3472/discrete.c
+++ b/drivers/platform/x86/intel/int3472/discrete.c
@@ -198,6 +198,24 @@ static const struct int3472_gpio_map int3472_gpio_map[] = {
.con_id = "vana",
.enable_time_us = GPIO_REGULATOR_ENABLE_TIME,
},
+ {
+ .hid = "SMO55F0",
+ .type_from = INT3472_GPIO_TYPE_HANDSHAKE,
+ .type_to = INT3472_GPIO_TYPE_HANDSHAKE,
+ .con_id = "vcore",
+ },
+ {
+ .hid = "SMO55F0",
+ .type_from = INT3472_GPIO_TYPE_DOVDD,
+ .type_to = INT3472_GPIO_TYPE_DOVDD,
+ .con_id = "vddio",
+ },
+ {
+ .hid = "SMO55F0",
+ .type_from = INT3472_GPIO_TYPE_POWER_ENABLE,
+ .type_to = INT3472_GPIO_TYPE_POWER_ENABLE,
+ .con_id = "vana",
+ },
};

static bool int3472_gpio_map_hids_match(struct acpi_device *adev,
--
2.55.0