Skip to content

Commit

Permalink
powerpc/dts: Use 'atmel' as at24 manufacturer for pdm360ng
Browse files Browse the repository at this point in the history
Using 'at' as the <manufacturer> part of the compatible string is now
deprecated. Use a correct string: 'atmel,<model>'.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
  • Loading branch information
Bartosz Golaszewski authored and Michael Ellerman committed Jul 10, 2018
1 parent dcb1433 commit 835b706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/pdm360ng.dts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
fsl,preserve-clocking;

eeprom@50 {
compatible = "at,24c01";
compatible = "atmel,24c01";
reg = <0x50>;
};

Expand Down

0 comments on commit 835b706

Please sign in to comment.