Commit 654cd222 authored by Josua Mayer's avatar Josua Mayer Committed by Jakub Kicinski

ARM: dts: imx6qdl-sr-som: update phy configuration for som revision 1.9

Since SoM revision 1.9 the PHY has been replaced with an ADIN1300,
add an entry for it next to the original.

As Russell King pointed out, additional phy nodes cause warnings like:
mdio_bus 2188000.ethernet-1: MDIO device at address 1 is missing
To avoid this the new node has its status set to disabled. U-Boot will
be modified to enable the appropriate phy node after probing.

The existing ar8035 nodes have to stay enabled by default to avoid
breaking existing systems when they update Linux only.
Co-developed-by: default avatarAlvaro Karsz <alvaro.karsz@solid-run.com>
Signed-off-by: default avatarAlvaro Karsz <alvaro.karsz@solid-run.com>
Signed-off-by: default avatarJosua Mayer <josua@solid-run.com>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent ce334216
......@@ -83,6 +83,16 @@ ethernet-phy@4 {
qca,clk-out-frequency = <125000000>;
qca,smarteee-tw-us-1g = <24>;
};
/*
* ADIN1300 (som rev 1.9 or later) is always at address 1. It
* will be enabled automatically by U-Boot if detected.
*/
ethernet-phy@1 {
reg = <1>;
adi,phy-output-clock = "125mhz-free-running";
status = "disabled";
};
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment