[PATCH] ARM: dts: at91: at91-sama5d27_som1: fix EEPROM compatible

Bartosz Golaszewski brgl at bgdev.pl
Mon Oct 26 06:46:18 EDT 2020


From: Bartosz Golaszewski <bgolaszewski at baylibre.com>

AT24 compatibles require a vendor prefix. Use the default "atmel".

Signed-off-by: Bartosz Golaszewski <bgolaszewski at 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 at f8028000 {
 				status = "okay";
 
 				at24 at 50 {
-					compatible = "24c02";
+					compatible = "atmel,24c02";
 					reg = <0x50>;
 					pagesize = <8>;
 				};
-- 
2.29.1




More information about the linux-arm-kernel mailing list