[PATCH v2 1/4] i2c: imx: only poll for bus busy in multi master mode

Andi Shyti andi.shyti at kernel.org
Wed Aug 21 15:21:30 PDT 2024


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



More information about the linux-arm-kernel mailing list