summaryrefslogtreecommitdiff
path: root/src/mainboard/google/brya/variants/pujjo/overridetree.cb
diff options
context:
space:
mode:
authorLeo Chou <leo.chou@lcfc.corp-partner.google.com>2023-07-11 14:43:13 +0800
committerFelix Held <felix-coreboot@felixheld.de>2023-07-13 13:16:17 +0000
commita5935c6307fd65b031adf459b6be3823d8a0c298 (patch)
treeb1abcf6c043ac2bd5eabd61e6c5e9a5894b0aa67 /src/mainboard/google/brya/variants/pujjo/overridetree.cb
parentdd792f2dc546e6eec0048b0749767d997dabb110 (diff)
mb/google/nissa/var/pujjo: Add WWAN EM060 power on sequence
Pujjo support WWAN EM060 device, use FW_CONFIG to handle the power on sequence. BUG=b:290709711 TEST=Build and check WWAN EM060 power on sequence. Signed-off-by: Leo Chou <leo.chou@lcfc.corp-partner.google.com> Change-Id: I66800c75274e8e1e55d4314c82b7fcdf2a4477bd Reviewed-on: https://review.coreboot.org/c/coreboot/+/76403 Reviewed-by: Derek Huang <derekhuang@google.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/brya/variants/pujjo/overridetree.cb')
-rw-r--r--src/mainboard/google/brya/variants/pujjo/overridetree.cb7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/pujjo/overridetree.cb b/src/mainboard/google/brya/variants/pujjo/overridetree.cb
index 6601247ef6..b31fa2c6a1 100644
--- a/src/mainboard/google/brya/variants/pujjo/overridetree.cb
+++ b/src/mainboard/google/brya/variants/pujjo/overridetree.cb
@@ -39,6 +39,10 @@ fw_config
option WWAN_5G_ABSENT 0
option WWAN_5G_PRESENT 1
end
+ field LTE_EM060 20
+ option LTE_EM060_ABSENT 0
+ option LTE_EM060_PRESENT 1
+ end
end
@@ -458,6 +462,7 @@ chip soc/intel/alderlake
register "input_analog_gain" = "1"
device i2c 28 on
probe LTE LTE_PRESENT
+ probe LTE_EM060 LTE_EM060_PRESENT
end
end
chip drivers/i2c/sx9324
@@ -708,6 +713,7 @@ chip soc/intel/alderlake
register "type" = "UPC_TYPE_INTERNAL"
device ref usb2_port2 on
probe LTE LTE_PRESENT
+ probe LTE_EM060 LTE_EM060_PRESENT
end
end
chip drivers/usb/acpi
@@ -769,6 +775,7 @@ chip soc/intel/alderlake
register "type" = "UPC_TYPE_INTERNAL"
device ref usb3_port3 on
probe LTE LTE_PRESENT
+ probe LTE_EM060 LTE_EM060_PRESENT
end
end
end