Commit 12959ffa authored by Ian Ray's avatar Ian Ray Committed by Frank Li
Browse files

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: default avatarIan Ray <ian.ray@gehealthcare.com>
Signed-off-by: default avatarFrank Li <Frank.Li@nxp.com>
parent d7a3aa26
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -124,24 +124,28 @@ switchphy0: switchphy@0 {
					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 {