Re: [PATCH v3 2/5] media: iris: register and configure non-pixel node as platform device
From: Krzysztof Kozlowski
Date: Wed Jul 02 2025 - 07:07:32 EST
On 27/06/2025 17:48, Vikash Garodia wrote:
>
> +static int iris_init_non_pixel_node(struct iris_core *core)
> +{
> + struct platform_device_info info;
> + struct platform_device *pdev;
> + struct device_node *np_node;
> + int ret;
> +
> + np_node = of_get_child_by_name(core->dev->of_node, "non_pixel");
Never tested.
Best regards,
Krzysztof