Re: [PATCH v3 1/7] media: dt-bindings: Document SC8280XP/SM8350 Venus

From: Konrad Dybcio

Date: Mon Jan 26 2026 - 05:03:53 EST


On 1/25/26 4:32 PM, Dmitry Baryshkov wrote:
> From: Konrad Dybcio <konradybcio@xxxxxxxxxx>
>
> Both of these SoCs implement an IRIS2 block, with SC8280XP being able
> to clock it a bit higher and with SM8350 having 4 VPP pipes, while
> SC8280XP having just 2.
>
> Document Iris2 cores found on these SoCs.
>
> Signed-off-by: Konrad Dybcio <konradybcio@xxxxxxxxxx>
> Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx>
> [ bod: dropped dts video-encoder/video-decoder ]
> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>
> [db: dropped status, dropped extra LLCC interconnect]
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>
> ---

[...]

> +description: |
> + The Venus Iris2 IP is a video encode and decode accelerator present
> + on Qualcomm platforms
> +
> +allOf:
> + - $ref: qcom,venus-common.yaml#
> +
> +properties:
> + compatible:
> + enum:
> + - qcom,sc8280xp-venus
> + - qcom,sm8350-venus

FYI the hardware is actually named "Iris" starting with 8150/8180

Konrad