From 68204885afd2e88d78160121216974e882ea15de Mon Sep 17 00:00:00 2001 From: mglocker Date: Sat, 24 Jul 2021 06:04:44 +0000 Subject: [PATCH] The updated dwctwo(4) driver introduces two new parameters. --- sys/dev/fdt/bcm2835_dwctwo.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/dev/fdt/bcm2835_dwctwo.c b/sys/dev/fdt/bcm2835_dwctwo.c index 18e4b13638a..86567b9d7d2 100644 --- a/sys/dev/fdt/bcm2835_dwctwo.c +++ b/sys/dev/fdt/bcm2835_dwctwo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bcm2835_dwctwo.c,v 1.2 2021/02/05 00:42:25 patrick Exp $ */ +/* $OpenBSD: bcm2835_dwctwo.c,v 1.3 2021/07/24 06:04:44 mglocker Exp $ */ /* * Copyright (c) 2015 Masao Uebayashi * @@ -82,6 +82,8 @@ static struct dwc2_core_params bcm_dwctwo_params = { .reload_ctl = 0, .ahbcfg = 0x10, .uframe_sched = 1, + .external_id_pin_ctl = -1, + .hibernation = -1, }; int -- 2.20.1