[PATCH 1/5] dt-bindings: clock: sun55i-a523-ccu: Add A523 CPU CCU clock controller
Krzysztof Kozlowski
krzk at kernel.org
Wed Sep 3 03:25:10 PDT 2025
On 03/09/2025 11:46, Andre Przywara wrote:
>>
>>
>>> @@ -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
More information about the linux-arm-kernel
mailing list