From: Grygorii Strashko <grygorii.strashko@ti.com>
To: Alexander Sverdlin <alexander.sverdlin@nokia.com>,
Wolfram Sang <wsa@the-dreams.de>,
"linux-i2c@vger.kernel.org" <linux-i2c@vger.kernel.org>,
Santosh Shilimkar <ssantosh@kernel.org>
Cc: Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
devicetree@vger.kernel.org,
Murali Karicheri <m-karicheri2@ti.com>,
Sekhar Nori <nsekhar@ti.com>
Subject: Re: [PATCH v2] dts: keystone: Use new "ti,keystone-i2c" compatible
Date: Wed, 21 Oct 2015 13:38:54 +0300 [thread overview]
Message-ID: <56276B3E.3020208@ti.com> (raw)
In-Reply-To: <55F68E36.2030609@nokia.com>
On 09/14/2015 12:07 PM, Alexander Sverdlin wrote:
> Now as "i2c-davinci" driver has special handling for Keystone it's time to switch
> the device tree to use new "compatible" property. Old one is left for backwards-
> compatibility.
>
> Signed-off-by: Alexander Sverdlin <alexander.sverdlin@nokia.com>
> ---
To: Santosh
Cc: Murali, Sekhar
Seems this patch is Keystone 2 specific.
>
> Changes in v2:
> - As suggested by Mark Rutland, kept the old "compatible" for backwards-
> compatibility
>
> arch/arm/boot/dts/keystone.dtsi | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi
> index 72816d6..abd7455 100644
> --- a/arch/arm/boot/dts/keystone.dtsi
> +++ b/arch/arm/boot/dts/keystone.dtsi
> @@ -106,7 +106,7 @@
> };
>
> i2c0: i2c@2530000 {
> - compatible = "ti,davinci-i2c";
> + compatible = "ti,keystone-i2c", "ti,davinci-i2c";
> reg = <0x02530000 0x400>;
> clock-frequency = <100000>;
> clocks = <&clki2c>;
> @@ -116,7 +116,7 @@
> };
>
> i2c1: i2c@2530400 {
> - compatible = "ti,davinci-i2c";
> + compatible = "ti,keystone-i2c", "ti,davinci-i2c";
> reg = <0x02530400 0x400>;
> clock-frequency = <100000>;
> clocks = <&clki2c>;
> @@ -126,7 +126,7 @@
> };
>
> i2c2: i2c@2530800 {
> - compatible = "ti,davinci-i2c";
> + compatible = "ti,keystone-i2c", "ti,davinci-i2c";
> reg = <0x02530800 0x400>;
> clock-frequency = <100000>;
> clocks = <&clki2c>;
>
--
regards,
-grygorii
next prev parent reply other threads:[~2015-10-21 10:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-14 9:07 [PATCH v2] dts: keystone: Use new "ti,keystone-i2c" compatible Alexander Sverdlin
2015-10-20 15:06 ` Wolfram Sang
2015-10-20 16:10 ` Grygorii Strashko
2015-10-21 10:13 ` Sekhar Nori
[not found] ` <56276565.4060505-l0cyMroinI0@public.gmane.org>
2015-10-21 11:33 ` Alexander Sverdlin
2015-10-21 10:38 ` Grygorii Strashko [this message]
2015-10-21 16:42 ` santosh.shilimkar
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=56276B3E.3020208@ti.com \
--to=grygorii.strashko@ti.com \
--cc=alexander.sverdlin@nokia.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-i2c@vger.kernel.org \
--cc=m-karicheri2@ti.com \
--cc=mark.rutland@arm.com \
--cc=nsekhar@ti.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=ssantosh@kernel.org \
--cc=wsa@the-dreams.de \
/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.