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:
parent
c8e2bceb13
commit
bce1dbee51
@ -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>;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user