Commit 835b706b authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Michael Ellerman

powerpc/dts: Use 'atmel' as at24 manufacturer for pdm360ng

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 avatarMichael Ellerman <mpe@ellerman.id.au>
parent dcb14337
......@@ -98,7 +98,7 @@ i2c@1700 {
fsl,preserve-clocking;
eeprom@50 {
compatible = "at,24c01";
compatible = "atmel,24c01";
reg = <0x50>;
};
......
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