Message ID | 20220612155346.16288-1-frattaroli.nicolas@gmail.com |
---|---|
Headers | show |
Series | Enable JPEG Encoder on RK3566/RK3568 | expand |
On Sun, 12 Jun 2022 17:53:44 +0200, Nicolas Frattaroli wrote: > The RK3568 and RK3566 have a Hantro VPU node solely dedicated to > encoding. This patch adds a new binding to describe it, as it > does not really fit the rockchip-vpu binding, since there is no > decoder. > > Signed-off-by: Nicolas Frattaroli <frattaroli.nicolas@gmail.com> > --- > .../bindings/media/rockchip,rk3568-vepu.yaml | 69 +++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 70 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/rockchip,rk3568-vepu.yaml > Reviewed-by: Rob Herring <robh@kernel.org>
On Sun, 12 Jun 2022 17:53:43 +0200, Nicolas Frattaroli wrote: > this is v5 of my RK356x JPEG encoder patch set. It enables the Hantro > hardware encoder of the RK3566 and RK3568 line of SoCs, with JPEG being > the only format the driver currently supports encoding for. > > The first patch adds a new binding, the rockchip,rk3568-vepu binding, to > describe this kind of hardware. The reason for going with a new binding > instead of modifying the vpu binding as the previous versions did is > that the vpu binding is getting quite long, and Ezequiel Garcia suggested > (on IRC) that we could document encoder only instances in their own > binding. This makes sense to me, especially considering that RK3588 will > have more Hantro instances like this to document. > > [...] Applied, thanks! [3/3] arm64: dts: rockchip: Add Hantro encoder node to rk356x commit: 03d86fb5a56919ccf47e1cc5861bb5452017ab93 Best regards,