On Sat, 23 Aug 2025 17:53:50 +0200, Krzysztof Kozlowski wrote: > The Qualcomm SoC Iris video codec is an evolution of previous Venus and > it comes with its own Iris Linux drivers. These new drivers were > accepted under condition they actually improve state of afairs, instead > of duplicating old, legacy solutions. > > Unfortunately binding still references common parts of Venus without > actual need and benefit. For example Iris does not use fake > "video-firmware" device node (fake because there is no actual device > underlying it and it was added only to work around some Linux issues > with IOMMU mappings). > > Stop referencing venus-common schema in the new Qualcomm Iris bindings > and move all necessary properties, except unused "video-firmware" (no > driver usage, no DTS). > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > .../devicetree/bindings/media/qcom,sm8550-iris.yaml | 13 ++++++++++++- > 1 file changed, 12 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>