SPI Ethernet Interface using KSZ8851 - Failed to define Interrupt
Hi,
We want to use a KSZ8851SNL SPI ethernet phy as second eth interface on a custom board. The implementation was according to https://www.kernel.org/doc/Documentation/devicetree/bindings/net/micrel%2Cks8851.yaml
The eth0 interface is initialised with success, but while loading the driver, the kernel is complaining about the interrupt pin, which is not configurable:
:~# dmesg | grep irq
[ 7.495488] genirq: Setting trigger mode 8 for irq 78 failed (gic_set_type+0x0/0x4c)
[ 7.516176] ks8851 spi1.0 eth0: failed to get irqAlso the pin is not shown using
cat /proc/interruptsI attached the device tree section and another dmesg log showing the interface initialization. I tried different configurations following ST suggestions.
Does anyone know, why Pin PE1 is not configurable as interrupt using the device tree? When using Sysfs in userspace the pin gets configured as interrupt.
Or is the problem a different one?
Thanks in Advance!
Kai
