summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2014-05-29 10:46:09 +0000
committerhselasky <hselasky@FreeBSD.org>2014-05-29 10:46:09 +0000
commitb164e3d3367a73c815c3335ef70955c320549763 (patch)
tree2da33d41e600e3b570630664222a6fc034282601 /sys/boot
parente7ad38a8d250eb13f46e4ae768f1fad16c8d3315 (diff)
downloadFreeBSD-src-b164e3d3367a73c815c3335ef70955c320549763.zip
FreeBSD-src-b164e3d3367a73c815c3335ef70955c320549763.tar.gz
Hook the ISP/SAF1761 driver into MIPS kernel builds.
- Update FDT file for BERI DE4 boards. - Add needed kernel configuration keywords. - Rename module to saf1761otg so that the device unit number does not interfere with the hardware ID in dmesg. Sponsored by: DARPA, AFRL
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/fdt/dts/mips/beripad-de4.dts11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/boot/fdt/dts/mips/beripad-de4.dts b/sys/boot/fdt/dts/mips/beripad-de4.dts
index 4a13622..e98f5e6 100644
--- a/sys/boot/fdt/dts/mips/beripad-de4.dts
+++ b/sys/boot/fdt/dts/mips/beripad-de4.dts
@@ -222,7 +222,7 @@
};
usb@0x7f100000 {
- compatible = "philips,isp1761";
+ compatible = "nxp,usb-isp1761";
reg = <0x7f100000 0x40000
0x7f140000 0x4>;
// IRQ 4 is DC, IRQ 5 is HC.
@@ -253,14 +253,5 @@
sri-cambridge,fileio = "rw";
sri-cambridge,devname = "de4tempfan";
};
-
- avgen@0x7f100000 {
- compatible = "sri-cambridge,avgen";
- reg = <0x7f100000 0x40000>;
- sri-cambridge,width = <4>;
- sri-cambridge,fileio = "r";
- sri-cambridge,devname = "usbmem";
- };
-
};
};
OpenPOWER on IntegriCloud