Skip to main content
Visitor II
October 4, 2023
Solved

stm32mp157dk2 Ethernet irq poll

  • October 4, 2023
  • 1 reply
  • 1505 views

Hi!

I have been reviewing the kernel log for the DK2 Kit, and I have noticed that the Ethernet configuration is in polling mode.

 

[ 37.074899] stm32-dwmac 5800a000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL)

 

Is there a specific reason for the decision to have it in polling mode?

Upon examining the schematic, I can see that the interrupt signal is on PA6(ETH_MDINT).

I understand that the configuration for the interruption should be:

 

interrupt-parent = <&gpioa>;
interrupts = <6 IRQ_TYPE_EDGE_FALLING>;

 

 

 
    This topic has been closed for replies.

    1 reply

    PatrickFAnswer
    Technical Moderator
    November 6, 2023