2018-01-22 12:56:58

by Bartosz Golaszewski

[permalink] [raw]
Subject: [PATCH] ARM: dts: da850-lego-ev3: use a correct fallback for at24 compatible

From: Bartosz Golaszewski <[email protected]>

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

Signed-off-by: Bartosz Golaszewski <[email protected]>
---
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



2018-01-22 16:51:17

by David Lechner

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: da850-lego-ev3: use a correct fallback for at24 compatible

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

Reviewed-by: David Lechner <[email protected]>


2018-02-26 05:58:15

by Sekhar Nori

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: da850-lego-ev3: use a correct fallback for at24 compatible

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

Applied to v4.17/dt

Thanks,
Sekhar