PERFORCE change 225891 for review
Brooks Davis
brooks at FreeBSD.org
Fri Mar 22 18:54:25 UTC 2013
http://p4web.freebsd.org/@@225891?ac=10
Change 225891 by brooks at brooks_zenith on 2013/03/22 18:53:39
Route atse0 and altera_jtag_uart0 interupts through the pic.
Due to probe order and current allocation algorithm there is no
change in hard interrupt use at the moment.
Affected files ...
.. //depot/projects/ctsrd/beribsd/src/sys/boot/fdt/dts/beripad-de4.dts#20 edit
Differences ...
==== //depot/projects/ctsrd/beribsd/src/sys/boot/fdt/dts/beripad-de4.dts#20 (text+ko) ====
@@ -95,6 +95,7 @@
compatible = "altera,jtag_uart-11_0";
reg = <0x7f000000 0x40>;
interrupts = <0>;
+ interrupt-parent = <&beripic>;
};
serial at 7f001000 {
@@ -168,7 +169,7 @@
0x7f007420 0x20>;
/* RX, TX */
interrupts = <1 2>;
- //interrupt-parent =<&beripic>;
+ interrupt-parent = <&beripic>;
};
ethernet at 7f005000 {
More information about the p4-projects
mailing list