Re: [PATCH net-next 12/12] arm64: dts: qcom: qcs6490-rb3gen2: enable TC9564 with a single QCS8081 phy
From: Daniel Thompson
Date: Tue May 05 2026 - 12:29:01 EST
On Fri, May 01, 2026 at 11:09:42PM +0200, Andrew Lunn wrote:
> > + 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.
Thanks (and agree). Will fix.
Daniel.