From bce1dbee51dd9468e51e9f3457e0304665c5a6ec Mon Sep 17 00:00:00 2001 From: mw Date: Wed, 9 Aug 2017 01:20:53 +0000 Subject: [PATCH] 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 Reviewed by: cognet (mentor) Approved by: cognet (mentor) Obtained from: Semihalf Differential Revision: https://reviews.freebsd.org/D11882 --- sys/boot/fdt/dts/arm/armada-38x.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/boot/fdt/dts/arm/armada-38x.dtsi b/sys/boot/fdt/dts/arm/armada-38x.dtsi index 52cdbcc2def7..d1b5625a8c4a 100644 --- a/sys/boot/fdt/dts/arm/armada-38x.dtsi +++ b/sys/boot/fdt/dts/arm/armada-38x.dtsi @@ -189,7 +189,6 @@ compatible = "arm,cortex-a9-global-timer"; reg = <0xc200 0x20>; interrupts = ; - clock-frequency = <800000000>; clocks = <&coreclk 2>; }; @@ -197,7 +196,6 @@ compatible = "arm,cortex-a9-twd-timer"; reg = <0xc600 0x20>; interrupts = ; - clock-frequency = <800000000>; clocks = <&coreclk 2>; };