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

Commit 345835de authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "iio: adc: Skip workaround to read USB_IN_V channel for PM7250B"

parents 2fe82766 55765a4d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -956,6 +956,7 @@ static int adc_get_dt_data(struct adc_chip *adc, struct device_node *node)

static const struct pmic_rev_data pmic_data[] = {
	{PM6150_SUBTYPE,	1},
	{PM7250B_SUBTYPE,	0},
};

bool skip_usb_in_wa(struct pmic_revid_data *pmic_rev_id)