From: Nishanth Menon <nm@ti.com>
To: Ravikumar Kattekola <rk@ti.com>,
paul@pwsan.com, tony@atomide.com, linux@armlinux.org.uk,
robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com,
ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
linux-omap@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] dts: dra7: Add device tree node for i2c6
Date: Wed, 25 May 2016 11:11:05 -0500 [thread overview]
Message-ID: <5745CE99.50704@ti.com> (raw)
In-Reply-To: <20160525125341.10044-3-rk@ti.com>
On 05/25/2016 07:53 AM, Ravikumar Kattekola wrote:
> DRA72x devices have an extra i2c controller instance - i2c6
> Adding device description for the same.
>
> Reference : DRA72x_SR1.0 TRM [ SPRUHP2Q ]
>
> Signed-off-by: Ravikumar Kattekola <rk@ti.com>
> ---
> arch/arm/boot/dts/dra7.dtsi | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
> index 3a8f397..84729a1 100644
> --- a/arch/arm/boot/dts/dra7.dtsi
> +++ b/arch/arm/boot/dts/dra7.dtsi
> @@ -27,6 +27,7 @@
> i2c2 = &i2c3;
> i2c3 = &i2c4;
> i2c4 = &i2c5;
> + i2c5 = &i2c6;
> serial0 = &uart1;
> serial1 = &uart2;
> serial2 = &uart3;
> @@ -929,6 +930,16 @@
> status = "disabled";
> };
>
> + i2c6: i2c@48458000 {
> + compatible = "ti,omap4-i2c";
> + reg = <0x48458000 0x100>;
> + interrupts = <GIC_SPI 402 IRQ_TYPE_LEVEL_HIGH>;
> + #address-cells = <1>;
> + #size-cells = <0>;
> + ti,hwmods = "i2c6";
> + status = "disabled";
> + };
> +
> mmc1: mmc@4809c000 {
> compatible = "ti,omap4-hsmmc";
> reg = <0x4809c000 0x400>;
>
NAK again for the same reasoning.
--
Regards,
Nishanth Menon
WARNING: multiple messages have this Message-ID (diff)
From: nm@ti.com (Nishanth Menon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] dts: dra7: Add device tree node for i2c6
Date: Wed, 25 May 2016 11:11:05 -0500 [thread overview]
Message-ID: <5745CE99.50704@ti.com> (raw)
In-Reply-To: <20160525125341.10044-3-rk@ti.com>
On 05/25/2016 07:53 AM, Ravikumar Kattekola wrote:
> DRA72x devices have an extra i2c controller instance - i2c6
> Adding device description for the same.
>
> Reference : DRA72x_SR1.0 TRM [ SPRUHP2Q ]
>
> Signed-off-by: Ravikumar Kattekola <rk@ti.com>
> ---
> arch/arm/boot/dts/dra7.dtsi | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
> index 3a8f397..84729a1 100644
> --- a/arch/arm/boot/dts/dra7.dtsi
> +++ b/arch/arm/boot/dts/dra7.dtsi
> @@ -27,6 +27,7 @@
> i2c2 = &i2c3;
> i2c3 = &i2c4;
> i2c4 = &i2c5;
> + i2c5 = &i2c6;
> serial0 = &uart1;
> serial1 = &uart2;
> serial2 = &uart3;
> @@ -929,6 +930,16 @@
> status = "disabled";
> };
>
> + i2c6: i2c at 48458000 {
> + compatible = "ti,omap4-i2c";
> + reg = <0x48458000 0x100>;
> + interrupts = <GIC_SPI 402 IRQ_TYPE_LEVEL_HIGH>;
> + #address-cells = <1>;
> + #size-cells = <0>;
> + ti,hwmods = "i2c6";
> + status = "disabled";
> + };
> +
> mmc1: mmc at 4809c000 {
> compatible = "ti,omap4-hsmmc";
> reg = <0x4809c000 0x400>;
>
NAK again for the same reasoning.
--
Regards,
Nishanth Menon
WARNING: multiple messages have this Message-ID (diff)
From: Nishanth Menon <nm@ti.com>
To: Ravikumar Kattekola <rk@ti.com>, <paul@pwsan.com>,
<tony@atomide.com>, <linux@armlinux.org.uk>, <robh+dt@kernel.org>,
<pawel.moll@arm.com>, <mark.rutland@arm.com>,
<ijc+devicetree@hellion.org.uk>, <galak@codeaurora.org>,
<linux-omap@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 2/2] dts: dra7: Add device tree node for i2c6
Date: Wed, 25 May 2016 11:11:05 -0500 [thread overview]
Message-ID: <5745CE99.50704@ti.com> (raw)
In-Reply-To: <20160525125341.10044-3-rk@ti.com>
On 05/25/2016 07:53 AM, Ravikumar Kattekola wrote:
> DRA72x devices have an extra i2c controller instance - i2c6
> Adding device description for the same.
>
> Reference : DRA72x_SR1.0 TRM [ SPRUHP2Q ]
>
> Signed-off-by: Ravikumar Kattekola <rk@ti.com>
> ---
> arch/arm/boot/dts/dra7.dtsi | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
> index 3a8f397..84729a1 100644
> --- a/arch/arm/boot/dts/dra7.dtsi
> +++ b/arch/arm/boot/dts/dra7.dtsi
> @@ -27,6 +27,7 @@
> i2c2 = &i2c3;
> i2c3 = &i2c4;
> i2c4 = &i2c5;
> + i2c5 = &i2c6;
> serial0 = &uart1;
> serial1 = &uart2;
> serial2 = &uart3;
> @@ -929,6 +930,16 @@
> status = "disabled";
> };
>
> + i2c6: i2c@48458000 {
> + compatible = "ti,omap4-i2c";
> + reg = <0x48458000 0x100>;
> + interrupts = <GIC_SPI 402 IRQ_TYPE_LEVEL_HIGH>;
> + #address-cells = <1>;
> + #size-cells = <0>;
> + ti,hwmods = "i2c6";
> + status = "disabled";
> + };
> +
> mmc1: mmc@4809c000 {
> compatible = "ti,omap4-hsmmc";
> reg = <0x4809c000 0x400>;
>
NAK again for the same reasoning.
--
Regards,
Nishanth Menon
next prev parent reply other threads:[~2016-05-25 16:11 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-25 12:53 [PATCH 0/2] arm: dra7: Add i2c6 instance hwmod and dt entries Ravikumar Kattekola
2016-05-25 12:53 ` Ravikumar Kattekola
2016-05-25 12:53 ` Ravikumar Kattekola
2016-05-25 12:53 ` [PATCH 1/2] arm: dra7: Add hwmod entry for i2c6 Ravikumar Kattekola
2016-05-25 12:53 ` Ravikumar Kattekola
2016-05-25 12:53 ` Ravikumar Kattekola
2016-05-25 16:10 ` Nishanth Menon
2016-05-25 16:10 ` Nishanth Menon
2016-05-25 16:10 ` Nishanth Menon
[not found] ` <20160525125341.10044-2-rk-l0cyMroinI0@public.gmane.org>
2016-05-26 3:55 ` Lokesh Vutla
2016-05-26 3:55 ` Lokesh Vutla
2016-05-26 3:55 ` Lokesh Vutla
2016-05-25 12:53 ` [PATCH 2/2] dts: dra7: Add device tree node " Ravikumar Kattekola
2016-05-25 12:53 ` Ravikumar Kattekola
2016-05-25 12:53 ` Ravikumar Kattekola
2016-05-25 16:11 ` Nishanth Menon [this message]
2016-05-25 16:11 ` Nishanth Menon
2016-05-25 16:11 ` Nishanth Menon
2016-05-25 16:09 ` [PATCH 0/2] arm: dra7: Add i2c6 instance hwmod and dt entries Nishanth Menon
2016-05-25 16:09 ` Nishanth Menon
2016-05-25 16:09 ` Nishanth Menon
2016-05-26 5:47 ` Tero Kristo
2016-05-26 5:47 ` Tero Kristo
2016-05-26 5:47 ` Tero Kristo
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=5745CE99.50704@ti.com \
--to=nm@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=mark.rutland@arm.com \
--cc=paul@pwsan.com \
--cc=pawel.moll@arm.com \
--cc=rk@ti.com \
--cc=robh+dt@kernel.org \
--cc=tony@atomide.com \
/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.