mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-15 08:21:55 -04:00
ARM: dts: qcom: msm8960: drop 2nd clock frequency from timer
The driver reads only one clock frequency, and the schema does not allow more than one frequency here. Signed-off-by: David Heidelberg <david@ixit.cz> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230812183811.375671-1-david@ixit.cz Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
111bc3710c
commit
be8db0cd5e
@@ -93,8 +93,7 @@ timer@2000000 {
|
||||
<GIC_PPI 1 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_EDGE_RISING)>,
|
||||
<GIC_PPI 2 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_EDGE_RISING)>;
|
||||
reg = <0x02000000 0x100>;
|
||||
clock-frequency = <27000000>,
|
||||
<32768>;
|
||||
clock-frequency = <27000000>;
|
||||
cpu-offset = <0x40000>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user