mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02:00
arm64: dts: rockchip: rk3588s-evb1: Assign four windows for each VP
RK3588S-EVB1 only have two display(VP1 for DP and VP2 for eDP), so we can assign 8 windows by 4+4. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Change-Id: Ibec566e2bf4497c8aca2e732ff43b2a293127bd3
This commit is contained in:
parent
d1ff22dec8
commit
c1122e054d
|
|
@ -512,3 +512,26 @@ &usbhost3_0 {
|
|||
&usbhost_dwc3_0 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
/* vp0 & vp3 are not used on this board */
|
||||
&vp0 {
|
||||
/delete-property/ rockchip,plane-mask;
|
||||
/delete-property/ rockchip,primary-plane;
|
||||
};
|
||||
|
||||
&vp1 {
|
||||
rockchip,plane-mask = <(1 << ROCKCHIP_VOP2_CLUSTER0 | 1 << ROCKCHIP_VOP2_ESMART0 |
|
||||
1 << ROCKCHIP_VOP2_CLUSTER1 | 1 << ROCKCHIP_VOP2_ESMART1)>;
|
||||
rockchip,primary-plane = <ROCKCHIP_VOP2_ESMART1>;
|
||||
};
|
||||
|
||||
&vp2 {
|
||||
rockchip,plane-mask = <(1 << ROCKCHIP_VOP2_CLUSTER2 | 1 << ROCKCHIP_VOP2_ESMART2 |
|
||||
1 << ROCKCHIP_VOP2_CLUSTER3 | 1 << ROCKCHIP_VOP2_ESMART3)>;
|
||||
rockchip,primary-plane = <ROCKCHIP_VOP2_ESMART2>;
|
||||
};
|
||||
|
||||
&vp3 {
|
||||
/delete-property/ rockchip,plane-mask;
|
||||
/delete-property/ rockchip,primary-plane;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user