Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Bartosz Golaszewski and committed by
Alexandre Belloni
c9dc33d1 997ebd64

+1 -1
+1 -1
arch/arm/boot/dts/at91-sama5d27_som1.dtsi
··· 100 100 status = "okay"; 101 101 102 102 at24@50 { 103 - compatible = "24c02"; 103 + compatible = "atmel,24c02"; 104 104 reg = <0x50>; 105 105 pagesize = <8>; 106 106 };