linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andy Shevchenko <andy.shevchenko@gmail.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: "Rob Herring" <robh+dt@kernel.org>,
	"Laurent Pinchart" <laurent.pinchart+renesas@ideasonboard.com>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Bartosz Golaszewski" <bgolaszewski@baylibre.com>,
	"Benoît Cousson" <bcousson@baylibre.com>,
	"Tony Lindgren" <tony@atomide.com>,
	"Darren Hart" <dvhart@infradead.org>,
	"Andy Shevchenko" <andy@infradead.org>,
	"Thomas Gleixner" <tglx@linutronix.de>,
	"Ingo Molnar" <mingo@redhat.com>,
	"Borislav Petkov" <bp@alien8.de>,
	"H . Peter Anvin" <hpa@zytor.com>,
	devicetree <devicetree@vger.kernel.org>,
	"open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
	"maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT)"
	<x86@kernel.org>,
	"Linux OMAP Mailing List" <linux-omap@vger.kernel.org>,
	linux-i2c <linux-i2c@vger.kernel.org>,
	"Platform Driver" <platform-driver-x86@vger.kernel.org>
Subject: Re: [PATCH v2 3/4] x86: ce4100: Replace "ti,pcf8575" by "nxp,pcf8575"
Date: Tue, 1 Jun 2021 18:30:17 +0300	[thread overview]
Message-ID: <CAHp75VerXNJdecZKLUU1uex6-J9TC+9+yLkZqxc5UFtnZcT5mA@mail.gmail.com> (raw)
In-Reply-To: <5236cf71d467bec862c4fa7849705caac195b23a.1622560799.git.geert+renesas@glider.be>

On Tue, Jun 1, 2021 at 6:26 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
>
> The TI part is equivalent to the NXP part, and its compatible value is
> not documented in the DT bindings.
>
> Note that while the Linux driver DT match table does not contain the
> compatible value of the TI part, it could still match to this part, as
> i2c_device_id-based matching ignores the vendor part of the compatible
> value.

LGTM!
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>

Maybe at some point I will find the time to resurrect the CE4100 based
device that collects dirt on my desk...

> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> v2:
>   - New.
> ---
>  arch/x86/platform/ce4100/falconfalls.dts | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/x86/platform/ce4100/falconfalls.dts b/arch/x86/platform/ce4100/falconfalls.dts
> index 0ac3d43571361112..65fa3d866226ce97 100644
> --- a/arch/x86/platform/ce4100/falconfalls.dts
> +++ b/arch/x86/platform/ce4100/falconfalls.dts
> @@ -249,7 +249,7 @@ i2c@1 {
>
>                                                 gpio@26 {
>                                                         #gpio-cells = <2>;
> -                                                       compatible = "ti,pcf8575";
> +                                                       compatible = "nxp,pcf8575";
>                                                         reg = <0x26>;
>                                                         gpio-controller;
>                                                 };
> @@ -263,7 +263,7 @@ i2c@2 {
>
>                                                 gpio@26 {
>                                                         #gpio-cells = <2>;
> -                                                       compatible = "ti,pcf8575";
> +                                                       compatible = "nxp,pcf8575";
>                                                         reg = <0x26>;
>                                                         gpio-controller;
>                                                 };
> --
> 2.25.1
>


-- 
With Best Regards,
Andy Shevchenko

  reply	other threads:[~2021-06-01 15:30 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-01 15:25 [PATCH v2 0/4] pcf857x: DTS fixes and DT binding to json-schema conversion Geert Uytterhoeven
2021-06-01 15:25 ` [PATCH v2 1/4] dt-bindings: i2c: ce4100: Replace "ti,pcf8575" by "nxp,pcf8575" Geert Uytterhoeven
2021-06-04 20:27   ` Wolfram Sang
2021-06-04 21:50     ` Rob Herring
2021-06-20 21:08   ` Wolfram Sang
2021-06-01 15:25 ` [PATCH v2 2/4] ARM: dts: dra7x-evm: Drop "ti,pcf8575" Geert Uytterhoeven
2021-06-11  7:33   ` Tony Lindgren
2021-06-01 15:25 ` [PATCH v2 3/4] x86: ce4100: Replace "ti,pcf8575" by "nxp,pcf8575" Geert Uytterhoeven
2021-06-01 15:30   ` Andy Shevchenko [this message]
2021-06-01 15:25 ` [PATCH v2 4/4] dt-bindings: gpio: pcf857x: Convert to json-schema Geert Uytterhoeven
2021-06-04 21:52   ` Rob Herring
2021-06-04 22:05   ` Linus Walleij
2021-06-25 10:35   ` Bartosz Golaszewski

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=CAHp75VerXNJdecZKLUU1uex6-J9TC+9+yLkZqxc5UFtnZcT5mA@mail.gmail.com \
    --to=andy.shevchenko@gmail.com \
    --cc=andy@infradead.org \
    --cc=bcousson@baylibre.com \
    --cc=bgolaszewski@baylibre.com \
    --cc=bp@alien8.de \
    --cc=devicetree@vger.kernel.org \
    --cc=dvhart@infradead.org \
    --cc=geert+renesas@glider.be \
    --cc=hpa@zytor.com \
    --cc=laurent.pinchart+renesas@ideasonboard.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=tony@atomide.com \
    --cc=x86@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;
as well as URLs for NNTP newsgroup(s).