Folks,
I'm trying to develop a device driver in which is going to read an AD channel from am335x.
I've tried to use the DT configuration as shown here:
lxr.free-electrons.com/.../iio-bindings.txt
But when I use "iio_channel_get" function no channel is returned.
I supposed that ti_am335x_adc.c driver is not mapping the iio channels.
Is there another way to parse from DT and read an adc channel from the device driver?