diff options
author | Krishna Prasad Bhat <krishna.p.bhat.d@intel.com> | 2020-01-14 11:48:23 +0530 |
---|---|---|
committer | Shelley Chen <shchen@google.com> | 2020-01-16 19:21:25 +0000 |
commit | 1bfa2c79f8e71da228cfc8f57d2a7663962acc8d (patch) | |
tree | 654e5a3741d76000a60972ba53e794bad550b8a7 | |
parent | 2fff39151334bc5fbdc51d92a49b3f6a0d7766db (diff) |
/mb/google/hatch/variants/helios: Remove MAX98357A devicetree entry
Helios does not have MAX98357A speaker amplifier, so remove the devicetree
entry.
BRANCH=firmware-hatch-12672.B
Change-Id: Id02410553f018385d407086b2f9bc3ee1e7a5f40
Signed-off-by: Krishna Prasad Bhat <krishna.p.bhat.d@intel.com>
Signed-off-by: Sathya Prakash M R <sathya.prakash.m.r@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38398
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-by: Shelley Chen <shchen@google.com>
-rw-r--r-- | src/mainboard/google/hatch/variants/helios/overridetree.cb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/google/hatch/variants/helios/overridetree.cb b/src/mainboard/google/hatch/variants/helios/overridetree.cb index cf86639d7a..94639dcabe 100644 --- a/src/mainboard/google/hatch/variants/helios/overridetree.cb +++ b/src/mainboard/google/hatch/variants/helios/overridetree.cb @@ -193,12 +193,5 @@ chip soc/intel/cannonlake device spi 1 on end end # FPMCU end # GSPI #1 - device pci 1f.3 on - chip drivers/generic/max98357a - register "sdmode_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_H3)" - register "sdmode_delay" = "5" - device generic 0 on end - end - end # Intel HDA end end |