* [PATCH] ARM: dts: use 'atmel' as at24 manufacturer for imx6qdl-zii-rdu2
@ 2018-01-24 21:28 Bartosz Golaszewski
2018-02-05 7:35 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2018-01-24 21:28 UTC (permalink / raw)
To: linux-arm-kernel
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/imx6qdl-zii-rdu2.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
index 72f52fcecee1..32b23f24538c 100644
--- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
@@ -498,7 +498,7 @@
};
eeprom at 54 {
- compatible = "at,24c128";
+ compatible = "atmel,24c128";
reg = <0x54>;
};
--
2.16.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: dts: use 'atmel' as at24 manufacturer for imx6qdl-zii-rdu2
2018-01-24 21:28 [PATCH] ARM: dts: use 'atmel' as at24 manufacturer for imx6qdl-zii-rdu2 Bartosz Golaszewski
@ 2018-02-05 7:35 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2018-02-05 7:35 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Jan 24, 2018 at 10:28:23PM +0100, Bartosz Golaszewski wrote:
> 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>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-02-05 7:35 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:28 [PATCH] ARM: dts: use 'atmel' as at24 manufacturer for imx6qdl-zii-rdu2 Bartosz Golaszewski
2018-02-05 7:35 ` Shawn Guo
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).