aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrygorii Strashko <grygorii.strashko@ti.com>2017-01-06 15:55:43 -0500
committerTony Lindgren <tony@atomide.com>2017-01-12 17:26:48 -0500
commitfad51b08b7e0937b8b753de00eecf7ea88a2b2ff (patch)
tree088376fd043c1f11fa144359577700fd5ad2fbd0
parentd680414d0f421563a9746c29d82e6794a604cf0c (diff)
ARM: dts: dra72-evm-revc: enable irqs for dp83867 eth phys
TI DRA72-EVM Rev C has two DP83867 ethernet phys which support IRQ generation in case of phy/link status changes. The INT/PWDN lines from both DP83867 phys are wired to DRA7 gpio6.16, so reflect the same in DT. Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/dra72-evm-revc.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra72-evm-revc.dts b/arch/arm/boot/dts/dra72-evm-revc.dts
index c3d939c9666c..3ecac56bf504 100644
--- a/arch/arm/boot/dts/dra72-evm-revc.dts
+++ b/arch/arm/boot/dts/dra72-evm-revc.dts
@@ -68,6 +68,8 @@
68 ti,tx-internal-delay = <DP83867_RGMIIDCTL_250_PS>; 68 ti,tx-internal-delay = <DP83867_RGMIIDCTL_250_PS>;
69 ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_8_B_NIB>; 69 ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_8_B_NIB>;
70 ti,min-output-impedance; 70 ti,min-output-impedance;
71 interrupt-parent = <&gpio6>;
72 interrupts = <16 IRQ_TYPE_EDGE_FALLING>;
71 }; 73 };
72 74
73 dp83867_1: ethernet-phy@3 { 75 dp83867_1: ethernet-phy@3 {
@@ -75,6 +77,8 @@
75 ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>; 77 ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;
76 ti,tx-internal-delay = <DP83867_RGMIIDCTL_250_PS>; 78 ti,tx-internal-delay = <DP83867_RGMIIDCTL_250_PS>;
77 ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_8_B_NIB>; 79 ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_8_B_NIB>;
78 ti,min-output-imepdance; 80 ti,min-output-impedance;
81 interrupt-parent = <&gpio6>;
82 interrupts = <16 IRQ_TYPE_EDGE_FALLING>;
79 }; 83 };
80}; 84};