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>
This commit is contained in:
Yong Zhi
2023-02-21 10:37:52 -06:00
committed by Felix Held
parent a417bcb8c3
commit 52e5756ea8

View File

@@ -600,15 +600,14 @@ chip soc/intel/meteorlake
probe AUDIO MTL_MAX98373_ALC5682_SNDW probe AUDIO MTL_MAX98373_ALC5682_SNDW
end end
end end
chip drivers/generic/max98357a end
register "hid" = ""MX98357A"" end
register "sdmode_gpio" = chip drivers/generic/max98357a
"ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_S04)" register "hid" = ""MX98357A""
register "sdmode_delay" = "5" register "sdmode_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_S04)"
device generic 0 on register "sdmode_delay" = "5"
probe AUDIO MTL_ALC5682I_MAX9857A_I2S device generic 0 on
end probe AUDIO MTL_ALC5682I_MAX9857A_I2S
end
end end
end end
end end