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:
Родитель
228eac04ef
Коммит
ee2137ad99
|
@ -133,7 +133,7 @@
|
||||||
clock-frequency = <200000>;
|
clock-frequency = <200000>;
|
||||||
|
|
||||||
eeprom@50 {
|
eeprom@50 {
|
||||||
compatible = "24c02";
|
compatible = "atmel,24c02";
|
||||||
reg = <0x50>;
|
reg = <0x50>;
|
||||||
pagesize = <32>;
|
pagesize = <32>;
|
||||||
};
|
};
|
||||||
|
|
Загрузка…
Ссылка в новой задаче