diff options
author | Jack Rosenthal <jrosenth@chromium.org> | 2022-08-05 15:29:22 -0700 |
---|---|---|
committer | Tim Wawrzynczak <twawrzynczak@chromium.org> | 2022-08-17 19:46:07 +0000 |
commit | 9022344cde972437f14a8516abd7354acbdad136 (patch) | |
tree | 579708fd1f21199fcb171c5970538513b37d67ef /src/drivers/nxp | |
parent | c760e41a414d2c1aec31982530944bae62c828f0 (diff) |
mb/google/brya/var/ghost: Enable NXP UWB SR150 chip
Add GPIO configuration and device tree to enable the chip.
BUG=b:240607130
BRANCH=firmware-brya-14505.B
TEST=Patch linux with NXP's pending drivers
UWB device is probed and can respond to a simple hello packet
Signed-off-by: Jack Rosenthal <jrosenth@chromium.org>
Change-Id: I83be712d243c365a5cbfe6f69a6bd85440c5bec7
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66471
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/drivers/nxp')
-rw-r--r-- | src/drivers/nxp/uwb/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/nxp/uwb/Makefile.inc b/src/drivers/nxp/uwb/Makefile.inc index 11ba2736ab..9501a28c32 100644 --- a/src/drivers/nxp/uwb/Makefile.inc +++ b/src/drivers/nxp/uwb/Makefile.inc @@ -1 +1 @@ -ramstage-$(CONFIG_DRIVER_NXP_UWB_SR1XX) += uwb.c +ramstage-$(CONFIG_DRIVERS_NXP_UWB_SR1XX) += uwb.c |