summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/dedede/variants/galtic/overridetree.cb19
1 files changed, 16 insertions, 3 deletions
diff --git a/src/mainboard/google/dedede/variants/galtic/overridetree.cb b/src/mainboard/google/dedede/variants/galtic/overridetree.cb
index 28c82f5cdd..bc46adcd39 100644
--- a/src/mainboard/google/dedede/variants/galtic/overridetree.cb
+++ b/src/mainboard/google/dedede/variants/galtic/overridetree.cb
@@ -167,15 +167,28 @@ chip soc/intel/jasperlake
register "hid" = ""10EC1015""
register "desc" = ""Realtek SPK AMP L""
register "uid" = "0"
- device i2c 28 on end
+ device i2c 28 on
+ probe AUDIO_AMP RT1015_I2C
+ probe AUDIO_AMP UNPROVISIONED
+ end
end
chip drivers/i2c/generic
register "hid" = ""10EC1015""
register "desc" = ""Realtek SPK AMP R""
register "uid" = "1"
- device i2c 29 on end
+ device i2c 29 on
+ probe AUDIO_AMP RT1015_I2C
+ probe AUDIO_AMP UNPROVISIONED
+ end
end
end
- device pci 1f.3 on end # Intel HDA
+ device pci 1f.3 on
+ chip drivers/generic/alc1015
+ register "sdb" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_D17)"
+ device generic 0 on
+ probe AUDIO_AMP RT1015P_AUTO
+ end
+ end
+ end # Intel HDA
end
end