rpmsg: rockchip: add rk3562 support

Signed-off-by: Steven Liu <steven.liu@rock-chips.com>
Change-Id: I99b0f06ea787376fe0e2c1098d3d193e2a19859b
This commit is contained in:
Steven Liu
2023-02-06 15:15:39 +08:00
parent 7c9551becd
commit f8652ea55e

View File

@@ -27,6 +27,7 @@
#include "rpmsg_internal.h"
enum rk_rpmsg_chip {
RK3562,
RK3568,
};
@@ -399,6 +400,7 @@ static int rockchip_rpmsg_remove(struct platform_device *pdev)
}
static const struct of_device_id rockchip_rpmsg_match[] = {
{ .compatible = "rockchip,rk3562-rpmsg", .data = (void *)RK3562, },
{ .compatible = "rockchip,rk3568-rpmsg", .data = (void *)RK3568, },
{ /* sentinel */ },
};