summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2014-03-23 20:35:58 +0000
committerbz <bz@FreeBSD.org>2014-03-23 20:35:58 +0000
commit6c25bbf931728d31509cfe699a3dea3cd60bbec7 (patch)
tree1e67198c2222b4f1e1aef079a799403c30daae8b
parent5875d91c71a5fe9fbad03aaebf2f6459aebd8466 (diff)
downloadFreeBSD-src-6c25bbf931728d31509cfe699a3dea3cd60bbec7.zip
FreeBSD-src-6c25bbf931728d31509cfe699a3dea3cd60bbec7.tar.gz
For the moment also disable interrupts on the altera-jtag-uart imitation
and force polling mode.
-rw-r--r--sys/boot/fdt/dts/mips/beri-netfpga.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/mips/beri-netfpga.dts b/sys/boot/fdt/dts/mips/beri-netfpga.dts
index 509d387..9188975 100644
--- a/sys/boot/fdt/dts/mips/beri-netfpga.dts
+++ b/sys/boot/fdt/dts/mips/beri-netfpga.dts
@@ -116,8 +116,10 @@
serial0: serial@7f000000 {
compatible = "altera,jtag_uart-11_0";
reg = <0x7f000000 0x40>;
+/*
interrupts = <0>;
interrupt-parent = <&beripic>;
+*/
};
/*
OpenPOWER on IntegriCloud