From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> These have always been different and the name tx_sup-supply that would work for the driver is rather nonsensical so let us go with what was described in the dt-binding doc. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> Fixes: eec96d1e2d318 ("iio: health: Add driver for the TI AFE4403 heart monitor") --- drivers/iio/health/afe4403.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iio/health/afe4403.c b/drivers/iio/health/afe4403.c index 38734e4ce360..94bbfc065bed 100644 --- a/drivers/iio/health/afe4403.c +++ b/drivers/iio/health/afe4403.c @@ -486,7 +486,7 @@ static int afe4403_probe(struct spi_device *spi) } } - afe->regulator = devm_regulator_get(afe->dev, "tx_sup"); + afe->regulator = devm_regulator_get(afe->dev, "tx"); if (IS_ERR(afe->regulator)) { dev_err(afe->dev, "Unable to get regulator\n"); return PTR_ERR(afe->regulator); -- 2.29.2