Apply several small fixes used for other Qualcomm clock drivers: - Use ARRAY_SIZE and parent_hws where applicable in gcc-msm8939 driver - Move gcc-msm8939 schema from gcc-other to gcc-msm8916 to declare the clocks/clock-names used by this platform. Dmitry Baryshkov (3): dt-bindings: clock: move qcom,gcc-msm8939 to qcom,gcc-msm8916.yaml clk: qcom: gcc-msm8939: use parent_hws where possible clk: qcom: gcc-msm8939: use ARRAY_SIZE instead of specifying num_parents .../bindings/clock/qcom,gcc-msm8916.yaml | 11 +- .../bindings/clock/qcom,gcc-other.yaml | 3 - drivers/clk/qcom/gcc-msm8939.c | 552 +++++++++--------- 3 files changed, 284 insertions(+), 282 deletions(-) -- 2.35.1