ARM: dts: da850-lego-ev3: use a correct fallback for at24 compatible
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 22 Jan 2018 12:55:05 +0000 (13:55 +0100)
committerSekhar Nori <nsekhar@ti.com>
Mon, 26 Feb 2018 05:51:14 +0000 (11:21 +0530)
We now require all at24 users to use the "atmel,<model>" fallback in
device tree for different manufacturers.

Reviewed-by: David Lechner <david@lechnology.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850-lego-ev3.dts

index 2e85080..1ffd877 100644 (file)
         * EEPROM contains the first stage bootloader, HW ID and Bluetooth MAC.
         */
        eeprom@50 {
-               compatible = "microchip,24c128";
+               compatible = "microchip,24c128", "atmel,24c128";
                pagesize = <64>;
                read-only;
                reg = <0x50>;