All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Cc: Mark Rutland <mark.rutland@arm.com>,
	DTML <devicetree@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Frank Rowand <frowand.list@gmail.com>
Subject: Re: [PATCH] ARM: dts: uniphier: Add one more generic compatible string for I2C EEPROM
Date: Sat, 29 Feb 2020 15:07:46 +0900	[thread overview]
Message-ID: <CAK7LNAQzXD55UxOpVPhu=m24oPbG6gwLgq5g23Nxu=zGJLyNRA@mail.gmail.com> (raw)
In-Reply-To: <20200228122055.17008-1-yamada.masahiro@socionext.com>

On Fri, Feb 28, 2020 at 9:21 PM Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
>
> Commit 73f9de0c7f5d ("ARM: dts: uniphier: Add generic compatible string
> for I2C EEPROM") did not touch this node.
>
> Add the compatible string prefixed "atmel," so that this matches to the
> OF table.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>


Applied to linux-uniphier.


> ---
>
>  arch/arm/boot/dts/uniphier-ref-daughter.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
> index 04e60c295319..a11897669c26 100644
> --- a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
> +++ b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
> @@ -7,7 +7,7 @@
>
>  &i2c0 {
>         eeprom@50 {
> -               compatible = "microchip,24lc128";
> +               compatible = "microchip,24lc128", "atmel,24c128";
>                 reg = <0x50>;
>                 pagesize = <64>;
>         };
> --
> 2.17.1
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel



-- 
Best Regards
Masahiro Yamada

WARNING: multiple messages have this Message-ID (diff)
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Cc: Mark Rutland <mark.rutland@arm.com>,
	DTML <devicetree@vger.kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Frank Rowand <frowand.list@gmail.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] ARM: dts: uniphier: Add one more generic compatible string for I2C EEPROM
Date: Sat, 29 Feb 2020 15:07:46 +0900	[thread overview]
Message-ID: <CAK7LNAQzXD55UxOpVPhu=m24oPbG6gwLgq5g23Nxu=zGJLyNRA@mail.gmail.com> (raw)
In-Reply-To: <20200228122055.17008-1-yamada.masahiro@socionext.com>

On Fri, Feb 28, 2020 at 9:21 PM Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
>
> Commit 73f9de0c7f5d ("ARM: dts: uniphier: Add generic compatible string
> for I2C EEPROM") did not touch this node.
>
> Add the compatible string prefixed "atmel," so that this matches to the
> OF table.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>


Applied to linux-uniphier.


> ---
>
>  arch/arm/boot/dts/uniphier-ref-daughter.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
> index 04e60c295319..a11897669c26 100644
> --- a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
> +++ b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
> @@ -7,7 +7,7 @@
>
>  &i2c0 {
>         eeprom@50 {
> -               compatible = "microchip,24lc128";
> +               compatible = "microchip,24lc128", "atmel,24c128";
>                 reg = <0x50>;
>                 pagesize = <64>;
>         };
> --
> 2.17.1
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel



-- 
Best Regards
Masahiro Yamada

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-02-29  6:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-28 12:20 [PATCH] ARM: dts: uniphier: Add one more generic compatible string for I2C EEPROM Masahiro Yamada
2020-02-28 12:20 ` Masahiro Yamada
2020-02-29  6:07 ` Masahiro Yamada [this message]
2020-02-29  6:07   ` Masahiro Yamada

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='CAK7LNAQzXD55UxOpVPhu=m24oPbG6gwLgq5g23Nxu=zGJLyNRA@mail.gmail.com' \
    --to=yamada.masahiro@socionext.com \
    --cc=devicetree@vger.kernel.org \
    --cc=frowand.list@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.