[PATCH v1 0/2] arm64: dts: imx8mm/imx8mp-verdin: add single-master property to all i2c nodes

Stefan Eichenberger posted 2 patches 1 month ago
arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi | 4 ++++
arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi | 5 +++++
2 files changed, 9 insertions(+)
[PATCH v1 0/2] arm64: dts: imx8mm/imx8mp-verdin: add single-master property to all i2c nodes
Posted by Stefan Eichenberger 1 month ago
Add the single-master property to all i2c nodes on the iMX8MM and iMX8MP
Verdin modules. This will allow us to use some single-master
optimisations on the i2c driver. Together with the following series, now
in the i2c-host branch of Andis tree, we get rid of a timeout problem on
the i2c bus with a SMBus ADC:
https://lore.kernel.org/all/7ts577rxed4mmfkfin7kfdjfjkb6iak2y4vtgtz6merwxkzz6w@h5aefbvyx44u/

Stefan Eichenberger (2):
  arm64: dts: imx8mm-verdin: add single-master property to all i2c nodes
  arm64: dts: imx8mp-verdin: add single-master property to all i2c nodes

 arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi | 4 ++++
 arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi | 5 +++++
 2 files changed, 9 insertions(+)

-- 
2.43.0
Re: [PATCH v1 0/2] arm64: dts: imx8mm/imx8mp-verdin: add single-master property to all i2c nodes
Posted by Shawn Guo 3 weeks, 1 day ago
On Fri, Oct 25, 2024 at 11:58:01AM +0200, Stefan Eichenberger wrote:
> Add the single-master property to all i2c nodes on the iMX8MM and iMX8MP
> Verdin modules. This will allow us to use some single-master
> optimisations on the i2c driver. Together with the following series, now
> in the i2c-host branch of Andis tree, we get rid of a timeout problem on
> the i2c bus with a SMBus ADC:
> https://lore.kernel.org/all/7ts577rxed4mmfkfin7kfdjfjkb6iak2y4vtgtz6merwxkzz6w@h5aefbvyx44u/
> 
> Stefan Eichenberger (2):
>   arm64: dts: imx8mm-verdin: add single-master property to all i2c nodes
>   arm64: dts: imx8mp-verdin: add single-master property to all i2c nodes

Applied both, thanks!