Commit c9dc33d1 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Alexandre Belloni
Browse files

ARM: dts: at91: at91-sama5d27_som1: fix EEPROM compatible



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

Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20201026104618.23415-1-brgl@bgdev.pl
parent 997ebd64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@
				status = "okay";

				at24@50 {
					compatible = "24c02";
					compatible = "atmel,24c02";
					reg = <0x50>;
					pagesize = <8>;
				};