diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2022-12-06 17:33:28 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2022-12-06 17:33:28 +0000 |
commit | 516dd3bc052e2f497be5356622669a2612840e84 (patch) | |
tree | 1197fd7284f9f75eb969140ff0b5c5f18095f22c | |
parent | b1c928a00f78955dd913e0075668aa669dff0cd6 (diff) |
Install arm64-qcom-dtb upon encountering a qcgpio(4) device.
ok phessler@ sthen@ tobhe@
-rw-r--r-- | usr.sbin/fw_update/patterns.c | 3 |
1 files changed, 2 insertions, 1 deletions
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"); |