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(-)