diff options
author | Michal Simek <michal.simek@amd.com> | 2023-09-27 12:02:53 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2023-10-09 12:14:05 +0200 |
commit | 1e1c23714fba488b7e95fdae16f20d9c12af24c9 (patch) | |
tree | 208b8a5768728b3d7a992d71fec9681d5c60d2d1 | |
parent | b311c9c40ad23de3869254d72d9b05b99bf8def0 (diff) |
Revert "clk: versal: Enable clock driver for Versal NET"
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@amd.com>
Link: https://lore.kernel.org/r/c09276022db5f1b150679cc7a9f9583363ace2fb.1695808971.git.michal.simek@amd.com
-rw-r--r-- | drivers/clk/clk_versal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/clk_versal.c b/drivers/clk/clk_versal.c index 2e004beca2f..c473643603a 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" }, { } }; |