mbox series

[0/2] Drop the clock-frequency property from the MMIO timer node

Message ID 1643819709-5410-1-git-send-email-quic_kathirav@quicinc.com
Headers show
Series Drop the clock-frequency property from the MMIO timer node | expand

Message

Kathiravan Thirumoorthy Feb. 2, 2022, 4:35 p.m. UTC
Drop the clock-frequency property from the MMIO timer node in both IPQ8074
and IPQ6018 DTSI. There are couple of reasons for this change

1) As per the DT binding, this property should be present only if the
firmware is not configuring the clock frequency properly. In both IPQ8074
and IPQ6018, bootloader is configuring it properly.

2) For IPQ6018, clock frequency should be 24MHz, not 19.2MHz. Rather than
correcting it, drop it based on the above mentioned point.

Kathiravan T (2):
  arm64: dts: qcom: ipq8074: drop the clock-frequency property
  arm64: dts: qcom: ipq6018: drop the clock-frequency property

 arch/arm64/boot/dts/qcom/ipq6018.dtsi | 1 -
 arch/arm64/boot/dts/qcom/ipq8074.dtsi | 1 -
 2 files changed, 2 deletions(-)

Comments

patchwork-bot+linux-arm-msm@kernel.org Feb. 11, 2022, 5:10 p.m. UTC | #1
Hello:

This series was applied to qcom/linux.git (for-next)
by Bjorn Andersson <bjorn.andersson@linaro.org>:

On Wed, 2 Feb 2022 22:05:07 +0530 you wrote:
> Drop the clock-frequency property from the MMIO timer node in both IPQ8074
> and IPQ6018 DTSI. There are couple of reasons for this change
> 
> 1) As per the DT binding, this property should be present only if the
> firmware is not configuring the clock frequency properly. In both IPQ8074
> and IPQ6018, bootloader is configuring it properly.
> 
> [...]

Here is the summary with links:
  - [1/2] arm64: dts: qcom: ipq8074: drop the clock-frequency property
    https://git.kernel.org/qcom/c/555ab09c7896
  - [2/2] arm64: dts: qcom: ipq6018: drop the clock-frequency property
    https://git.kernel.org/qcom/c/01b8c4aff332

You are awesome, thank you!