On 25/08/2025 07:51, Denzeel Oliva wrote:
quoted hunk ↗ jump to hunk
The new clock IDs have been added and put last,
it is necessary to change.
Signed-off-by: Denzeel Oliva <redacted>
---
drivers/clk/samsung/clk-exynos990.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/samsung/clk-exynos990.c b/drivers/clk/samsung/clk-exynos990.c
index 105ba0363..9fcdad7cc 100644
--- a/drivers/clk/samsung/clk-exynos990.c
+++ b/drivers/clk/samsung/clk-exynos990.c
@@ -17,7 +17,7 @@
#include "clk-pll.h"
/* NOTE: Must be equal to the last clock ID increased by one */
-#define CLKS_NR_TOP (CLK_GOUT_CMU_VRA_BUS + 1)
+#define CLKS_NR_TOP (CLK_DOUT_CMU_CLK_CMUREF + 1)
This belongs to the driver patch introducing these new clocks. Such
change alone makes no sense or commit msg really does not explain issue
being fixed here.
Best regards,
Krzysztof