mb/trulo/var/pujjolo: Fix gtx functions.
Add gtx flag in Kconfig and delete the gtx property to fix build error in below coreboot-0.0.1-r5710: [01m[K/build/nissa/tmp/portage/sys-boot/coreboot-0.0.1-r5710/work/build/pujjolo/mainboard/google/brya/static.c:213:20:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct drivers_gfx_generic_device_config[m[K' has no member named '[01m[Ktype[m[K' coreboot-0.0.1-r5710: 213 | .device[0].[01;31m[Ktype[m[K = panel, coreboot-0.0.1-r5710: | [01;31m[K^~~~[m[K coreboot-0.0.1-r5710: [01m[K/build/nissa/tmp/portage/sys-boot/coreboot-0.0.1-r5710/work/build/pujjolo/mainboard/google/brya/static.c:213:27:[m[K [01;31m[Kerror: [m[K'[01m[Kpanel[m[K' undeclared here (not in a function) coreboot-0.0.1-r5710: 213 | .device[0].type = [01;31m[Kpanel[m[K, coreboot-0.0.1-r5710: | [01;31m[K^~~~~[m[K BUG=b:395763555 BRANCH=none TEST=Build pujjolo Change-Id: I4e85f3c9acbee66226d8dd195615d9c9dd212709 Signed-off-by: Luca Lai <luca.lai@lcfc.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87956 Reviewed-by: Eric Lai <ericllai@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
parent
619699648f
commit
24778a25de
2 changed files with 1 additions and 3 deletions
|
|
@ -497,6 +497,7 @@ config BOARD_GOOGLE_PUJJOLO
|
|||
select DRIVERS_GENERIC_GPIO_KEYS
|
||||
select DRIVERS_INTEL_MIPI_CAMERA
|
||||
select DRIVERS_I2C_SX9324
|
||||
select DRIVERS_GFX_GENERIC
|
||||
select DRIVERS_I2C_SX9324_SUPPORT_LEGACY_LINUX_DRIVER
|
||||
select HAVE_WWAN_POWER_SEQUENCE
|
||||
select SOC_INTEL_COMMON_BLOCK_HDA_VERB
|
||||
|
|
|
|||
|
|
@ -413,8 +413,6 @@ chip soc/intel/alderlake
|
|||
register "device_count" = "4"
|
||||
# DDIA for eDP
|
||||
register "device[0].name" = ""LCD0""
|
||||
# Internal panel on the first port of the graphics chip
|
||||
register "device[0].type" = "panel"
|
||||
# DDIB for HDMI
|
||||
# If HDMI is not enumerated in the kernel, then no GFX device should be added for DDIB
|
||||
register "device[1].name" = ""DD01""
|
||||
|
|
@ -515,7 +513,6 @@ chip soc/intel/alderlake
|
|||
register "use_custom_pld" = "true"
|
||||
register "custom_pld" = "ACPI_PLD_TYPE_C(RIGHT, LEFT, ACPI_PLD_GROUP(2, 1))"
|
||||
device ref usb2_port2 on end
|
||||
|
||||
end
|
||||
chip drivers/usb/acpi
|
||||
register "desc" = ""USB2 Type-A Port A1 (DB)""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue