mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
rpmsg: rockchip: add rk3562 support
Signed-off-by: Steven Liu <steven.liu@rock-chips.com> Change-Id: I99b0f06ea787376fe0e2c1098d3d193e2a19859b
This commit is contained in:
parent
7c9551becd
commit
f8652ea55e
|
|
@ -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 */ },
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user