svn commit: r233884 - projects/armv6/sys/boot/fdt/dts

Olivier Houchard cognet at FreeBSD.org
Wed Apr 4 19:58:51 UTC 2012


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 at 48242000 {
+			compatible = "arm,pl310";
+			reg = < 0x48242000 0x1000 >;
+		};
 		mp_tmr at 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


More information about the svn-src-projects mailing list