diff options
author | Iyappan Subramanian <isubramanian@apm.com> | 2016-08-13 05:05:48 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-08-13 18:48:54 (GMT) |
commit | 5ac6caab224921fd3331a7e4b19d34623c752d09 (patch) | |
tree | 726578cf2f5a179127bd4d7f96a1fdc25e00df39 | |
parent | 03377e381bf48d7aaa797577789551b04bce7006 (diff) | |
download | linux-5ac6caab224921fd3331a7e4b19d34623c752d09.tar.xz |
dtb: xgene: Fix backward compatibility
This patch fixes the backward compatibility when used with older kernel.
Signed-off-by: Iyappan Subramanian <isubramanian@apm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | arch/arm64/boot/dts/apm/apm-storm.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/apm/apm-storm.dtsi b/arch/arm64/boot/dts/apm/apm-storm.dtsi index f1c2c71..d5c3435 100644 --- a/arch/arm64/boot/dts/apm/apm-storm.dtsi +++ b/arch/arm64/boot/dts/apm/apm-storm.dtsi @@ -923,7 +923,7 @@ /* mac address will be overwritten by the bootloader */ local-mac-address = [00 00 00 00 00 00]; phy-connection-type = "rgmii"; - phy-handle = <&menet0phy>,<&menetphy>; + phy-handle = <&menetphy>,<&menet0phy>; mdio { compatible = "apm,xgene-mdio"; #address-cells = <1>; |