From 2a1c3010f8810e286ca2450d3ea35ec7dd4abc87 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Mon, 4 Mar 2024 09:31:46 +0100 Subject: [PATCH] board/aarch64: cn9130: Specify XMDIO clock names This lets the driver adjust the clock according to the rate specified in the device tree. --- board/aarch64/dts/marvell/cn9130-patched.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/board/aarch64/dts/marvell/cn9130-patched.dtsi b/board/aarch64/dts/marvell/cn9130-patched.dtsi index bc7239f9..8625f5cc 100644 --- a/board/aarch64/dts/marvell/cn9130-patched.dtsi +++ b/board/aarch64/dts/marvell/cn9130-patched.dtsi @@ -6,3 +6,7 @@ compatible = "marvell,cp115-standalone-pinctrl"; }; }; + +&cp0_xmdio { + clock-names = "gop_clk", "mg_clk", "mg_core_clk", "axi_clk"; +};