[PATCH 07/12] dt-bindings: display: rockchip: Add binding for VOP2

2021-11-17 Thread Sascha Hauer
The VOP2 is found on newer Rockchip SoCs like the rk3568 or the rk3566. The binding differs slightly from the existing VOP binding, so add a new binding file for it. Signed-off-by: Sascha Hauer --- .../display/rockchip/rockchip-vop2.yaml | 114 ++ 1 file changed, 114 insert

Re: [PATCH 07/12] dt-bindings: display: rockchip: Add binding for VOP2

2021-11-17 Thread Rob Herring
On Wed, 17 Nov 2021 15:33:42 +0100, Sascha Hauer wrote: > The VOP2 is found on newer Rockchip SoCs like the rk3568 or the rk3566. > The binding differs slightly from the existing VOP binding, so add a new > binding file for it. > > Signed-off-by: Sascha Hauer > --- > .../display/rockchip/rockchi