Skip to content

Commit

Permalink
arm64: dts: Fix phy ID number for EPC-R3720 platform
Browse files Browse the repository at this point in the history
Fixes phy ID number on eqos node to 1 for Advantech's EPC-R3720 platform.

Signed-off-by: Renê de Souza Pinto <[email protected]>
  • Loading branch information
rene committed Oct 17, 2023
1 parent c80654f commit de3cd4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/freescale/imx8mp-rsb3720-a1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@
#address-cells = <1>;
#size-cells = <0>;

ethphy0: ethernet-phy@4 {
ethphy0: ethernet-phy@1 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <4>;
reg = <1>;
eee-broken-1000t;
at803x,eee-disabled;
at803x,vddio-1p8v;
Expand Down

0 comments on commit de3cd4c

Please sign in to comment.