Re: [PATCH v7 6/6] drm: exynos: mixer: Add interconnect support

From: Sylwester Nawrocki
Date: Mon Nov 02 2020 - 07:41:01 EST


On 31.10.2020 13:47, Krzysztof Kozlowski wrote:
>> @@ -1223,19 +1330,33 @@ static int mixer_probe(struct platform_device *pdev)
>> struct device *dev = &pdev->dev;
>> const struct mixer_drv_data *drv;
>> struct mixer_context *ctx;
>> + struct icc_path *path;
>> int ret;
>>
>> + /*
>> + * Returns NULL if CONFIG_INTERCONNECT is disabled.

> You could add here:
> or if "interconnects" property does not exist.

Right, thanks for pointing out, I will update that comment.

--
Regards,
Sylwester