* [PATCH] ARM: dts: at91: at91-sama5d27_som1: fix EEPROM compatible
@ 2020-10-26 10:46 Bartosz Golaszewski
2020-10-28 20:50 ` Alexandre Belloni
0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2020-10-26 10:46 UTC (permalink / raw)
To: Rob Herring, Nicolas Ferre, Alexandre Belloni, Ludovic Desroches
Cc: devicetree, linux-kernel, linux-arm-kernel, Bartosz Golaszewski
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
AT24 compatibles require a vendor prefix. Use the default "atmel".
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
arch/arm/boot/dts/at91-sama5d27_som1.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/at91-sama5d27_som1.dtsi b/arch/arm/boot/dts/at91-sama5d27_som1.dtsi
index b1f994c0ae79..1b1163858b1d 100644
--- a/arch/arm/boot/dts/at91-sama5d27_som1.dtsi
+++ b/arch/arm/boot/dts/at91-sama5d27_som1.dtsi
@@ -100,7 +100,7 @@ i2c0: i2c@f8028000 {
status = "okay";
at24@50 {
- compatible = "24c02";
+ compatible = "atmel,24c02";
reg = <0x50>;
pagesize = <8>;
};
--
2.29.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: dts: at91: at91-sama5d27_som1: fix EEPROM compatible
2020-10-26 10:46 [PATCH] ARM: dts: at91: at91-sama5d27_som1: fix EEPROM compatible Bartosz Golaszewski
@ 2020-10-28 20:50 ` Alexandre Belloni
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Belloni @ 2020-10-28 20:50 UTC (permalink / raw)
To: Bartosz Golaszewski, Nicolas Ferre, Ludovic Desroches,
Rob Herring
Cc: devicetree, Alexandre Belloni, linux-kernel, linux-arm-kernel,
Bartosz Golaszewski
On Mon, 26 Oct 2020 11:46:18 +0100, Bartosz Golaszewski wrote:
> AT24 compatibles require a vendor prefix. Use the default "atmel".
Applied, thanks!
[1/1] ARM: dts: at91: at91-sama5d27_som1: fix EEPROM compatible
commit: c9dc33d13c813e20c6dcfd5a9f54122225ca46bb
Best regards,
--
Alexandre Belloni <alexandre.belloni@bootlin.com>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-28 20:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-26 10:46 [PATCH] ARM: dts: at91: at91-sama5d27_som1: fix EEPROM compatible Bartosz Golaszewski
2020-10-28 20:50 ` Alexandre Belloni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).