diff options
author | Robert Chen <robert.chen@quanta.corp-partner.google.com> | 2023-10-03 03:58:22 -0400 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-10-05 12:49:35 +0000 |
commit | f151cd2859b70722de3b17ee56929fc896cd22a1 (patch) | |
tree | 32153701ab7728390aeafc68e0f04486072d10e1 /src/mainboard | |
parent | 582a6ef54bc5210f5ea9ccbd171c60f060c8967e (diff) |
mb/google/nissa/var/quandiso: Change camera fw_config feild
Quandiso reserve bit 11 for mipi camera usage.
BUG=b:300574047
BRANCH=firmware-nissa-15217.B
TEST=emerge-nissa coreboot
Change-Id: Id4343083f0d69a49c642657d165ceac349cd7422
Signed-off-by: Robert Chen <robert.chen@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78213
Reviewed-by: Shawn Ku <shawnku@google.com>
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/brya/variants/quandiso/overridetree.cb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/google/brya/variants/quandiso/overridetree.cb b/src/mainboard/google/brya/variants/quandiso/overridetree.cb index 63fb2f71f6..e94d3da951 100644 --- a/src/mainboard/google/brya/variants/quandiso/overridetree.cb +++ b/src/mainboard/google/brya/variants/quandiso/overridetree.cb @@ -19,10 +19,6 @@ fw_config option SD_PRESENT 0 option SD_ABSENT 1 end - field WFC 11 - option WFC_ABSENT 0 - option WFC_PRESENT 1 - end field WIFI_SAR_ID2 16 19 option INTEL_QUANDISO_LTE 0 option INTEL_QUANDISO_WIFI 1 @@ -34,6 +30,10 @@ fw_config option MAX98360A 0 option ALC1019 1 end + field USB_WFC 22 23 + option USB_WFC_ABSENT 0 + option USB_WFC_PRESENT 1 + end end chip soc/intel/alderlake @@ -516,7 +516,7 @@ chip soc/intel/alderlake register "desc" = ""USB2 WF Camera"" register "type" = "UPC_TYPE_INTERNAL" device ref usb2_port7 on - probe WFC WFC_PRESENT + probe USB_WFC USB_WFC_PRESENT end end chip drivers/usb/acpi |