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

Commit c37c2089 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Shawn Guo
Browse files

ARM: dts: use 'atmel' as at24 manufacturer for imx6qdl-rex



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 avatarShawn Guo <shawnguo@kernel.org>
parent 55071b0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -137,7 +137,7 @@
	status = "okay";
	status = "okay";


	eeprom@57 {
	eeprom@57 {
		compatible = "at,24c02";
		compatible = "atmel,24c02";
		reg = <0x57>;
		reg = <0x57>;
	};
	};
};
};