mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: <Claudiu.Beznea@microchip.com>
To: <Eugen.Hristev@microchip.com>, <devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>
Cc: <linux-kernel@vger.kernel.org>, <Nicolas.Ferre@microchip.com>
Subject: Re: [PATCH 2/2] ARM: dts: at91: sama5d2_icp: fix eeprom compatibles
Date: Tue, 28 Jun 2022 13:37:45 +0000	[thread overview]
Message-ID: <bb3fcede-de3a-6852-edc7-9c9843754d3b@microchip.com> (raw)
In-Reply-To: <20220607090455.80433-2-eugen.hristev@microchip.com>

On 07.06.2022 12:04, Eugen Hristev wrote:
> The eeprom memories on the board are microchip 24aa025e48, which are 2 Kbits
> and are compatible with at24c02 not at24c32.
> 
> Fixes: 68a95ef72cefe ("ARM: dts: at91: sama5d2-icp: add SAMA5D2-ICP")
> Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>

Applied to at91-fixes. Thanks!

> ---
>  arch/arm/boot/dts/at91-sama5d2_icp.dts | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/at91-sama5d2_icp.dts b/arch/arm/boot/dts/at91-sama5d2_icp.dts
> index 806eb1d911d7c..164201a8fbf2d 100644
> --- a/arch/arm/boot/dts/at91-sama5d2_icp.dts
> +++ b/arch/arm/boot/dts/at91-sama5d2_icp.dts
> @@ -329,21 +329,21 @@ &i2c1 {
>  	status = "okay";
>  
>  	eeprom@50 {
> -		compatible = "atmel,24c32";
> +		compatible = "atmel,24c02";
>  		reg = <0x50>;
>  		pagesize = <16>;
>  		status = "okay";
>  	};
>  
>  	eeprom@52 {
> -		compatible = "atmel,24c32";
> +		compatible = "atmel,24c02";
>  		reg = <0x52>;
>  		pagesize = <16>;
>  		status = "disabled";
>  	};
>  
>  	eeprom@53 {
> -		compatible = "atmel,24c32";
> +		compatible = "atmel,24c02";
>  		reg = <0x53>;
>  		pagesize = <16>;
>  		status = "disabled";


  parent reply	other threads:[~2022-06-28 13:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-07  9:04 [PATCH 1/2] ARM: dts: at91: sam9x60ek: fix eeprom compatible and size Eugen Hristev
2022-06-07  9:04 ` [PATCH 2/2] ARM: dts: at91: sama5d2_icp: fix eeprom compatibles Eugen Hristev
2022-06-08  7:37   ` Claudiu.Beznea
2022-06-28 13:37   ` Claudiu.Beznea [this message]
2022-06-08  7:37 ` [PATCH 1/2] ARM: dts: at91: sam9x60ek: fix eeprom compatible and size Claudiu.Beznea
2022-06-28 13:37 ` Claudiu.Beznea

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bb3fcede-de3a-6852-edc7-9c9843754d3b@microchip.com \
    --to=claudiu.beznea@microchip.com \
    --cc=Eugen.Hristev@microchip.com \
    --cc=Nicolas.Ferre@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®