Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Aug 2017 01:20:53 +0000 (UTC)
From:      Marcin Wojtas <mw@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r322292 - head/sys/boot/fdt/dts/arm
Message-ID:  <201708090120.v791Krwm014358@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>;
 			};
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708090120.v791Krwm014358>