arm64: dts: rockchip: use cluster for cursor on rk3568-evb1-ddr4-v10-linux.dts

Signed-off-by: ZhiZhan Chen <zhizhan.chen@rock-chips.com>
Change-Id: Icf667a4598a93b672777587775673539018bf4bc
This commit is contained in:
ZhiZhan Chen
2021-06-15 11:28:55 +08:00
committed by Tao Huang
parent 0500678ee9
commit 30769f9482

View File

@@ -6,3 +6,12 @@
#include "rk3568-evb1-ddr4-v10.dtsi"
#include "rk3568-linux.dtsi"
#include <dt-bindings/display/rockchip_vop.h>
&vp0 {
cursor-win-id = <ROCKCHIP_VOP2_CLUSTER0>;
};
&vp1 {
cursor-win-id = <ROCKCHIP_VOP2_CLUSTER1>;
};