Follow the trend and convert gcc-msm8660 to use parent_hws/parent_data Changes since v1: - Added patch fixing clock node names for board fixed clocks. Dmitry Baryshkov (5): dt-bindings: clock: qcom,gcc-msm8660: separate GCC bindings for MSM8660 clk: qcom: gcc-msm8660: use ARRAY_SIZE instead of specifying num_parents clk: qcom: gcc-msm8660: use parent_hws/_data instead of parent_names ARM: dts: qcom: msm8660: add pxo/cxo clocks to the GCC node ARM: dts: qcom-msm8660: fix node names for fixed clocks .../bindings/clock/qcom,gcc-msm8660.yaml | 54 +++ .../bindings/clock/qcom,gcc-other.yaml | 3 - arch/arm/boot/dts/qcom-msm8660.dtsi | 11 +- drivers/clk/qcom/gcc-msm8660.c | 330 +++++++++++------- 4 files changed, 259 insertions(+), 139 deletions(-) create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-msm8660.yaml -- 2.35.1