Re: [PATCH 1/2] iio: dac: ds4422/ds4424 drop of_node check

2019-05-11 Thread Jonathan Cameron
On Sun, 5 May 2019 12:24:36 -0700 Ruslan Babayev wrote: > The driver doesn't actually rely on any DT properties. Removing this > check makes it usable on ACPI based platforms. > > Signed-off-by: Ruslan Babayev > Cc: xe-linux-exter...@cisco.com Applied to the togreg branch of iio.git and pushed

[PATCH 1/2] iio: dac: ds4422/ds4424 drop of_node check

2019-05-05 Thread Ruslan Babayev
The driver doesn't actually rely on any DT properties. Removing this check makes it usable on ACPI based platforms. Signed-off-by: Ruslan Babayev Cc: xe-linux-exter...@cisco.com --- drivers/iio/dac/ds4424.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/iio/dac/ds4424.c b/drive