提交 05382333 编写于 作者: B Bartosz Golaszewski 提交者: Vineet Gupta

arc: dts: use 'atmel' as manufacturer for at24 in axs10x_mb

Using compatible strings without the <manufacturer> part for at24 is
deprecated since commit 6da28acf ("dt-bindings: at24: consistently
document the compatible property"). Use a correct 'atmel,<model>'
value.
Signed-off-by: NBartosz Golaszewski <brgl@bgdev.pl>
Acked-by: NAlexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
上级 827cc2fa
......@@ -214,13 +214,13 @@
};
eeprom@0x54{
compatible = "24c01";
compatible = "atmel,24c01";
reg = <0x54>;
pagesize = <0x8>;
};
eeprom@0x57{
compatible = "24c04";
compatible = "atmel,24c04";
reg = <0x57>;
pagesize = <0x8>;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册