Remove clock-frequency properties from Armada 38x timer nodes

Since the timers' base frequency setting is added to the platform code,
this patch removes clock-frequency properties from global
and twd timers, aligning both to the Linux device tree.

Submitted by: Patryk Duda <pdk@semihalf.com>
Reviewed by: cognet (mentor)
Approved by: cognet (mentor)
Obtained from: Semihalf
Differential Revision: https://reviews.freebsd.org/D11882
This commit is contained in:
mw 2017-08-09 01:20:53 +00:00
parent c8e2bceb13
commit bce1dbee51

View File

@ -189,7 +189,6 @@
compatible = "arm,cortex-a9-global-timer";
reg = <0xc200 0x20>;
interrupts = <GIC_PPI 11 (IRQ_TYPE_EDGE_RISING | GIC_CPU_MASK_SIMPLE(2))>;
clock-frequency = <800000000>;
clocks = <&coreclk 2>;
};
@ -197,7 +196,6 @@
compatible = "arm,cortex-a9-twd-timer";
reg = <0xc600 0x20>;
interrupts = <GIC_PPI 13 (IRQ_TYPE_EDGE_RISING | GIC_CPU_MASK_SIMPLE(2))>;
clock-frequency = <800000000>;
clocks = <&coreclk 2>;
};