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

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



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 ad00e080
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -498,7 +498,7 @@
	};

	eeprom@54 {
		compatible = "at,24c128";
		compatible = "atmel,24c128";
		reg = <0x54>;
	};