[PATCH v1 0/2] arm64: dts: freescale: imx8m[mp]-verdin: Add EEPROM compatible fallback

Francesco Dolcini posted 2 patches 10 months ago
arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi | 6 +++---
arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
[PATCH v1 0/2] arm64: dts: freescale: imx8m[mp]-verdin: Add EEPROM compatible fallback
Posted by Francesco Dolcini 10 months ago
From: Francesco Dolcini <francesco.dolcini@toradex.com>

According to the AT24 EEPROM bindings the compatible string should
contain first the actual manufacturer, and second the corresponding
atmel model.

Add the atmel compatible fallback accordingly.

Francesco Dolcini (2):
  arm64: dts: freescale: imx8mp-verdin: Add EEPROM compatible fallback
  arm64: dts: freescale: imx8mm-verdin: Add EEPROM compatible fallback

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

-- 
2.39.5
Re: [PATCH v1 0/2] arm64: dts: freescale: imx8m[mp]-verdin: Add EEPROM compatible fallback
Posted by Shawn Guo 9 months, 2 weeks ago
On Tue, Apr 08, 2025 at 10:29:37PM +0200, Francesco Dolcini wrote:
> From: Francesco Dolcini <francesco.dolcini@toradex.com>
> 
> According to the AT24 EEPROM bindings the compatible string should
> contain first the actual manufacturer, and second the corresponding
> atmel model.
> 
> Add the atmel compatible fallback accordingly.
> 
> Francesco Dolcini (2):
>   arm64: dts: freescale: imx8mp-verdin: Add EEPROM compatible fallback
>   arm64: dts: freescale: imx8mm-verdin: Add EEPROM compatible fallback

Applied both, thanks!