linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: use a correct at24 fallback for at91-nattis-2-natte-2
@ 2018-01-24 21:34 Bartosz Golaszewski
  2018-01-24 22:12 ` Peter Rosin
  0 siblings, 1 reply; 3+ messages in thread
From: Bartosz Golaszewski @ 2018-01-24 21:34 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Russell King, Nicolas Ferre,
	Alexandre Belloni, Peter Rosin
  Cc: devicetree, linux-kernel, linux-arm-kernel, Bartosz Golaszewski

We now require all at24 users to use the "atmel,<model>" fallback in
device tree for different manufacturers.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
 arch/arm/boot/dts/at91-nattis-2-natte-2.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/at91-nattis-2-natte-2.dts b/arch/arm/boot/dts/at91-nattis-2-natte-2.dts
index 3ea1d26e1c68..9ae2a9de6123 100644
--- a/arch/arm/boot/dts/at91-nattis-2-natte-2.dts
+++ b/arch/arm/boot/dts/at91-nattis-2-natte-2.dts
@@ -146,7 +146,7 @@
 	};
 
 	eeprom@50 {
-		compatible = "nxp,24c02";
+		compatible = "nxp,24c02", "atmel,24c02";
 		reg = <0x50>;
 		pagesize = <16>;
 	};
-- 
2.16.1

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

* Re: [PATCH] ARM: dts: use a correct at24 fallback for at91-nattis-2-natte-2
  2018-01-24 21:34 [PATCH] ARM: dts: use a correct at24 fallback for at91-nattis-2-natte-2 Bartosz Golaszewski
@ 2018-01-24 22:12 ` Peter Rosin
  2018-01-25  7:48   ` Bartosz Golaszewski
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Rosin @ 2018-01-24 22:12 UTC (permalink / raw)
  To: Bartosz Golaszewski, Rob Herring, Mark Rutland, Russell King,
	Nicolas Ferre, Alexandre Belloni
  Cc: devicetree, linux-kernel, linux-arm-kernel

Hi Bartosz,

On 2018-01-24 22:34, Bartosz Golaszewski wrote:
> We now require all at24 users to use the "atmel,<model>" fallback in
> device tree for different manufacturers.

I think my patch [3/4] from about a week ago was just a tiny bit
better.
https://lkml.org/lkml/2018/1/16/609

Can we please pick that one directly instead of doing this partial
step?

Cheers,
Peter

> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
> ---
>  arch/arm/boot/dts/at91-nattis-2-natte-2.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/at91-nattis-2-natte-2.dts b/arch/arm/boot/dts/at91-nattis-2-natte-2.dts
> index 3ea1d26e1c68..9ae2a9de6123 100644
> --- a/arch/arm/boot/dts/at91-nattis-2-natte-2.dts
> +++ b/arch/arm/boot/dts/at91-nattis-2-natte-2.dts
> @@ -146,7 +146,7 @@
>  	};
>  
>  	eeprom@50 {
> -		compatible = "nxp,24c02";
> +		compatible = "nxp,24c02", "atmel,24c02";
>  		reg = <0x50>;
>  		pagesize = <16>;
>  	};
> 

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

* Re: [PATCH] ARM: dts: use a correct at24 fallback for at91-nattis-2-natte-2
  2018-01-24 22:12 ` Peter Rosin
@ 2018-01-25  7:48   ` Bartosz Golaszewski
  0 siblings, 0 replies; 3+ messages in thread
From: Bartosz Golaszewski @ 2018-01-25  7:48 UTC (permalink / raw)
  To: Peter Rosin
  Cc: Rob Herring, Mark Rutland, Russell King, Nicolas Ferre,
	Alexandre Belloni, devicetree, Linux Kernel Mailing List,
	linux-arm-kernel

2018-01-24 23:12 GMT+01:00 Peter Rosin <peda@axentia.se>:
> Hi Bartosz,
>
> On 2018-01-24 22:34, Bartosz Golaszewski wrote:
>> We now require all at24 users to use the "atmel,<model>" fallback in
>> device tree for different manufacturers.
>
> I think my patch [3/4] from about a week ago was just a tiny bit
> better.
> https://lkml.org/lkml/2018/1/16/609
>
> Can we please pick that one directly instead of doing this partial
> step?
>
> Cheers,
> Peter

Hi Peter,

oh yes, sorry - I just grepped the entire code base from next for
invalid compatibles and didn't notice this was already fixed by you.
Let's drop it.

Thanks,
Bartosz

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

end of thread, other threads:[~2018-01-25  7:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-24 21:34 [PATCH] ARM: dts: use a correct at24 fallback for at91-nattis-2-natte-2 Bartosz Golaszewski
2018-01-24 22:12 ` Peter Rosin
2018-01-25  7:48   ` Bartosz Golaszewski

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).