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: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
Bartosz Golaszewski 2018-01-24 22:30:30 +01:00 committed by Andy Gross
parent 228eac04ef
commit ee2137ad99
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@
clock-frequency = <200000>;
eeprom@50 {
compatible = "24c02";
compatible = "atmel,24c02";
reg = <0x50>;
pagesize = <32>;
};