Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iio: adc: ti_am335x_adc: Add the am437x compatible

This driver supports both the legacy controller (am33xx) and the
extended one (am437x), so let's add a new compatible.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20211015081506.933180-46-miquel.raynal@bootlin.com

authored by

Miquel Raynal and committed by
Lee Jones
e7c8a5fe 3af99354

+1
+1
drivers/iio/adc/ti_am335x_adc.c
··· 738 738 739 739 static const struct of_device_id ti_adc_dt_ids[] = { 740 740 { .compatible = "ti,am3359-adc", }, 741 + { .compatible = "ti,am4372-adc", }, 741 742 { } 742 743 }; 743 744 MODULE_DEVICE_TABLE(of, ti_adc_dt_ids);