We are now adding the new compatibles.
Signed-off-by: Philipp Rossak <[email protected]>
---
drivers/iio/adc/sun4i-gpadc-iio.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/drivers/iio/adc/sun4i-gpadc-iio.c
b/drivers/iio/adc/sun4i-gpadc-iio.c
index a2027614ee0c..79b8efdab803 100644
--- a/drivers/iio/adc/sun4i-gpadc-iio.c
+++ b/drivers/iio/adc/sun4i-gpadc-iio.c
@@ -435,6 +435,18 @@ static const struct of_device_id sun4i_gpadc_of_id[] = {
.compatible = "allwinner,sun8i-a33-ths",
.data = &sun8i_a33_gpadc_data,
},
+ {
+ .compatible = "allwinner,sun4i-a10-gpadc",
+ .data = &sun4i_gpadc_data
+ },
+ {
+ .compatible = "allwinner,sun5i-a13-gpadc",
+ .data = &sun5i_gpadc_data
+ },
+ {
+ .compatible = "allwinner,sun6i-a31-gpadc",
+ .data = &sun6i_gpadc_data
+ },
{ /* sentinel */ }
};
--
2.11.0
--
You received this message because you are subscribed to the Google Groups
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.