Re: [PATCH v5 2/2] pca954x: Reset if channel select fails
From: Andi Shyti
Date: Thu Oct 24 2024 - 06:59:18 EST
Hi Wojciech,
> + if (device_property_read_bool(dev, "i2c-mux-timeout-reset"))
> + data->timeout_reset = 1;
> + else
> + data->timeout_reset = 0;
> +
For as much as I would like this patch to be in, I can't take it
if we don't sort it out in the binding.
I agree with the suggestion that Krzysztof has provided there and
I'm aligned with his comments.
Thanks,
Andi