forked from luck/tmp_suning_uos_patched
ARM: dts: da850-lego-ev3: use a correct fallback for at24 compatible
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>
This commit is contained in:
parent
7d7eff8f1a
commit
95571b3bb5
|
@ -310,7 +310,7 @@ &i2c0 {
|
|||
* 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>;
|
||||
|
|
Loading…
Reference in New Issue
Block a user