Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca308fc2 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Tony Lindgren
Browse files

ARM: dts: use 'atmel' as at24 manufacturer in am335x-boneblue



Using 'at' as the <manufacturer> part of the compatible string is now
deprecated. Use a correct string: 'atmel,<model>'.

Signed-off-by: default avatarBartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent a66e9437
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -342,7 +342,7 @@
	};

	baseboard_eeprom: baseboard_eeprom@50 {
		compatible = "at,24c256";
		compatible = "atmel,24c256";
		reg = <0x50>;

		#address-cells = <1>;