For a project using the STM32MP135F Discovery kit, I configured ADC1 with an oversampling ratio of 16. However, in sysfs, I can see that the device tree parameter is being ignored: # cat /sys/bus/iio/devices/iio:device0/oversampling_ratio
1 What am I...