board/aarch64: cn9130: Specify XMDIO clock names

This lets the driver adjust the clock according to the rate specified
in the device tree.
This commit is contained in:
Tobias Waldekranz
2024-03-13 11:01:15 +01:00
parent 049f8d18f9
commit 2a1c3010f8
@@ -6,3 +6,7 @@
compatible = "marvell,cp115-standalone-pinctrl";
};
};
&cp0_xmdio {
clock-names = "gop_clk", "mg_clk", "mg_core_clk", "axi_clk";
};