Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2012 22:48:54 +0000 (UTC)
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r244916 - head/sys/boot/fdt/dts
Message-ID:  <201212312248.qBVMmslr023401@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gonzo
Date: Mon Dec 31 22:48:54 2012
New Revision: 244916
URL: http://svnweb.freebsd.org/changeset/base/244916

Log:
  Add interrupt for PL310 controller

Modified:
  head/sys/boot/fdt/dts/pandaboard.dts

Modified: head/sys/boot/fdt/dts/pandaboard.dts
==============================================================================
--- head/sys/boot/fdt/dts/pandaboard.dts	Mon Dec 31 21:54:43 2012	(r244915)
+++ head/sys/boot/fdt/dts/pandaboard.dts	Mon Dec 31 22:48:54 2012	(r244916)
@@ -67,6 +67,8 @@
 		pl310@48242000 {
 			compatible = "arm,pl310";
 			reg = < 0x48242000 0x1000 >;
+			interrupts = < 32 >;
+			interrupt-parent = < &GIC >;
 		};
 		mp_tmr@48240200 {
 			compatible = "arm,mpcore-timers";



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