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

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


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