svn commit: r244916 - head/sys/boot/fdt/dts
Oleksandr Tymoshenko
gonzo at FreeBSD.org
Mon Dec 31 22:48:55 UTC 2012
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 at 48242000 {
compatible = "arm,pl310";
reg = < 0x48242000 0x1000 >;
+ interrupts = < 32 >;
+ interrupt-parent = < &GIC >;
};
mp_tmr at 48240200 {
compatible = "arm,mpcore-timers";
More information about the svn-src-head
mailing list