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:
parent
228eac04ef
commit
ee2137ad99
|
@ -133,7 +133,7 @@
|
|||
clock-frequency = <200000>;
|
||||
|
||||
eeprom@50 {
|
||||
compatible = "24c02";
|
||||
compatible = "atmel,24c02";
|
||||
reg = <0x50>;
|
||||
pagesize = <32>;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue