mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: <Claudiu.Beznea@microchip.com>
To: <Nicolas.Ferre@microchip.com>, <alexandre.belloni@bootlin.com>,
	<Mihai.Sain@microchip.com>
Cc: <linux-arm-kernel@lists.infradead.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] ARM: at91: fix soc detection for SAM9X60 SiPs
Date: Tue, 28 Jun 2022 13:38:10 +0000	[thread overview]
Message-ID: <0880f677-de84-3e58-5a0d-285e38537023@microchip.com> (raw)
In-Reply-To: <20220616081344.1978664-1-claudiu.beznea@microchip.com>

On 16.06.2022 11:13, Claudiu Beznea wrote:
> From: Mihai Sain <mihai.sain@microchip.com>
> 
> Fix SoC detection for SAM9X60 SiPs:
> SAM9X60D5M
> SAM9X60D1G
> SAM9X60D6K
> 
> Fixes: af3a10513cd6 ("drivers: soc: atmel: add per soc id and version match masks")
> Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>

Applied to at91-fixes. Thanks!

> ---
>  drivers/soc/atmel/soc.c | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/soc/atmel/soc.c b/drivers/soc/atmel/soc.c
> index b2d365ae0282..dae8a2e0f745 100644
> --- a/drivers/soc/atmel/soc.c
> +++ b/drivers/soc/atmel/soc.c
> @@ -91,14 +91,14 @@ static const struct at91_soc socs[] __initconst = {
>  	AT91_SOC(SAM9X60_CIDR_MATCH, AT91_CIDR_MATCH_MASK,
>  		 AT91_CIDR_VERSION_MASK, SAM9X60_EXID_MATCH,
>  		 "sam9x60", "sam9x60"),
> -	AT91_SOC(SAM9X60_CIDR_MATCH, SAM9X60_D5M_EXID_MATCH,
> -		 AT91_CIDR_VERSION_MASK, SAM9X60_EXID_MATCH,
> +	AT91_SOC(SAM9X60_CIDR_MATCH, AT91_CIDR_MATCH_MASK,
> +		 AT91_CIDR_VERSION_MASK, SAM9X60_D5M_EXID_MATCH,
>  		 "sam9x60 64MiB DDR2 SiP", "sam9x60"),
> -	AT91_SOC(SAM9X60_CIDR_MATCH, SAM9X60_D1G_EXID_MATCH,
> -		 AT91_CIDR_VERSION_MASK, SAM9X60_EXID_MATCH,
> +	AT91_SOC(SAM9X60_CIDR_MATCH, AT91_CIDR_MATCH_MASK,
> +		 AT91_CIDR_VERSION_MASK, SAM9X60_D1G_EXID_MATCH,
>  		 "sam9x60 128MiB DDR2 SiP", "sam9x60"),
> -	AT91_SOC(SAM9X60_CIDR_MATCH, SAM9X60_D6K_EXID_MATCH,
> -		 AT91_CIDR_VERSION_MASK, SAM9X60_EXID_MATCH,
> +	AT91_SOC(SAM9X60_CIDR_MATCH, AT91_CIDR_MATCH_MASK,
> +		 AT91_CIDR_VERSION_MASK, SAM9X60_D6K_EXID_MATCH,
>  		 "sam9x60 8MiB SDRAM SiP", "sam9x60"),
>  #endif
>  #ifdef CONFIG_SOC_SAMA5


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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-16  8:13 Claudiu Beznea
2022-06-28 13:38 ` Claudiu.Beznea [this message]

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=0880f677-de84-3e58-5a0d-285e38537023@microchip.com \
    --to=claudiu.beznea@microchip.com \
    --cc=Mihai.Sain@microchip.com \
    --cc=Nicolas.Ferre@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --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®