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

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

ARM: dts: fix the at24 compatible string in imx6q-h100



Using 'at24' as fallback is now deprecated - use the full
'atmel,<model>' string.

Signed-off-by: default avatarBartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c37c2089
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@
	status = "okay";

	eeprom: 24c02@51 {
		compatible = "microchip,24c02", "at24";
		compatible = "microchip,24c02", "atmel,24c02";
		reg = <0x51>;
	};