On Wed, 09 Feb 2022 10:53:50 +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 <s.hauer@xxxxxxxxxxxxxx> > --- > > Notes: > Changes since v4: > - Fix clk names in example > - Drop unnecessary assigned-clocks, assigned-clock-rates and assigned-clock-parents > > Changes since v3: > - drop redundant _vop suffix from clock names > > Changes since v3: > - new patch > > .../display/rockchip/rockchip-vop2.yaml | 140 ++++++++++++++++++ > 1 file changed, 140 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/rockchip/rockchip-vop2.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>