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 Swap polarity of the vcc_host1_5v pin to en...
details: https://anonhg.NetBSD.org/src/rev/ddd28efb4a4d
branches: trunk
changeset: 999168:ddd28efb4a4d
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Wed May 22 23:22:24 2019 +0000
description:
Swap polarity of the vcc_host1_5v pin to enable USB power
diffstat:
sys/arch/arm/dts/rk3328-rock64.dts | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 30d99fb875d0 -r ddd28efb4a4d sys/arch/arm/dts/rk3328-rock64.dts
--- a/sys/arch/arm/dts/rk3328-rock64.dts Wed May 22 21:25:01 2019 +0000
+++ b/sys/arch/arm/dts/rk3328-rock64.dts Wed May 22 23:22:24 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rk3328-rock64.dts,v 1.2 2019/05/21 03:42:52 mrg Exp $ */
+/* $NetBSD: rk3328-rock64.dts,v 1.3 2019/05/22 23:22:24 jmcneill Exp $ */
/*-
* Copyright (c) 2018 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -36,3 +36,7 @@
snps,dis-u2-freeclk-exists-quirk;
snps,dis_u2_susphy_quirk;
};
+
+&vcc_host1_5v {
+ /delete-property/ enable-active-high;
+};
Home |
Main Index |
Thread Index |
Old Index