mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
soc: rockchip: amp: support mcu amp
Signed-off-by: Steven Liu <steven.liu@rock-chips.com> Change-Id: I7be2858fae72bec07670cfa25da5a636833cab6b
This commit is contained in:
@@ -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 */ },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user