]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
clk: samsung: fsd: do not define number of clocks in bindings
authorInbaraj E <inbaraj.e@samsung.com>
Tue, 17 Sep 2024 09:43:54 +0000 (15:13 +0530)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 30 Sep 2024 10:48:37 +0000 (12:48 +0200)
commita86ffa40a64bd4d119c260a99e28f2a71f86d9f4
tree4b8a5e2ccb038429cc5ad405defde2a51d529b98
parent97fd5d447beff9643c2a333ebfbc95fc1d625342
clk: samsung: fsd: do not define number of clocks in bindings

Number of clocks supported by Linux drivers might vary - sometimes we
add new clocks, not exposed previously.  Therefore these numbers of
clocks should not be in the bindings, as that prevents changing them.

Define number of clocks per each clock controller inside the driver
directly.

Signed-off-by: Inbaraj E <inbaraj.e@samsung.com>
Link: https://lore.kernel.org/r/20240917094355.37887-2-inbaraj.e@samsung.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/clk/samsung/clk-fsd.c