Shelley Chen has uploaded this change for review.

View Change

Revert "mb/google/brox: Remove CNVi Bluetooth"

This reverts commit 94af3e551b250375b44050fdafd79f7e9f16f361.

BUG=b:319188820,b:325084796
BRANCH=None
TEST=emerge-brox coreboot chromeos-bootimage make sure we can boot to
kernel on both SKU1 and SKU2. Also, make sure that BT is
enumerated on SKU2 and SKU1.

Change-Id: I99ee088c060aafe461c93cf3a83b28f7b14a6f97
Signed-off-by: Shelley Chen <shchen@google.com>
---
M src/mainboard/google/brox/variants/baseboard/brox/devicetree.cb
1 file changed, 3 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/80505/1
diff --git a/src/mainboard/google/brox/variants/baseboard/brox/devicetree.cb b/src/mainboard/google/brox/variants/baseboard/brox/devicetree.cb
index 3e0e7fb..60c9f2e 100644
--- a/src/mainboard/google/brox/variants/baseboard/brox/devicetree.cb
+++ b/src/mainboard/google/brox/variants/baseboard/brox/devicetree.cb
@@ -23,6 +23,9 @@

register "tcc_offset" = "10" # TCC of 90

+ # Enable CNVi BT
+ register "cnvi_bt_core" = "true"
+
register "usb2_ports[0]" = "USB2_PORT_TYPE_C(OC_SKIP)" # USB2_C0
register "usb2_ports[1]" = "USB2_PORT_EMPTY" # Disable USB2 Port
register "usb2_ports[2]" = "USB2_PORT_TYPE_C(OC_SKIP)" # USB2_C2

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

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I99ee088c060aafe461c93cf3a83b28f7b14a6f97
Gerrit-Change-Number: 80505
Gerrit-PatchSet: 1
Gerrit-Owner: Shelley Chen <shchen@google.com>
Gerrit-MessageType: newchange