arm64: dts: marvell: mcbin: enable the mdio node
Since the mdio nodes are disabled by default now, we should explicitly enable these nodes at the board level when they are used. Enable the cpm_mdio node for the 8040-mcbin. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
parent
f66b2aff46
commit
6691565fb8
|
@ -116,6 +116,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&cpm_mdio {
|
&cpm_mdio {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
ge_phy: ethernet-phy@0 {
|
ge_phy: ethernet-phy@0 {
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue