[PATCH] Revert "clk: versal: Enable clock driver for Versal NET"
Michal Simek
michal.simek at amd.com
Mon Oct 9 12:14:13 CEST 2023
On 9/27/23 12:02, Michal Simek wrote:
> This partially reverts commit ff33227819f579ffb963e0dac6bc6a6566b89563.
>
> Versal NET clock node should use "xlnx,versal-net-clk", "xlnx,versal-clk"
> compatible string that's why it is not necessary to define Versal NET
> specific compatible string if there is no any other change needed. It can
> be get back if there is a need to differentiate clock support between
> Versal and Versal NET.
>
> Signed-off-by: Michal Simek <michal.simek at amd.com>
> ---
>
> drivers/clk/clk_versal.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/clk/clk_versal.c b/drivers/clk/clk_versal.c
> index 2e004beca2f9..c473643603a4 100644
> --- a/drivers/clk/clk_versal.c
> +++ b/drivers/clk/clk_versal.c
> @@ -773,7 +773,6 @@ static struct clk_ops versal_clk_ops = {
>
> static const struct udevice_id versal_clk_ids[] = {
> { .compatible = "xlnx,versal-clk" },
> - { .compatible = "xlnx,versal-net-clk" },
> { }
> };
>
Applied.
M
More information about the U-Boot
mailing list