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/2f557c32f730
branches: trunk
changeset: 456672:2f557c32f730
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 7532a4ef1994 -r 2f557c32f730 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