Hi Jonathan,
i have not much experience in Linux development and use imx6sx on sabreSd board.
I need to use ADC and followed Freescale documentation "imx6_Linux_Reference_Manual" and checked kernel configuration by menuconfig:
Device Drivers > Industrial I/O support> Analog to digital converters > Freescale vf610
This was already activated.
My problem is i can't see /sys/bus/iio directory.
This documentation speak about these directories:
/sys/devices/soc0/soc.1/2200000.aips-bus/2280000.adc/iio:device0:
/sys/devices/soc0/soc.1/2200000.aips-bus/2284000.adc/iio:device1:
These directories exist
/sys/devices/soc0/soc.0/2200000.aips-bus/2280000.adc/
/sys/devices/soc0/soc.0/2200000.aips-bus/2284000.adc/
But they don't contain iio directories.
Have you got an idea what this is due to?
Thank you for your help.