mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
arm64: dts: tqma9352-mba93xx*: 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
2b5b97cd39
commit
5bc539bb19
|
|
@ -242,7 +242,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>;
|
||||
|
|
@ -275,7 +275,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>;
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ ethphy_eqos: ethernet-phy@0 {
|
|||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_eqos_phy>;
|
||||
interrupt-parent = <&gpio3>;
|
||||
interrupts = <26 IRQ_TYPE_EDGE_FALLING>;
|
||||
interrupts = <26 IRQ_TYPE_LEVEL_LOW>;
|
||||
reset-gpios = <&expander1 0 GPIO_ACTIVE_LOW>;
|
||||
reset-assert-us = <500000>;
|
||||
reset-deassert-us = <50000>;
|
||||
|
|
@ -205,7 +205,7 @@ ethphy_fec: ethernet-phy@0 {
|
|||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_fec_phy>;
|
||||
interrupt-parent = <&gpio3>;
|
||||
interrupts = <27 IRQ_TYPE_EDGE_FALLING>;
|
||||
interrupts = <27 IRQ_TYPE_LEVEL_LOW>;
|
||||
reset-gpios = <&expander1 1 GPIO_ACTIVE_LOW>;
|
||||
reset-assert-us = <500000>;
|
||||
reset-deassert-us = <50000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user