Skip to content

Commit 753b328

Browse files
brglambarus
authored andcommitted
ARM: dts: at91: at91-sama5d27_som1: fix EEPROM compatible
AT24 compatibles require a vendor prefix. Use the default "atmel". Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20201026104618.23415-1-brgl@bgdev.pl (cherry picked from commit c9dc33d) Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
1 parent 52cab8a commit 753b328

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/at91-sama5d27_som1.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
status = "okay";
101101

102102
at24@50 {
103-
compatible = "24c02";
103+
compatible = "atmel,24c02";
104104
reg = <0x50>;
105105
pagesize = <8>;
106106
};

0 commit comments

Comments
 (0)