|
@@ -445,6 +445,12 @@ static struct sst_acpi_mach sst_acpi_bytcr[] = {
|
|
|
&byt_rvp_platform_data },
|
|
|
{"10EC5651", "bytcr_rt5651", "intel/fw_sst_0f28.bin", "bytcr_rt5651", NULL,
|
|
|
&byt_rvp_platform_data },
|
|
|
+ /* some Baytrail platforms rely on RT5645, use CHT machine driver */
|
|
|
+ {"10EC5645", "cht-bsw-rt5645", "intel/fw_sst_0f28.bin", "cht-bsw", NULL,
|
|
|
+ &byt_rvp_platform_data },
|
|
|
+ {"10EC5648", "cht-bsw-rt5645", "intel/fw_sst_0f28.bin", "cht-bsw", NULL,
|
|
|
+ &byt_rvp_platform_data },
|
|
|
+
|
|
|
{},
|
|
|
};
|
|
|
|