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

Commit 6aeb4359 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Michael Ellerman
Browse files

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



Using compatible strings without the <manufacturer> part for at24 is
now deprecated. Use a correct 'atmel,<model>' value.

Signed-off-by: default avatarBartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 835b706b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@
					#size-cells = <0>;

					eeprom@54 {
						compatible = "24c02";
						compatible = "atmel,24c02";
						reg = <0x54>;
						pagesize = <2>;
						read-only;