From 0b3164605888c3202398a95dc72ed70d00aab0f1 Mon Sep 17 00:00:00 2001 From: patrick Date: Tue, 6 Dec 2022 17:33:27 +0000 Subject: [PATCH] Install arm64-qcom-dtb upon encountering a qcgpio(4) device. ok phessler@ sthen@ tobhe@ --- usr.sbin/fw_update/patterns.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/fw_update/patterns.c b/usr.sbin/fw_update/patterns.c index cccf3c78792..34d0ff20f4e 100644 --- a/usr.sbin/fw_update/patterns.c +++ b/usr.sbin/fw_update/patterns.c @@ -1,4 +1,4 @@ -/* $OpenBSD: patterns.c,v 1.5 2022/11/17 13:30:21 tobhe Exp $ */ +/* $OpenBSD: patterns.c,v 1.6 2022/12/06 17:33:27 patrick Exp $ */ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou. All rights reserved. @@ -91,6 +91,7 @@ main(void) printf("%s\n", "amdgpu"); print_devices("amdgpu", amdgpu_devices, nitems(amdgpu_devices)); printf("%s\n", "apple-boot ^cpu0*Apple"); + printf("%s\n", "arm64-qcom-dtb ^qcgpio0"); printf("%s\n", "athn"); printf("%s\n", "bwfm"); printf("%s\n", "bwi"); -- 2.20.1