svn commit: r322292 - head/sys/boot/fdt/dts/arm
Marcin Wojtas
mw at FreeBSD.org
Wed Aug 9 01:20:54 UTC 2017
Author: mw
Date: Wed Aug 9 01:20:53 2017
New Revision: 322292
URL: https://svnweb.freebsd.org/changeset/base/322292
Log:
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 at semihalf.com>
Reviewed by: cognet (mentor)
Approved by: cognet (mentor)
Obtained from: Semihalf
Differential Revision: https://reviews.freebsd.org/D11882
Modified:
head/sys/boot/fdt/dts/arm/armada-38x.dtsi
Modified: head/sys/boot/fdt/dts/arm/armada-38x.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/arm/armada-38x.dtsi Wed Aug 9 01:19:19 2017 (r322291)
+++ head/sys/boot/fdt/dts/arm/armada-38x.dtsi Wed Aug 9 01:20:53 2017 (r322292)
@@ -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>;
};
More information about the svn-src-all
mailing list