Commit c37c2089 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Shawn Guo

ARM: dts: use 'atmel' as at24 manufacturer for imx6qdl-rex

Using 'at' as the <manufacturer> part of the compatible string is now
deprecated. Use a correct string: 'atmel,<model>'.
Signed-off-by: default avatarBartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 55071b0a
......@@ -137,7 +137,7 @@ &i2c2 {
status = "okay";
eeprom@57 {
compatible = "at,24c02";
compatible = "atmel,24c02";
reg = <0x57>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment