Skip to content
Snippets Groups Projects
Commit e8059d39 authored by Daniel Scally's avatar Daniel Scally Committed by Hans de Goede
Browse files

platform/x86: int3472: Add GPIOs to Surface Go 3 Board data


Add the INT347E GPIO lookup table to the board data for the Surface
Go 3. This is necessary to allow the ov7251 IR camera to probe
properly on that platform.

Signed-off-by: default avatarDaniel Scally <dan.scally@ideasonboard.com>
Link: https://lore.kernel.org/r/20230302102611.314341-1-dan.scally@ideasonboard.com


Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent 94e9cbda
No related branches found
No related tags found
No related merge requests found
...@@ -159,9 +159,10 @@ static const struct int3472_tps68470_board_data surface_go_tps68470_board_data = ...@@ -159,9 +159,10 @@ static const struct int3472_tps68470_board_data surface_go_tps68470_board_data =
static const struct int3472_tps68470_board_data surface_go3_tps68470_board_data = { static const struct int3472_tps68470_board_data surface_go3_tps68470_board_data = {
.dev_name = "i2c-INT3472:01", .dev_name = "i2c-INT3472:01",
.tps68470_regulator_pdata = &surface_go_tps68470_pdata, .tps68470_regulator_pdata = &surface_go_tps68470_pdata,
.n_gpiod_lookups = 1, .n_gpiod_lookups = 2,
.tps68470_gpio_lookup_tables = { .tps68470_gpio_lookup_tables = {
&surface_go_int347a_gpios &surface_go_int347a_gpios,
&surface_go_int347e_gpios,
}, },
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment