summaryrefslogtreecommitdiff
path: root/src/mainboard/intel
diff options
context:
space:
mode:
authorYong Zhi <yong.zhi@intel.com>2023-02-21 10:37:52 -0600
committerFelix Held <felix-coreboot@felixheld.de>2023-02-23 12:14:23 +0000
commit52e5756ea8fb094ea3e438ad3e30cc4112c6de65 (patch)
treeff04b4d6a9491e65dbe7af6b0935cb353d266559 /src/mainboard/intel
parenta417bcb8c377f5c8e0d1b9e793ee0a085327c3b1 (diff)
mb/intel/mtlrvp: Move MX98357A codec out of soundwire node
MX98357A is not a soundwire codec, so move it out of drivers/intel/soundwire node. BUG=none TEST=Build and boot MTL-P RVP to Chrome OS. Verify I2S audio card enumeration and no max98357a entry under /sys/bus/soundwire/devices. Signed-off-by: Yong Zhi <yong.zhi@intel.com> Change-Id: I24fc7084ea18445c341eed012cfacde8de126fd8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/73189 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Usha P <usha.p@intel.com>
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r--src/mainboard/intel/mtlrvp/variants/baseboard/mtlrvp_p/devicetree.cb17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/mainboard/intel/mtlrvp/variants/baseboard/mtlrvp_p/devicetree.cb b/src/mainboard/intel/mtlrvp/variants/baseboard/mtlrvp_p/devicetree.cb
index 939a441091..65da43cc15 100644
--- a/src/mainboard/intel/mtlrvp/variants/baseboard/mtlrvp_p/devicetree.cb
+++ b/src/mainboard/intel/mtlrvp/variants/baseboard/mtlrvp_p/devicetree.cb
@@ -600,15 +600,14 @@ chip soc/intel/meteorlake
probe AUDIO MTL_MAX98373_ALC5682_SNDW
end
end
- chip drivers/generic/max98357a
- register "hid" = ""MX98357A""
- register "sdmode_gpio" =
- "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_S04)"
- register "sdmode_delay" = "5"
- device generic 0 on
- probe AUDIO MTL_ALC5682I_MAX9857A_I2S
- end
- end
+ end
+ end
+ chip drivers/generic/max98357a
+ register "hid" = ""MX98357A""
+ register "sdmode_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_S04)"
+ register "sdmode_delay" = "5"
+ device generic 0 on
+ probe AUDIO MTL_ALC5682I_MAX9857A_I2S
end
end
end