diff options
Diffstat (limited to 'src/mainboard/google/zork/variants/dirinboz')
-rw-r--r-- | src/mainboard/google/zork/variants/dirinboz/overridetree.cb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mainboard/google/zork/variants/dirinboz/overridetree.cb b/src/mainboard/google/zork/variants/dirinboz/overridetree.cb index 327aacad7f..eb11a619e6 100644 --- a/src/mainboard/google/zork/variants/dirinboz/overridetree.cb +++ b/src/mainboard/google/zork/variants/dirinboz/overridetree.cb @@ -166,11 +166,10 @@ chip soc/amd/picasso register "property_list[1].type" = "ACPI_DP_TYPE_STRING" register "property_list[1].name" = ""realtek,mclk-name"" register "property_list[1].string" = ""oscout1"" - device i2c 1a on end + device i2c 1a on + probe AUDIO_CODEC_SOURCE AUDIO_CODEC_ALC5682 + end end - probe AUDIO_CODEC_SOURCE AUDIO_CODEC_ALC5682 - end - device generic 1.0 on chip drivers/i2c/generic register "hid" = ""RTL5682"" register "name" = ""RT58"" @@ -184,9 +183,10 @@ chip soc/amd/picasso register "property_list[1].type" = "ACPI_DP_TYPE_STRING" register "property_list[1].name" = ""realtek,mclk-name"" register "property_list[1].string" = ""oscout1"" - device i2c 1a on end + device i2c 1a on + probe AUDIO_CODEC_SOURCE AUDIO_CODEC_ALC5682I_VS + end end - probe AUDIO_CODEC_SOURCE AUDIO_CODEC_ALC5682I_VS end end end |