Skip to content

Commit 2258f0a

Browse files
author
Muralidharan Karicheri
committed
Merge pull request torvalds#222 in PROCESSOR-SDK/processor-sdk-linux from ~A0400828/processor-sdk-linux:for-4.19/lcpd-18064 to processor-sdk-linux-4.19.y
* commit '94daf78e001113dbb19ee01ba79ec29ff0618940': HACK: arm: dts: am57xx-idk: remove IRQ from PRU Ethernet PHYs
2 parents cf1f420 + 94daf78 commit 2258f0a

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

arch/arm/boot/dts/am57xx-idk-common.dtsi

-4
Original file line numberDiff line numberDiff line change
@@ -681,14 +681,10 @@
681681
status = "okay";
682682
pruss2_eth0_phy: ethernet-phy@0 {
683683
reg = <0>;
684-
interrupt-parent = <&gpio3>;
685-
interrupts = <30 IRQ_TYPE_EDGE_FALLING>;
686684
};
687685

688686
pruss2_eth1_phy: ethernet-phy@1 {
689687
reg = <1>;
690-
interrupt-parent = <&gpio3>;
691-
interrupts = <31 IRQ_TYPE_EDGE_FALLING>;
692688
};
693689
};
694690

arch/arm/boot/dts/ti/am571x-idk-icss1eth.dtso

-4
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,10 @@
6464
reset-delay-us = <2>; /* PHY datasheet states 1uS min */
6565
pruss1_eth0_phy: ethernet-phy@0 {
6666
reg = <0>;
67-
interrupt-parent = <&gpio3>;
68-
interrupts = <28 IRQ_TYPE_EDGE_FALLING>;
6967
};
7068

7169
pruss1_eth1_phy: ethernet-phy@1 {
7270
reg = <1>;
73-
interrupt-parent = <&gpio3>;
74-
interrupts = <29 IRQ_TYPE_EDGE_FALLING>;
7571
};
7672
};
7773

0 commit comments

Comments
 (0)