From 94fe4c69266bf5bdc3e6cf7520863d307725f512 Mon Sep 17 00:00:00 2001 From: Ian Feng Date: Fri, 5 Dec 2025 14:02:27 +0800 Subject: [PATCH] mb/google/ocelot/var/kodkod: Add wake configuration to cnvi_bluetooth This commit adds wake functionality to the CNVi Bluetooth device by registering to "GPE0_PME_B0" using the common CNVi block. BUG=454341255 TEST=Able to wake up the device from a low power state using a keyboard Bluetooth device. Change-Id: I5a0bbd0523611e8e38b62f8b3fdf77f736d3136f Signed-off-by: Ian Feng Reviewed-on: https://review.coreboot.org/c/coreboot/+/90379 Reviewed-by: Dtrain Hsu Reviewed-by: Pranava Y N Reviewed-by: Upadhyay, Varun Tested-by: build bot (Jenkins) --- src/mainboard/google/ocelot/variants/kodkod/overridetree.cb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mainboard/google/ocelot/variants/kodkod/overridetree.cb b/src/mainboard/google/ocelot/variants/kodkod/overridetree.cb index 3426cb150e..264ff4db4c 100644 --- a/src/mainboard/google/ocelot/variants/kodkod/overridetree.cb +++ b/src/mainboard/google/ocelot/variants/kodkod/overridetree.cb @@ -215,6 +215,10 @@ chip soc/intel/pantherlake end # CNVi device ref cnvi_bluetooth on + chip soc/intel/common/block/cnvi + register "wake" = "GPE0_PME_B0" + device generic 0 on end + end end device ref i2c0 on