summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8dxl-evk-enet0-tja1100.dts
diff options
context:
space:
mode:
authorFugang Duan <fugang.duan@nxp.com>2020-05-22 18:18:09 +0800
committerFugang Duan <fugang.duan@nxp.com>2020-05-27 08:25:10 +0000
commitbaaa06188db804eb74baf0c54d5382c6cebaccc5 (patch)
tree9f83999dbe01bcf13ae939d6f5b28cef788053cd /arch/arm64/boot/dts/freescale/imx8dxl-evk-enet0-tja1100.dts
parent3e42c9c4d8a6ece3daccd213a8a9c20e1c70eb26 (diff)
MLK-24174-04 arm64: dts: imx8: standardize the tja110x phy address
Some tja1100 cards phy address is 0x2, some cards is 0x5. tja1101 cards phy address is 0x2. To make thing simple, and to support tja1100 and tja1101 cards by one dts file, we define the tja110x card phy address to 0x2 in default bsp. Reviewed-by: Richard Zhu <hongxing.zhu@nxp.com> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8dxl-evk-enet0-tja1100.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8dxl-evk-enet0-tja1100.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8dxl-evk-enet0-tja1100.dts b/arch/arm64/boot/dts/freescale/imx8dxl-evk-enet0-tja1100.dts
index bfc62b855243..b1de12136d68 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxl-evk-enet0-tja1100.dts
+++ b/arch/arm64/boot/dts/freescale/imx8dxl-evk-enet0-tja1100.dts
@@ -24,9 +24,9 @@
#address-cells = <1>;
#size-cells = <0>;
- ethphy2: ethernet-phy@5 {
+ ethphy2: ethernet-phy@2 {
compatible = "ethernet-phy-ieee802.3-c22";
- reg = <5>;
+ reg = <2>;
tja110x,refclk_in;
};
};