mb/google/nissa/var/joxer: Add speaker ldo config
Follow thermal validation, add ldo output select for speaker. BUG=b:297298847 TEST=emerge-nissa and deploy to DUT to verify audio functionality. Change-Id: Ie68f2b35f024b4dd066d831ae8fd5a662d407753 Signed-off-by: Terry Chen <terry_chen@wistron.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79111 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Derek Huang <derekhuang@google.com> Reviewed-by: Eric Lai <ericllai@google.com>
This commit is contained in:
		| @@ -285,10 +285,14 @@ chip soc/intel/alderlake | |||||||
| 				register "desc" = ""Headset Codec"" | 				register "desc" = ""Headset Codec"" | ||||||
| 				register "irq_gpio" = "ACPI_GPIO_IRQ_EDGE_BOTH(GPP_A23)" | 				register "irq_gpio" = "ACPI_GPIO_IRQ_EDGE_BOTH(GPP_A23)" | ||||||
| 				# Set the jd_src to RT5668_JD1 for jack detection | 				# Set the jd_src to RT5668_JD1 for jack detection | ||||||
| 				register "property_count" = "1" | 				register "property_count" = "2" | ||||||
| 				register "property_list[0].type" = "ACPI_DP_TYPE_INTEGER" | 				register "property_list[0].type" = "ACPI_DP_TYPE_INTEGER" | ||||||
| 				register "property_list[0].name" = ""realtek,jd-src"" | 				register "property_list[0].name" = ""realtek,jd-src"" | ||||||
| 				register "property_list[0].integer" = "1" | 				register "property_list[0].integer" = "1" | ||||||
|  | 				# Set the ldo-sel to RT5668_JD1 for ldo output | ||||||
|  | 				register "property_list[1].type" = "ACPI_DP_TYPE_INTEGER" | ||||||
|  | 				register "property_list[1].name" = ""realtek,ldo-sel"" | ||||||
|  | 				register "property_list[1].integer" = "3" | ||||||
| 				device i2c 1a on end | 				device i2c 1a on end | ||||||
| 			end | 			end | ||||||
| 		end | 		end | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user