Commit 55071b0a authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Shawn Guo

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

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 ad00e080
......@@ -498,7 +498,7 @@ cs2000: clkgen@4e {
};
eeprom@54 {
compatible = "at,24c128";
compatible = "atmel,24c128";
reg = <0x54>;
};
......
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