mbox series

[v2,0/3] clk: qcom: gcc-ipq806x: use parent_data for the last remaining entry

Message ID 20220927113826.246241-1-dmitry.baryshkov@linaro.org
Headers show
Series clk: qcom: gcc-ipq806x: use parent_data for the last remaining entry | expand

Message

Dmitry Baryshkov Sept. 27, 2022, 11:38 a.m. UTC
Add the reference to the pll4 clock to the DT.

Changes since v1:
 - Add dt-bindings and DTS changes

Dmitry Baryshkov (3):
  dt-bindings: clock: qcom,gcc-ipq8064: add pll4 to used clocks
  clk: qcom: gcc-ipq806x: use parent_data for the last remaining entry
  ARM: dts: qcom-ipq8064: use pll4 clock for the gcc device

 .../devicetree/bindings/clock/qcom,gcc-ipq8064.yaml      | 9 +++++++--
 arch/arm/boot/dts/qcom-ipq8064.dtsi                      | 4 ++--
 drivers/clk/qcom/gcc-ipq806x.c                           | 4 +++-
 3 files changed, 12 insertions(+), 5 deletions(-)

Comments

Bjorn Andersson Nov. 7, 2022, 3:12 a.m. UTC | #1
On Tue, 27 Sep 2022 14:38:23 +0300, Dmitry Baryshkov wrote:
> Add the reference to the pll4 clock to the DT.
> 
> Changes since v1:
>  - Add dt-bindings and DTS changes
> 
> Dmitry Baryshkov (3):
>   dt-bindings: clock: qcom,gcc-ipq8064: add pll4 to used clocks
>   clk: qcom: gcc-ipq806x: use parent_data for the last remaining entry
>   ARM: dts: qcom-ipq8064: use pll4 clock for the gcc device
> 
> [...]

Applied, thanks!

[3/3] ARM: dts: qcom-ipq8064: use pll4 clock for the gcc device
      commit: da6b4c059283166c1939143574b3ade96817304e

Best regards,