Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5164b88 authored by Mark Brown's avatar Mark Brown
Browse files

Merge remote-tracking branch 'regulator/topic/tps6586x' into regulator-next

parents aaa9b649 a70f0d02
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -422,12 +422,12 @@ static struct tps6586x_platform_data *tps6586x_parse_regulator_dt(
		return NULL;

	for (i = 0; i < num; i++) {
		int id;
		uintptr_t id;
		if (!tps6586x_matches[i].init_data)
			continue;

		pdata->reg_init_data[i] = tps6586x_matches[i].init_data;
		id = (int)tps6586x_matches[i].driver_data;
		id = (uintptr_t)tps6586x_matches[i].driver_data;
		if (id == TPS6586X_ID_SYS)
			sys_rail = pdata->reg_init_data[i]->constraints.name;