mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 17:57:54 -04:00
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>
This commit is contained in:
committed by
David S. Miller
parent
03377e381b
commit
5ac6caab22
@@ -923,7 +923,7 @@ menet: ethernet@17020000 {
|
||||
/* 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>;
|
||||
|
||||
Reference in New Issue
Block a user