From f151cd2859b70722de3b17ee56929fc896cd22a1 Mon Sep 17 00:00:00 2001 From: Robert Chen Date: Tue, 3 Oct 2023 03:58:22 -0400 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/78213 Reviewed-by: Shawn Ku Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- .../google/brya/variants/quandiso/overridetree.cb | 10 +++++----- 1 file 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