On 03/09/2025 11:46, Andre Przywara wrote:
quoted
quoted
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */
+/*
+ * Copyright 2025 Arm Ltd.
+ */
+
+#ifndef _DT_BINDINGS_CLK_SUN55I_A523_CPU_CCU_H_
+#define _DT_BINDINGS_CLK_SUN55I_A523_CPU_CCU_H_
+
+#define CLK_CPU_L 7
+#define CLK_CPU_DSU 8
+#define CLK_CPU_B 9
I don't see the header being used by the driver and odd numbers (they
should start from 0 or 1) suggest these are not bindings.
This header is included by the private header (at the end of patch 4/5).
The private header is then included by the driver.
Ah, I see now.
Best regards,
Krzysztof