Re: [PATCH v2 1/4] i2c: imx: only poll for bus busy in multi master mode
From: Andi Shyti
Date: Wed Aug 21 2024 - 18:21:49 EST
Hi Stefan,
> @@ -1468,6 +1473,8 @@ static int i2c_imx_probe(struct platform_device *pdev)
> goto rpm_disable;
> }
>
> + i2c_imx->multi_master = of_property_read_bool(pdev->dev.of_node, "multi-master");
> +
you might also want to add the multi-master boolean property in
the binding.
Andi