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

Commit 835b706b authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Michael Ellerman
Browse files

powerpc/dts: Use 'atmel' as at24 manufacturer for pdm360ng



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 avatarMichael Ellerman <mpe@ellerman.id.au>
parent dcb14337
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@
			fsl,preserve-clocking;

			eeprom@50 {
				compatible = "at,24c01";
				compatible = "atmel,24c01";
				reg = <0x50>;
			};