Skip to content

Commit 5ac6caa

Browse files
isubramadavem330
authored andcommitted
dtb: xgene: Fix backward compatibility
This patch fixes the backward compatibility when used with older kernel. Signed-off-by: Iyappan Subramanian <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 03377e3 commit 5ac6caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/apm/apm-storm.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@
923923
/* mac address will be overwritten by the bootloader */
924924
local-mac-address = [00 00 00 00 00 00];
925925
phy-connection-type = "rgmii";
926-
phy-handle = <&menet0phy>,<&menetphy>;
926+
phy-handle = <&menetphy>,<&menet0phy>;
927927
mdio {
928928
compatible = "apm,xgene-mdio";
929929
#address-cells = <1>;

0 commit comments

Comments
 (0)