mb/google/nissa/var/quandiso: Add ALC1019 amp support
BUG=b:300573763 BRANCH=firmware-nissa-15217.B TEST=emerge-nissa coreboot Change-Id: Iff8167695c302f7b58976516d651a81f1a429bee Signed-off-by: Robert Chen <robert.chen@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77754 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Shawn Ku <shawnku@google.com> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Eric Lai <ericllai@google.com>
This commit is contained in:
@@ -30,6 +30,10 @@ fw_config
|
|||||||
option INTEL_QUANDISO360_WIFI 3
|
option INTEL_QUANDISO360_WIFI 3
|
||||||
option UNUSED 15
|
option UNUSED 15
|
||||||
end
|
end
|
||||||
|
field AUDIO_AMP 20 21
|
||||||
|
option MAX98360A 0
|
||||||
|
option ALC1019 1
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
chip soc/intel/alderlake
|
chip soc/intel/alderlake
|
||||||
@@ -346,6 +350,13 @@ chip soc/intel/alderlake
|
|||||||
register "property_list[0].integer" = "1"
|
register "property_list[0].integer" = "1"
|
||||||
device i2c 1a on end
|
device i2c 1a on end
|
||||||
end
|
end
|
||||||
|
chip drivers/generic/alc1015
|
||||||
|
register "hid" = ""RTL1019""
|
||||||
|
register "sdb" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_A11)"
|
||||||
|
device generic 0 on
|
||||||
|
probe AUDIO_AMP ALC1019
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
device ref i2c5 on
|
device ref i2c5 on
|
||||||
chip drivers/i2c/generic
|
chip drivers/i2c/generic
|
||||||
@@ -372,7 +383,9 @@ chip soc/intel/alderlake
|
|||||||
register "hid" = ""MX98360A""
|
register "hid" = ""MX98360A""
|
||||||
register "sdmode_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_A11)"
|
register "sdmode_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_A11)"
|
||||||
register "sdmode_delay" = "5"
|
register "sdmode_delay" = "5"
|
||||||
device generic 0 on end
|
device generic 0 on
|
||||||
|
probe AUDIO_AMP MAX98360A
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
device ref pcie_rp4 on
|
device ref pcie_rp4 on
|
||||||
|
Reference in New Issue
Block a user