* [RESEND PATCH] ARM: dts: consistently use 'atmel' as at24 manufacturer in cyclone5
@ 2018-04-17 9:45 Bartosz Golaszewski
2018-04-24 15:10 ` Dinh Nguyen
0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2018-04-17 9:45 UTC (permalink / raw)
To: Dinh Nguyen, Rob Herring, Mark Rutland
Cc: devicetree, linux-kernel, Bartosz Golaszewski
Using 'at' or 'at24' as the <manufacturer> part of the compatible
string is now deprecated. Use a correct value: 'atmel,<model>'.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts b/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
index 2459d133f1be..f50b19447de6 100644
--- a/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
+++ b/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
@@ -161,7 +161,7 @@
};
at24@50 {
- compatible = "at24,24c01";
+ compatible = "atmel,24c01";
pagesize = <8>;
reg = <0x50>;
};
@@ -213,7 +213,7 @@
#size-cells = <0>;
reg = <6>;
eeprom@51 {
- compatible = "at,24c01";
+ compatible = "atmel,24c01";
pagesize = <8>;
reg = <0x51>;
};
@@ -224,7 +224,7 @@
#size-cells = <0>;
reg = <7>;
eeprom@51 {
- compatible = "at,24c01";
+ compatible = "atmel,24c01";
pagesize = <8>;
reg = <0x51>;
};
--
2.17.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [RESEND PATCH] ARM: dts: consistently use 'atmel' as at24 manufacturer in cyclone5
2018-04-17 9:45 [RESEND PATCH] ARM: dts: consistently use 'atmel' as at24 manufacturer in cyclone5 Bartosz Golaszewski
@ 2018-04-24 15:10 ` Dinh Nguyen
0 siblings, 0 replies; 2+ messages in thread
From: Dinh Nguyen @ 2018-04-24 15:10 UTC (permalink / raw)
To: Bartosz Golaszewski, Rob Herring, Mark Rutland; +Cc: devicetree, linux-kernel
On 04/17/2018 04:45 AM, Bartosz Golaszewski wrote:
> Using 'at' or 'at24' as the <manufacturer> part of the compatible
> string is now deprecated. Use a correct value: 'atmel,<model>'.
>
> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
> ---
> arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts b/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
> index 2459d133f1be..f50b19447de6 100644
> --- a/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
> +++ b/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
> @@ -161,7 +161,7 @@
> };
>
> at24@50 {
> - compatible = "at24,24c01";
> + compatible = "atmel,24c01";
> pagesize = <8>;
> reg = <0x50>;
> };
> @@ -213,7 +213,7 @@
> #size-cells = <0>;
> reg = <6>;
> eeprom@51 {
> - compatible = "at,24c01";
> + compatible = "atmel,24c01";
> pagesize = <8>;
> reg = <0x51>;
> };
> @@ -224,7 +224,7 @@
> #size-cells = <0>;
> reg = <7>;
> eeprom@51 {
> - compatible = "at,24c01";
> + compatible = "atmel,24c01";
> pagesize = <8>;
> reg = <0x51>;
> };
>
Applied, thanks!
Dinh
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-24 15:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-17 9:45 [RESEND PATCH] ARM: dts: consistently use 'atmel' as at24 manufacturer in cyclone5 Bartosz Golaszewski
2018-04-24 15:10 ` Dinh Nguyen
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).