Re: [PATCH 02/33] dt-bindings: clock: add clock definitions for exynos7870 CMU
From: Kaustabh Chakraborty
Date: Mon Feb 03 2025 - 07:40:39 EST
On 2025-02-03 07:54, Krzysztof Kozlowski wrote:
> On Mon, Feb 03, 2025 at 12:37:58AM +0530, Kaustabh Chakraborty wrote:
>> From: Sergey Lisov <sleirsgoevy@xxxxxxxxx>
>>
>> Add unique identifiers for exynos7870 clocks for every bank. It adds all
>> clocks of CMU_MIF, CMU_DISPAUD, CMU_G3D, CMU_ISP, CMU_MFCMSCL, and
>> CMU_PERI.
>>
>> Signed-off-by: Sergey Lisov <sleirsgoevy@xxxxxxxxx>
>> Signed-off-by: Kaustabh Chakraborty <kauschluss@xxxxxxxxxxx>
>> ---
>> include/dt-bindings/clock/exynos7870.h | 324 +++++++++++++++++++++++++
>> 1 file changed, 324 insertions(+)
>
> Look at git log - that's never a separate commit.
Hmm, I see past examples which are mixed.
2ae5c2c3f8d586b709cf67efe94488be397d7544
Exynos850 CMU (c. 2021). CMU definitions are in a separate commit.
591020a516720e9eba1c4b1748cb73b6748e445f
Exynos7885 CMU (c. 2021). CMU definitions are in a separate commit.
while
96bd6224f07b8bf73e0359f15a3d7678118494e6
Exynos5433 CMU (c. 2015). CMU definitions and driver are in a single commit.
Let me know if I should still continue with the approach you mentioned.
>
> Best regards,
> Krzysztof