We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e9cbd commit e8059d3Copy full SHA for e8059d3
drivers/platform/x86/intel/int3472/tps68470_board_data.c
@@ -159,9 +159,10 @@ static const struct int3472_tps68470_board_data surface_go_tps68470_board_data =
159
static const struct int3472_tps68470_board_data surface_go3_tps68470_board_data = {
160
.dev_name = "i2c-INT3472:01",
161
.tps68470_regulator_pdata = &surface_go_tps68470_pdata,
162
- .n_gpiod_lookups = 1,
+ .n_gpiod_lookups = 2,
163
.tps68470_gpio_lookup_tables = {
164
- &surface_go_int347a_gpios
+ &surface_go_int347a_gpios,
165
+ &surface_go_int347e_gpios,
166
},
167
};
168
0 commit comments