summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Ray <ian.ray@gehealthcare.com>2026-02-17 16:55:16 +0300
committerFrank Li <Frank.Li@nxp.com>2026-04-06 04:35:36 +0300
commit12959ffa4e9e8dd85e6b06a3ac258e8855872a86 (patch)
treeae97ee6e31f3e142e914d88e8a9f2d5ee95d5e31
parentd7a3aa262f79a63545014c69b8ead94692c8a7e5 (diff)
downloadlinux-12959ffa4e9e8dd85e6b06a3ac258e8855872a86.tar.xz
ARM: dts: imx: bx50v3: Configure switch PHY max-speed to 100Mbps
Configure maximum speed for the switch PHYs according to the electrical connections from PHY to RJ45 connector. Signed-off-by: Ian Ray <ian.ray@gehealthcare.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
-rw-r--r--arch/arm/boot/dts/nxp/imx/imx6q-bx50v3.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/imx6q-bx50v3.dtsi b/arch/arm/boot/dts/nxp/imx/imx6q-bx50v3.dtsi
index 1e2266a2368b..2c8d2ab8cda1 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6q-bx50v3.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx6q-bx50v3.dtsi
@@ -124,24 +124,28 @@
reg = <0>;
interrupt-parent = <&switch>;
interrupts = <0 IRQ_TYPE_LEVEL_HIGH>;
+ max-speed = <100>; /* only 100Mbit/s lanes are routed */
};
switchphy1: switchphy@1 {
reg = <1>;
interrupt-parent = <&switch>;
interrupts = <1 IRQ_TYPE_LEVEL_HIGH>;
+ max-speed = <100>; /* only 100Mbit/s lanes are routed */
};
switchphy2: switchphy@2 {
reg = <2>;
interrupt-parent = <&switch>;
interrupts = <2 IRQ_TYPE_LEVEL_HIGH>;
+ max-speed = <100>; /* only 100Mbit/s lanes are routed */
};
switchphy3: switchphy@3 {
reg = <3>;
interrupt-parent = <&switch>;
interrupts = <3 IRQ_TYPE_LEVEL_HIGH>;
+ max-speed = <100>; /* only 100Mbit/s lanes are routed */
};
switchphy4: switchphy@4 {