mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
rpmsg: rockchip: add rk3562 support
Signed-off-by: Steven Liu <steven.liu@rock-chips.com> Change-Id: I99b0f06ea787376fe0e2c1098d3d193e2a19859b
This commit is contained in:
@@ -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 */ },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user