While doing some decoder tests with Fluster and Chrome's VDA tests, I found that the Hantro G2 was failing, and there were IOMMU fault errors in the kernel log. Turns out the decoder is behind the IOMMU on the H6, as shown in the user manual. This series adds the "iommus" property to the binding and the dtsi. Please have a look. Thanks ChenYu Chen-Yu Tsai (2): media: dt-bindings: allwinner: h6-vpu-g2: Add IOMMU reference property arm64: dts: allwinner: h6: Add IOMMU reference to Hantro G2 .../bindings/media/allwinner,sun50i-h6-vpu-g2.yaml | 5 +++++ arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 1 + 2 files changed, 6 insertions(+) -- 2.38.1.493.g58b659f92b-goog