The Rockchip RK3288 SoC contain two different Visual Output Processor (VOP) blocks, VOP_BIG and VOP_LIT. The VOP blocks support different max output resolution, 3840x2160 and 2560x1600. This series add compatible to differentiate between the two VOP blocks, backward and forward compatibility is kept for older and newer DTs. Jonas Karlman (3): dt-bindings: display: rockchip-vop: Split rk3288-vop into big and lit ARM: dts: rockchip: Split rk3288-vop into big and lit drm/rockchip: vop: Split rk3288-vop into big and lit .../display/rockchip/rockchip-vop.yaml | 36 +++++++++++-------- arch/arm/boot/dts/rockchip/rk3288.dtsi | 4 +-- drivers/gpu/drm/rockchip/rockchip_vop_reg.c | 27 ++++++++++---- 3 files changed, 43 insertions(+), 24 deletions(-) -- 2.46.1