diff options
| author | Konrad Dybcio <[email protected]> | 2021-12-02 01:43:28 +0100 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2021-12-15 16:20:27 -0600 |
| commit | 202f69cd4e1dad6c86a35d8b29fc693877c6c91d (patch) | |
| tree | 548df9ca894a43fcd8fdf56cdd0a9427e67b8ef8 | |
| parent | ef10e1b89508d3315e47e23098fec60b33b1f6b3 (diff) | |
Revert "arm64: dts: qcom: sm8350: Specify clock-frequency for arch timer"
This reverts commit ed9500c1df59437856d43e657f185fb1eb5d817d.
The clock-frequency property was meant to aid platforms with broken firmwares
that don't set up the timer properly on their own. Don't include it where it is
not the case.
Signed-off-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | arch/arm64/boot/dts/qcom/sm8350.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi index 7323ed74f41a..53b39e718fb6 100644 --- a/arch/arm64/boot/dts/qcom/sm8350.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi @@ -3193,6 +3193,5 @@ <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>, <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>, <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>; - clock-frequency = <19200000>; }; }; |