summaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/variants/cret/overridetree.cb
diff options
context:
space:
mode:
authorDtrain Hsu <dtrain_hsu@compal.corp-partner.google.com>2021-05-11 17:50:42 +0800
committerPatrick Georgi <pgeorgi@google.com>2021-05-18 10:03:59 +0000
commit1e0f77fa03f286d49fbbdfaa51f6f9e2b253b737 (patch)
treee08e86691b04c6ebc6c23c197be3fe126296fbc0 /src/mainboard/google/dedede/variants/cret/overridetree.cb
parent2b97ea153a4f7fa0d495d65c9c1f8e84896ee586 (diff)
mb/google/dedede/var/cret: Enable/disable LTE function based on FW_CONFIG
Enable/disable LTE function based on LTE bit of FW_CONFIG. The LTE function settings are included GPIO settings, USB port settings and power off sequence. BUG=b:187797408 BRANCH=dedede TEST=Build and test the change on cret. Signed-off-by: Dtrain Hsu <dtrain_hsu@compal.corp-partner.google.com> Change-Id: Ib926e99aaf9df433a7cff71180ee55431d69f718 Reviewed-on: https://review.coreboot.org/c/coreboot/+/54057 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Diffstat (limited to 'src/mainboard/google/dedede/variants/cret/overridetree.cb')
-rw-r--r--src/mainboard/google/dedede/variants/cret/overridetree.cb8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mainboard/google/dedede/variants/cret/overridetree.cb b/src/mainboard/google/dedede/variants/cret/overridetree.cb
index 512a956f59..258632204b 100644
--- a/src/mainboard/google/dedede/variants/cret/overridetree.cb
+++ b/src/mainboard/google/dedede/variants/cret/overridetree.cb
@@ -57,7 +57,9 @@ chip soc/intel/jasperlake
chip drivers/usb/acpi
register "desc" = ""LTE""
register "type" = "UPC_TYPE_INTERNAL"
- device usb 2.3 on end
+ device usb 2.3 on
+ probe LTE LTE_PRESENT
+ end
end
chip drivers/usb/acpi
register "desc" = ""Camera (UFC)""
@@ -82,7 +84,9 @@ chip soc/intel/jasperlake
register "enable_gpio" =
"ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_A10)"
register "enable_delay_ms" = "20"
- device usb 3.3 on end
+ device usb 3.3 on
+ probe LTE LTE_PRESENT
+ end
end
end
end