mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
arm64: dts: tqma9352-mba91xxca: Change Ethernet PHY IRQ to IRQ_TYPE_LEVEL_LOW
Ethernet PHY interrupt mode is level triggered. Adjust the mode accordingly. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
parent
5bc539bb19
commit
5397ea118c
|
|
@ -232,7 +232,7 @@ ethphy_eqos: ethernet-phy@0 {
|
|||
reset-assert-us = <500000>;
|
||||
reset-deassert-us = <50000>;
|
||||
interrupt-parent = <&gpio3>;
|
||||
interrupts = <26 IRQ_TYPE_EDGE_FALLING>;
|
||||
interrupts = <26 IRQ_TYPE_LEVEL_LOW>;
|
||||
enet-phy-lane-no-swap;
|
||||
ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;
|
||||
ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;
|
||||
|
|
@ -265,7 +265,7 @@ ethphy_fec: ethernet-phy@0 {
|
|||
reset-assert-us = <500000>;
|
||||
reset-deassert-us = <50000>;
|
||||
interrupt-parent = <&gpio3>;
|
||||
interrupts = <27 IRQ_TYPE_EDGE_FALLING>;
|
||||
interrupts = <27 IRQ_TYPE_LEVEL_LOW>;
|
||||
enet-phy-lane-no-swap;
|
||||
ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;
|
||||
ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user