Re: [PATCH 11/11] arm64: dts: qcom: glymur: Add iris video node

From: Konrad Dybcio

Date: Tue Apr 14 2026 - 10:16:45 EST


On 4/14/26 7:00 AM, Vishnu Reddy wrote:
> Add iris video codec to glymur SoC, which comes with significantly
> different powering up sequence than previous plaforms, thus different
> clocks and resets.
>
> Signed-off-by: Vishnu Reddy <busanna.reddy@xxxxxxxxxxxxxxxx>
> ---

[...]

> + iommus = <&apps_smmu 0x1940 0x0>,
> + <&apps_smmu 0x1943 0x0>,
> + <&apps_smmu 0x1944 0x0>,
> + <&apps_smmu 0x19e0 0x0>;
> +
> + iommu-map = <IRIS_FIRMWARE &apps_smmu 0x19e2 0x1>;

Shouldn't (almost?) all iommus entries be instead bound to a function in
iommu-map?

Konrad