Re: [PATCH net-next 12/12] arm64: dts: qcom: qcs6490-rb3gen2: enable TC9564 with a single QCS8081 phy

From: Andrew Lunn

Date: Fri May 01 2026 - 17:10:26 EST


> + tc956x_emac1_phy: ethernet-phy@1c {
> + compatible = "ethernet-phy-id004d.d101";
> + reg = <0x1c>;
> + reset-gpios = <&tc956x_emac0 1 GPIO_ACTIVE_LOW>;
> + reset-assert-us = <20>;
> + reset-deassert-us = <20>;
> +
> + pinctrl-names = "default";
> + pinctrl-0 = <&qep_irq_pin>;
> + interrupts-extended = <&tlmm 101 IRQ_TYPE_EDGE_FALLING>;

What is probably wrong. PHY interrupts are level, not edge.

Andrew