* [PATCH] ARM: dts: marvell: kirkwood: Fix at24 EEPROM node name
@ 2024-09-10 21:59 Rob Herring (Arm)
2024-09-10 22:20 ` Andrew Lunn
2024-11-04 13:24 ` Rob Herring
0 siblings, 2 replies; 5+ messages in thread
From: Rob Herring (Arm) @ 2024-09-10 21:59 UTC (permalink / raw)
To: Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-kernel, devicetree, linux-kernel
at24.yaml defines the node name for at24 EEPROMs as 'eeprom'.
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts b/arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts
index 9c438f10f737..2bc4b68bd723 100644
--- a/arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts
+++ b/arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts
@@ -44,7 +44,7 @@ sata@80000 {
i2c@11100 {
status = "okay";
- s24c02: s24c02@50 {
+ s24c02: eeprom@50 {
compatible = "atmel,24c02";
reg = <0x50>;
};
--
2.45.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] ARM: dts: marvell: kirkwood: Fix at24 EEPROM node name
2024-09-10 21:59 [PATCH] ARM: dts: marvell: kirkwood: Fix at24 EEPROM node name Rob Herring (Arm)
@ 2024-09-10 22:20 ` Andrew Lunn
2024-11-04 13:24 ` Rob Herring
1 sibling, 0 replies; 5+ messages in thread
From: Andrew Lunn @ 2024-09-10 22:20 UTC (permalink / raw)
To: Rob Herring (Arm)
Cc: Gregory Clement, Sebastian Hesselbarth, Krzysztof Kozlowski,
Conor Dooley, linux-arm-kernel, devicetree, linux-kernel
On Tue, Sep 10, 2024 at 04:59:13PM -0500, Rob Herring (Arm) wrote:
> at24.yaml defines the node name for at24 EEPROMs as 'eeprom'.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ARM: dts: marvell: kirkwood: Fix at24 EEPROM node name
2024-09-10 21:59 [PATCH] ARM: dts: marvell: kirkwood: Fix at24 EEPROM node name Rob Herring (Arm)
2024-09-10 22:20 ` Andrew Lunn
@ 2024-11-04 13:24 ` Rob Herring
2024-11-04 14:07 ` Andrew Lunn
2024-11-04 16:05 ` Gregory CLEMENT
1 sibling, 2 replies; 5+ messages in thread
From: Rob Herring @ 2024-11-04 13:24 UTC (permalink / raw)
To: Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-kernel, devicetree, linux-kernel
On Tue, Sep 10, 2024 at 4:59 PM Rob Herring (Arm) <robh@kernel.org> wrote:
>
> at24.yaml defines the node name for at24 EEPROMs as 'eeprom'.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
> arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Ping!
Are Marvell platforms still maintained?
>
> diff --git a/arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts b/arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts
> index 9c438f10f737..2bc4b68bd723 100644
> --- a/arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts
> +++ b/arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts
> @@ -44,7 +44,7 @@ sata@80000 {
> i2c@11100 {
> status = "okay";
>
> - s24c02: s24c02@50 {
> + s24c02: eeprom@50 {
> compatible = "atmel,24c02";
> reg = <0x50>;
> };
> --
> 2.45.2
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ARM: dts: marvell: kirkwood: Fix at24 EEPROM node name
2024-11-04 13:24 ` Rob Herring
@ 2024-11-04 14:07 ` Andrew Lunn
2024-11-04 16:05 ` Gregory CLEMENT
1 sibling, 0 replies; 5+ messages in thread
From: Andrew Lunn @ 2024-11-04 14:07 UTC (permalink / raw)
To: Rob Herring
Cc: Gregory Clement, Sebastian Hesselbarth, Krzysztof Kozlowski,
Conor Dooley, linux-arm-kernel, devicetree, linux-kernel
On Mon, Nov 04, 2024 at 07:24:50AM -0600, Rob Herring wrote:
> On Tue, Sep 10, 2024 at 4:59 PM Rob Herring (Arm) <robh@kernel.org> wrote:
> >
> > at24.yaml defines the node name for at24 EEPROMs as 'eeprom'.
> >
> > Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> > ---
> > arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Ping!
>
> Are Marvell platforms still maintained?
Yes, but on a sporadic basis. Patches tend to get collected somewhere
around -rc5/-rc6. So i would expect a notification from Gregory
sometime this week.
Andrew
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ARM: dts: marvell: kirkwood: Fix at24 EEPROM node name
2024-11-04 13:24 ` Rob Herring
2024-11-04 14:07 ` Andrew Lunn
@ 2024-11-04 16:05 ` Gregory CLEMENT
1 sibling, 0 replies; 5+ messages in thread
From: Gregory CLEMENT @ 2024-11-04 16:05 UTC (permalink / raw)
To: Rob Herring, Andrew Lunn, Sebastian Hesselbarth,
Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-kernel, devicetree, linux-kernel
Hello Rob,
> On Tue, Sep 10, 2024 at 4:59 PM Rob Herring (Arm) <robh@kernel.org> wrote:
>>
>> at24.yaml defines the node name for at24 EEPROMs as 'eeprom'.
>>
>> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
>> ---
>> arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Ping!
>
> Are Marvell platforms still maintained?
Actually I just applied it this morning, and was about to notify about
it.
Applied on mvebu/dt
Thanks,
Gregory
>
>>
>> diff --git a/arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts b/arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts
>> index 9c438f10f737..2bc4b68bd723 100644
>> --- a/arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts
>> +++ b/arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts
>> @@ -44,7 +44,7 @@ sata@80000 {
>> i2c@11100 {
>> status = "okay";
>>
>> - s24c02: s24c02@50 {
>> + s24c02: eeprom@50 {
>> compatible = "atmel,24c02";
>> reg = <0x50>;
>> };
>> --
>> 2.45.2
>>
--
Grégory CLEMENT, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-11-04 16:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-10 21:59 [PATCH] ARM: dts: marvell: kirkwood: Fix at24 EEPROM node name Rob Herring (Arm)
2024-09-10 22:20 ` Andrew Lunn
2024-11-04 13:24 ` Rob Herring
2024-11-04 14:07 ` Andrew Lunn
2024-11-04 16:05 ` Gregory CLEMENT
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).