Lijian Zhao has uploaded this change for review.

View Change

mb/google/sarien: Enable BT Rkfill

Add bluetooth Rfkill function for Intel Cnvi card rtd3 support. Clear
Rfkill before entering runtime D3 state, and set when exiting from D3
state. The feature for DVT1 platform only.

Bug=b:123342945
TEST=Confirm bluetooth functionaility on Arcada platform before and
after one s0ix cycle.

Signed-off-by: Lijian Zhao <lijian.zhao@intel.com>
Change-Id: Ibbe67887227af42b6c040deade7bf5da4ce3227f
---
M src/mainboard/google/sarien/variants/arcada/devicetree.cb
1 file changed, 2 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/31765/1
diff --git a/src/mainboard/google/sarien/variants/arcada/devicetree.cb b/src/mainboard/google/sarien/variants/arcada/devicetree.cb
index 244ba7a..1d05eaa 100644
--- a/src/mainboard/google/sarien/variants/arcada/devicetree.cb
+++ b/src/mainboard/google/sarien/variants/arcada/devicetree.cb
@@ -1,3 +1,4 @@
+Hchip soc/intel/cannonlake
chip soc/intel/cannonlake

# GPE configuration
@@ -242,6 +243,7 @@
chip drivers/usb/acpi
register "desc" = ""Bluetooth""
register "type" = "UPC_TYPE_INTERNAL"
+ register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_H15)"
device usb 2.9 on end
end
chip drivers/usb/acpi

To view, visit change 31765. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ibbe67887227af42b6c040deade7bf5da4ce3227f
Gerrit-Change-Number: 31765
Gerrit-PatchSet: 1
Gerrit-Owner: Lijian Zhao <lijian.zhao@intel.com>
Gerrit-MessageType: newchange