Skip to content

Commit 1fa3ed0

Browse files
committed
arm64: dts: arm: Drop the clock-frequency property from timer nodes
Drop the clock-frequency property from the timer nodes, since it must be configured by the boot/secure firmware. Cc: Liviu Dudau <[email protected]> Cc: Lorenzo Pieralisi <[email protected]> Cc: Mark Rutland <[email protected]> Message-Id: <[email protected]> Signed-off-by: Sudeep Holla <[email protected]>
1 parent bbb59b3 commit 1fa3ed0

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

arch/arm64/boot/dts/arm/corstone1000.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
109109
reg = <0x1a220000 0x1000>;
110110
#address-cells = <1>;
111111
#size-cells = <1>;
112-
clock-frequency = <50000000>;
113112
ranges;
114113

115114
frame@1a230000 {

arch/arm64/boot/dts/arm/foundation-v8.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
<GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
7878
<GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
7979
<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
80-
clock-frequency = <100000000>;
8180
};
8281

8382
pmu {

arch/arm64/boot/dts/arm/juno-base.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
memtimer: timer@2a810000 {
1111
compatible = "arm,armv7-timer-mem";
1212
reg = <0x0 0x2a810000 0x0 0x10000>;
13-
clock-frequency = <50000000>;
1413
#address-cells = <1>;
1514
#size-cells = <1>;
1615
ranges = <0 0x0 0x2a820000 0x20000>;

arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116
<GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
117117
<GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
118118
<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
119-
clock-frequency = <100000000>;
120119
};
121120

122121
pmu {

0 commit comments

Comments
 (0)