devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: da850-lego-ev3: use a correct fallback for at24 compatible
@ 2018-01-22 12:55 Bartosz Golaszewski
  2018-01-22 16:50 ` David Lechner
  0 siblings, 1 reply; 3+ messages in thread
From: Bartosz Golaszewski @ 2018-01-22 12:55 UTC (permalink / raw)
  To: Sekhar Nori, Kevin Hilman, Rob Herring, Mark Rutland,
	Russell King, David Lechner
  Cc: linux-arm-kernel, devicetree, linux-kernel, Bartosz Golaszewski

From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

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

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
 arch/arm/boot/dts/da850-lego-ev3.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/da850-lego-ev3.dts b/arch/arm/boot/dts/da850-lego-ev3.dts
index 81942ae83e1f..ce4b10988650 100644
--- a/arch/arm/boot/dts/da850-lego-ev3.dts
+++ b/arch/arm/boot/dts/da850-lego-ev3.dts
@@ -293,7 +293,7 @@
 	 * EEPROM contains the first stage bootloader, HW ID and Bluetooth MAC.
 	 */
 	eeprom@50 {
-		compatible = "microchip,24c128";
+		compatible = "microchip,24c128", "atmel,24c128";
 		pagesize = <64>;
 		read-only;
 		reg = <0x50>;
-- 
2.15.1

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

* Re: [PATCH] ARM: dts: da850-lego-ev3: use a correct fallback for at24 compatible
  2018-01-22 12:55 [PATCH] ARM: dts: da850-lego-ev3: use a correct fallback for at24 compatible Bartosz Golaszewski
@ 2018-01-22 16:50 ` David Lechner
  2018-02-26  5:55   ` Sekhar Nori
  0 siblings, 1 reply; 3+ messages in thread
From: David Lechner @ 2018-01-22 16:50 UTC (permalink / raw)
  To: Bartosz Golaszewski, Sekhar Nori, Kevin Hilman, Rob Herring,
	Mark Rutland, Russell King
  Cc: linux-arm-kernel, devicetree, linux-kernel, Bartosz Golaszewski

On 01/22/2018 06:55 AM, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> 
> We now require all at24 users to use the "atmel,<model>" fallback in
> device tree for different manufacturers.
> 
> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> ---

Reviewed-by: David Lechner <david@lechnology.com>

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

* Re: [PATCH] ARM: dts: da850-lego-ev3: use a correct fallback for at24 compatible
  2018-01-22 16:50 ` David Lechner
@ 2018-02-26  5:55   ` Sekhar Nori
  0 siblings, 0 replies; 3+ messages in thread
From: Sekhar Nori @ 2018-02-26  5:55 UTC (permalink / raw)
  To: David Lechner, Bartosz Golaszewski, Kevin Hilman, Rob Herring,
	Mark Rutland, Russell King
  Cc: linux-arm-kernel, devicetree, linux-kernel, Bartosz Golaszewski

On Monday 22 January 2018 10:20 PM, David Lechner wrote:
> On 01/22/2018 06:55 AM, Bartosz Golaszewski wrote:
>> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
>>
>> We now require all at24 users to use the "atmel,<model>" fallback in
>> device tree for different manufacturers.
>>
>> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
>> ---
> 
> Reviewed-by: David Lechner <david@lechnology.com>

Applied to v4.17/dt

Thanks,
Sekhar

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

end of thread, other threads:[~2018-02-26  5:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-22 12:55 [PATCH] ARM: dts: da850-lego-ev3: use a correct fallback for at24 compatible Bartosz Golaszewski
2018-01-22 16:50 ` David Lechner
2018-02-26  5:55   ` Sekhar Nori

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