]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: dts: at91: at91-sama5d27_som1: fix EEPROM compatible
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 26 Oct 2020 10:46:18 +0000 (11:46 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 28 Oct 2020 20:50:33 +0000 (21:50 +0100)
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
arch/arm/boot/dts/at91-sama5d27_som1.dtsi

index b1f994c0ae7935db65ab049520b9bca6ed4de9b1..1b1163858b1d1b28d58f4703d52211b9981e1beb 100644 (file)
                                status = "okay";
 
                                at24@50 {
-                                       compatible = "24c02";
+                                       compatible = "atmel,24c02";
                                        reg = <0x50>;
                                        pagesize = <8>;
                                };