[PATCH] staging:iio:adc:ad7280a: add of_match_table entry

2019-07-25 Thread Kartik Kulkarni
Add the of_device_id struct and the respective of_match_device entry to complete device tree support. Signed-off-by: Kartik Kulkarni Reviewed-by: Matheus Tavares --- drivers/staging/iio/adc/ad7280a.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/staging

[PATCH] staging:iio:adc:ad7280a: add of_match_table entry

2019-07-25 Thread Kartik Kulkarni
Add the of_device_id struct and the respective of_match_device entry to complete device tree support. Signed-off-by: Kartik Kulkarni Reviewed-by: Matheus Tavares --- drivers/staging/iio/adc/ad7280a.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/staging/iio/adc/ad7280a.c