From: Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org>
To: Vignesh R <vigneshr-l0cyMroinI0@public.gmane.org>,
Benoit Cousson <bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>,
Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 2/2] ARM: dts: DRA7X: drop id property in pcie_phy
Date: Tue, 23 Dec 2014 15:41:12 +0530 [thread overview]
Message-ID: <54993FC0.3090705@ti.com> (raw)
In-Reply-To: <1418721771-31184-3-git-send-email-vigneshr-l0cyMroinI0@public.gmane.org>
On Tuesday 16 December 2014 02:52 PM, Vignesh R wrote:
> Since phyid is no longer used by pcie driver, this field can be dropped
> from the DT.
>
> Signed-off-by: Vignesh R <vigneshr-l0cyMroinI0@public.gmane.org>
Acked-by: Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org>
> ---
> arch/arm/boot/dts/dra7.dtsi | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
> index 63bf99be1762..889e3023e68f 100644
> --- a/arch/arm/boot/dts/dra7.dtsi
> +++ b/arch/arm/boot/dts/dra7.dtsi
> @@ -1111,7 +1111,6 @@
> "wkupclk", "refclk",
> "div-clk", "phy-div";
> #phy-cells = <0>;
> - id = <1>;
> ti,hwmods = "pcie1-phy";
> };
>
> @@ -1132,7 +1131,6 @@
> "div-clk", "phy-div";
> #phy-cells = <0>;
> ti,hwmods = "pcie2-phy";
> - id = <2>;
> status = "disabled";
> };
> };
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: kishon@ti.com (Kishon Vijay Abraham I)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: dts: DRA7X: drop id property in pcie_phy
Date: Tue, 23 Dec 2014 15:41:12 +0530 [thread overview]
Message-ID: <54993FC0.3090705@ti.com> (raw)
In-Reply-To: <1418721771-31184-3-git-send-email-vigneshr@ti.com>
On Tuesday 16 December 2014 02:52 PM, Vignesh R wrote:
> Since phyid is no longer used by pcie driver, this field can be dropped
> from the DT.
>
> Signed-off-by: Vignesh R <vigneshr@ti.com>
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
> ---
> arch/arm/boot/dts/dra7.dtsi | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
> index 63bf99be1762..889e3023e68f 100644
> --- a/arch/arm/boot/dts/dra7.dtsi
> +++ b/arch/arm/boot/dts/dra7.dtsi
> @@ -1111,7 +1111,6 @@
> "wkupclk", "refclk",
> "div-clk", "phy-div";
> #phy-cells = <0>;
> - id = <1>;
> ti,hwmods = "pcie1-phy";
> };
>
> @@ -1132,7 +1131,6 @@
> "div-clk", "phy-div";
> #phy-cells = <0>;
> ti,hwmods = "pcie2-phy";
> - id = <2>;
> status = "disabled";
> };
> };
>
WARNING: multiple messages have this Message-ID (diff)
From: Kishon Vijay Abraham I <kishon@ti.com>
To: Vignesh R <vigneshr@ti.com>,
Benoit Cousson <bcousson@baylibre.com>,
Tony Lindgren <tony@atomide.com>,
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>,
Russell King <linux@arm.linux.org.uk>
Cc: <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] ARM: dts: DRA7X: drop id property in pcie_phy
Date: Tue, 23 Dec 2014 15:41:12 +0530 [thread overview]
Message-ID: <54993FC0.3090705@ti.com> (raw)
In-Reply-To: <1418721771-31184-3-git-send-email-vigneshr@ti.com>
On Tuesday 16 December 2014 02:52 PM, Vignesh R wrote:
> Since phyid is no longer used by pcie driver, this field can be dropped
> from the DT.
>
> Signed-off-by: Vignesh R <vigneshr@ti.com>
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
> ---
> arch/arm/boot/dts/dra7.dtsi | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
> index 63bf99be1762..889e3023e68f 100644
> --- a/arch/arm/boot/dts/dra7.dtsi
> +++ b/arch/arm/boot/dts/dra7.dtsi
> @@ -1111,7 +1111,6 @@
> "wkupclk", "refclk",
> "div-clk", "phy-div";
> #phy-cells = <0>;
> - id = <1>;
> ti,hwmods = "pcie1-phy";
> };
>
> @@ -1132,7 +1131,6 @@
> "div-clk", "phy-div";
> #phy-cells = <0>;
> ti,hwmods = "pcie2-phy";
> - id = <2>;
> status = "disabled";
> };
> };
>
next prev parent reply other threads:[~2014-12-23 10:11 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-16 9:22 [PATCH 0/2] PCIe related fixes for DRA7xx Vignesh R
2014-12-16 9:22 ` Vignesh R
2014-12-16 9:22 ` Vignesh R
2014-12-16 9:22 ` [PATCH 1/2] phy: phy-ti-pipe3: fix inconsistent enumeration of PCIe gen2 cards Vignesh R
2014-12-16 9:22 ` Vignesh R
2014-12-16 9:22 ` Vignesh R
2014-12-16 9:22 ` [PATCH 2/2] ARM: dts: DRA7X: drop id property in pcie_phy Vignesh R
2014-12-16 9:22 ` Vignesh R
2014-12-16 9:22 ` Vignesh R
[not found] ` <1418721771-31184-3-git-send-email-vigneshr-l0cyMroinI0@public.gmane.org>
2014-12-23 10:11 ` Kishon Vijay Abraham I [this message]
2014-12-23 10:11 ` Kishon Vijay Abraham I
2014-12-23 10:11 ` Kishon Vijay Abraham I
2015-01-07 23:51 ` Tony Lindgren
2015-01-07 23:51 ` Tony Lindgren
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=54993FC0.3090705@ti.com \
--to=kishon-l0cymroini0@public.gmane.org \
--cc=bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org \
--cc=vigneshr-l0cyMroinI0@public.gmane.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.