andthe dts for the i2c actually has the entry for theirq-gpios, but the dts file for the spidoes not, I conclude that this is a bug, because the spi dts should also support these pins.
Collaborator GTLin08 commented Jan 14, 2025 Marked the irq-gpios property as "required: true" in the yaml file. This ensures that the property is always defined in the device tree, preventing the driver from crashing when irq-gpios is missing. dts: mfd: it8801: Require irq-gpios to ...
gpioIrq Example of using sysfs for edge detection interrupts on the Omega's GPIOs. Compilation In order to run this program on the Omega2, it must first be compiled for the MIPS architecture. The available options: Since this program does not use any external libraries, it can be compiled...