Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Apr 2012 19:58:50 +0000 (UTC)
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r233884 - projects/armv6/sys/boot/fdt/dts
Message-ID:  <201204041958.q34JwooL022696@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cognet
Date: Wed Apr  4 19:58:50 2012
New Revision: 233884
URL: http://svn.freebsd.org/changeset/base/233884

Log:
  Add PL310.
  Rename omap_gpio to gpio

Modified:
  projects/armv6/sys/boot/fdt/dts/pandaboard.dts

Modified: projects/armv6/sys/boot/fdt/dts/pandaboard.dts
==============================================================================
--- projects/armv6/sys/boot/fdt/dts/pandaboard.dts	Wed Apr  4 19:47:15 2012	(r233883)
+++ projects/armv6/sys/boot/fdt/dts/pandaboard.dts	Wed Apr  4 19:58:50 2012	(r233884)
@@ -62,6 +62,10 @@
 				< 0x48240100 0x0100 >;	/* CPU Interface Registers */
 		};
 
+		pl310@48242000 {
+			compatible = "arm,pl310";
+			reg = < 0x48242000 0x1000 >;
+		};
 		mp_tmr@48240200 {
 			compatible = "arm,mpcore-timers";
 			clock-frequency = < 504000000 >;
@@ -111,7 +115,7 @@
 
 		GPIO: gpio {
 			#gpio-cells = <3>;
-			compatible = "ti,omap_gpio";
+			compatible = "ti,gpio";
 			gpio-controller;
 			reg =<	0x4a310000 0x1000
 				0x48055000 0x1000



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