Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/dts Enable ehci0/ohci0 (attached to left USB port)
details: https://anonhg.NetBSD.org/src/rev/9e06c83b3123
branches: trunk
changeset: 322520:9e06c83b3123
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat May 05 11:16:30 2018 +0000
description:
Enable ehci0/ohci0 (attached to left USB port)
diffstat:
sys/arch/arm/dts/sun50i-a64-pinebook.dts | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r 1cd87f008614 -r 9e06c83b3123 sys/arch/arm/dts/sun50i-a64-pinebook.dts
--- a/sys/arch/arm/dts/sun50i-a64-pinebook.dts Sat May 05 11:12:46 2018 +0000
+++ b/sys/arch/arm/dts/sun50i-a64-pinebook.dts Sat May 05 11:16:30 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sun50i-a64-pinebook.dts,v 1.6 2018/05/05 11:12:46 jmcneill Exp $ */
+/* $NetBSD: sun50i-a64-pinebook.dts,v 1.7 2018/05/05 11:16:30 jmcneill Exp $ */
/*-
* Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -71,10 +71,18 @@
};
};
+&ehci0 {
+ status = "okay";
+};
+
&ehci1 {
status = "okay";
};
+&ohci0 {
+ status = "okay";
+};
+
&ohci1 {
status = "okay";
};
@@ -82,7 +90,6 @@
&usb_otg {
dr_mode = "host";
status = "okay";
-
};
&usbphy {
Home |
Main Index |
Thread Index |
Old Index