Skip to content

Commit

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

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 835b706 commit 6aeb435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/fsl/kmcent2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
#size-cells = <0>;

eeprom@54 {
compatible = "24c02";
compatible = "atmel,24c02";
reg = <0x54>;
pagesize = <2>;
read-only;
Expand Down

0 comments on commit 6aeb435

Please sign in to comment.