On 10/18/2015 02:53 PM, Matthias Meier wrote: > Hi > > I'm trying to set on a IMX6 SoC (wandboard) a PWM to use as a > 'iio_interrupt_trigger' source. > I can't figure out how to assign the pwm to the 'iio_interrupt_trigger' > module in the device tree source. > (The pwm an the iio adc device when sysfs triggered is working fine) > > Any suggestions? The problem is that you can't really instantiate the iio-interrupt-trigger from the devicetree. IIO is a software concept, there is no hardware associated with it that you could describe in the devicetree. There have been discussions in the past about implementing a pwm trigger, similar to the existing iio-trig-bfin-timer.c trigger driver. But instead of directly accessing the PWM/Timer hardware registers use the PWM API. This requires some extensions to the PWM API though, so we can export the IRQ associated with the PWM device. So far nobody has stepped up to implement this, but sounds like a fun project, doesn't it? ;) - Lars -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html