mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-03 20:47:12 +00:00
arm64: dts: freescale: ZII: Add missing phy-mode
The DSA framework has got more picky about always having a phy-mode for the CPU port. The imx8mq Ethernet is being configured to RMII. Set the switch phy-mode based on this. Additionally, the cpu label has never actually been used in the binding, so remove it. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
ac9a78681b
commit
1cce2b71ef
@ -177,7 +177,7 @@
|
||||
|
||||
port@2 {
|
||||
reg = <2>;
|
||||
label = "cpu";
|
||||
phy-mode = "rev-rmii";
|
||||
ethernet = <&fec1>;
|
||||
|
||||
fixed-link {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user