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

Commit ee2137ad authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Andy Gross
Browse files

ARM: dts: use 'atmel' as at24 manufacturer for qcom-apq8064-cm-qs600



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 avatarAndy Gross <andy.gross@linaro.org>
parent 228eac04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@
				clock-frequency = <200000>;

				eeprom@50 {
					compatible = "24c02";
					compatible = "atmel,24c02";
					reg = <0x50>;
					pagesize = <32>;
				};