[Crosstoolchain-logs] [device-tree-compiler] 31/357: Add a second cpu and a timebase frequency to test.dts.

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:05:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch upstream/1.3.x
in repository device-tree-compiler.

commit fccb194a1451d97a373fc4ab2d66aa985c78b48d
Author: David Gibson <dgibson at sneetch.(none)>
Date:   Mon Oct 24 17:27:36 2005 +1000

    Add a second cpu and a timebase frequency to test.dts.
---
 test.dts | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/test.dts b/test.dts
index c035827..742d874 100644
--- a/test.dts
+++ b/test.dts
@@ -13,16 +13,26 @@
 		#address-cells = <1>;
 		#size-cells = <0>;
 		PowerPC,970 at 0 {
-			linux,phandle = <3>;
 			name = "PowerPC,970";
 			device_type = "cpu";
 			reg = <0>;
 			clock-frequency = <5f5e1000>;
+			timebase-frequency = <1FCA055>;
 			linux,boot-cpu;
 			i-cache-size = <10000>;
 			d-cache-size = <8000>;
 		};
 
+		PowerPC,970 at 1 {
+			name = "PowerPC,970";
+			device_type = "cpu";
+			reg = <1>;
+			clock-frequency = <5f5e1000>;
+			timebase-frequency = <1FCA055>;
+			i-cache-size = <10000>;
+			d-cache-size = <8000>;
+		};
+
 	};
 
 	randomnode {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list