Re: [PATCH v2 11/11] media: iris: Enable Secure PAS support with IOMMU managed by Linux
From: Krzysztof Kozlowski
Date: Fri Aug 22 2025 - 04:48:54 EST
On 19/08/2025 18:54, Mukesh Ojha wrote:
> +int iris_fw_init(struct iris_core *core)
> +{
> + struct platform_device_info info;
> + struct iommu_domain *iommu_dom;
> + struct platform_device *pdev;
> + struct device_node *np;
> + int ret;
> +
> + np = of_get_child_by_name(core->dev->of_node, "video-firmware");
Undocumented ABI.
If you tested your DTS, you would notice warnings.
Best regards,
Krzysztof