Skip to content

Commit

Permalink
ARM: dts: use 'atmel' as at24 manufacturer in am335x-boneblue
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: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Bartosz Golaszewski authored and Tony Lindgren committed Feb 14, 2018
1 parent a66e943 commit ca308fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/am335x-boneblue.dts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
};

baseboard_eeprom: baseboard_eeprom@50 {
compatible = "at,24c256";
compatible = "atmel,24c256";
reg = <0x50>;

#address-cells = <1>;
Expand Down

0 comments on commit ca308fc

Please sign in to comment.