soc: rockchip: amp: support mcu amp

Signed-off-by: Steven Liu <steven.liu@rock-chips.com>
Change-Id: I7be2858fae72bec07670cfa25da5a636833cab6b
This commit is contained in:
Steven Liu
2023-01-12 17:56:30 +08:00
committed by Tao Huang
parent bef1cdaa3e
commit 25c6974420

View File

@@ -316,9 +316,9 @@ static int rockchip_amp_remove(struct platform_device *pdev)
}
static const struct of_device_id rockchip_amp_match[] = {
{
.compatible = "rockchip,amp",
},
{ .compatible = "rockchip,amp" },
{ .compatible = "rockchip,mcu-amp" },
{ .compatible = "rockchip,rk3568-amp" },
{ /* sentinel */ },
};