linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: use 'atmel' as at24 manufacturer in am335x-boneblue
@ 2018-01-24 21:22 Bartosz Golaszewski
  2018-02-14 17:00 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2018-01-24 21:22 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Russell King, Tony Lindgren
  Cc: devicetree, linux-kernel, linux-omap, linux-arm-kernel,
	Bartosz Golaszewski

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>
---
 arch/arm/boot/dts/am335x-boneblue.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/am335x-boneblue.dts b/arch/arm/boot/dts/am335x-boneblue.dts
index 3f2480d05a3b..58baee158e64 100644
--- a/arch/arm/boot/dts/am335x-boneblue.dts
+++ b/arch/arm/boot/dts/am335x-boneblue.dts
@@ -342,7 +342,7 @@
 	};
 
 	baseboard_eeprom: baseboard_eeprom@50 {
-		compatible = "at,24c256";
+		compatible = "atmel,24c256";
 		reg = <0x50>;
 
 		#address-cells = <1>;
-- 
2.16.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: use 'atmel' as at24 manufacturer in am335x-boneblue
  2018-01-24 21:22 [PATCH] ARM: dts: use 'atmel' as at24 manufacturer in am335x-boneblue Bartosz Golaszewski
@ 2018-02-14 17:00 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2018-02-14 17:00 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Rob Herring, Mark Rutland, Russell King, devicetree,
	linux-kernel, linux-omap, linux-arm-kernel

* Bartosz Golaszewski <brgl@bgdev.pl> [180124 13:22]:
> Using 'at' as the <manufacturer> part of the compatible string is now
> deprecated. Use a correct string: 'atmel,<model>'.

Applying into omap-for-v4.17/dt thanks.

Tony

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-14 17:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-24 21:22 [PATCH] ARM: dts: use 'atmel' as at24 manufacturer in am335x-boneblue Bartosz Golaszewski
2018-02-14 17:00 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).