mb/google/rex: Revise config for the Proto 1 build
1. Rename DB_USB4 for KB8010 while adding ANX7452 as different DB_USB4 option. 2. Add audio component for Soundwire. 3. Rename MAX98357_ALC5682I_I2S to MAX98360_ALC5682I_I2S. Change-Id: I9f04c644b8a392feb2609f906bc9db945bf5fce2 Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/70867 Reviewed-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: YH Lin <yueherngl@google.com> Reviewed-by: Kapil Porwal <kapilporwal@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
3e3b78a391
commit
d38baae038
|
@ -1,7 +1,8 @@
|
|||
fw_config
|
||||
field AUDIO 0 3
|
||||
option AUDIO_UNKNOWN 0
|
||||
option MAX98357_ALC5682I_I2S 1
|
||||
option MAX98360_ALC5682I_I2S 1
|
||||
option MAX98363_CS42L42_SNDW 2
|
||||
end
|
||||
field CELLULAR 4 5
|
||||
option CELLULAR_ABSENT 0
|
||||
|
@ -23,7 +24,8 @@ fw_config
|
|||
field DB_USB 12 13
|
||||
option USB_UNKNOWN 0
|
||||
option USB3_PS8815 1
|
||||
option USB4 2
|
||||
option USB4_KB8010 2
|
||||
option USB4_ANX7452 3
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -267,7 +269,7 @@ chip soc/intel/meteorlake
|
|||
register "property_list[0].name" = ""realtek,jd-src""
|
||||
register "property_list[0].integer" = "1"
|
||||
device i2c 1a on
|
||||
probe AUDIO MAX98357_ALC5682I_I2S
|
||||
probe AUDIO MAX98360_ALC5682I_I2S
|
||||
end
|
||||
end
|
||||
chip drivers/intel/mipi_camera
|
||||
|
@ -544,12 +546,12 @@ chip soc/intel/meteorlake
|
|||
end
|
||||
device ref hda on
|
||||
chip drivers/generic/max98357a
|
||||
register "hid" = ""MX98357A""
|
||||
register "hid" = ""MX98360A""
|
||||
register "sdmode_gpio" =
|
||||
"ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_D04)"
|
||||
register "sdmode_delay" = "5"
|
||||
device generic 0 on
|
||||
probe AUDIO MAX98357_ALC5682I_I2S
|
||||
probe AUDIO MAX98360_ALC5682I_I2S
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue