All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kishon Vijay Abraham I <kishon@ti.com>
To: <devicetree@vger.kernel.org>, <linux-doc@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-omap@vger.kernel.org>, <linux-pci@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Cc: <arnd@arndb.de>, <tony@atomide.com>, <jg1.han@samsung.com>,
	<kishon@ti.com>, Keerthy <j-keerthy@ti.com>,
	Rajendra Nayak <rnayak@ti.com>, Tero Kristo <t-kristo@ti.com>,
	Paul Walmsley <paul@pwsan.com>
Subject: [PATCH v2 07/18] ARM: dts: DRA7: Change the parent of apll_pcie_in_clk_mux to dpll_pcie_ref_m2ldo_ck
Date: Thu, 29 May 2014 12:08:09 +0530	[thread overview]
Message-ID: <1401345500-20188-8-git-send-email-kishon@ti.com> (raw)
In-Reply-To: <1401345500-20188-1-git-send-email-kishon@ti.com>

From: Keerthy <j-keerthy@ti.com>

Change the parent of apll_pcie_in_clk_mux to dpll_pcie_ref_m2ldo_ck
from dpll_pcie_ref_ck.

Cc: Rajendra Nayak <rnayak@ti.com>
Cc: Tero Kristo <t-kristo@ti.com>
Cc: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
---
 arch/arm/boot/dts/dra7xx-clocks.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/dra7xx-clocks.dtsi b/arch/arm/boot/dts/dra7xx-clocks.dtsi
index 55e95c5..44993ec 100644
--- a/arch/arm/boot/dts/dra7xx-clocks.dtsi
+++ b/arch/arm/boot/dts/dra7xx-clocks.dtsi
@@ -1152,7 +1152,7 @@
 
 	apll_pcie_in_clk_mux: apll_pcie_in_clk_mux@4ae06118 {
 		compatible = "ti,mux-clock";
-		clocks = <&dpll_pcie_ref_ck>, <&pciesref_acs_clk_ck>;
+		clocks = <&dpll_pcie_ref_m2ldo_ck>, <&pciesref_acs_clk_ck>;
 		#clock-cells = <0>;
 		reg = <0x021c 0x4>;
 		ti,bit-shift = <7>;
-- 
1.7.9.5


WARNING: multiple messages have this Message-ID (diff)
From: Kishon Vijay Abraham I <kishon@ti.com>
To: devicetree@vger.kernel.org, linux-doc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org,
	linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: arnd@arndb.de, tony@atomide.com, jg1.han@samsung.com,
	kishon@ti.com, Keerthy <j-keerthy@ti.com>,
	Rajendra Nayak <rnayak@ti.com>, Tero Kristo <t-kristo@ti.com>,
	Paul Walmsley <paul@pwsan.com>
Subject: [PATCH v2 07/18] ARM: dts: DRA7: Change the parent of apll_pcie_in_clk_mux to dpll_pcie_ref_m2ldo_ck
Date: Thu, 29 May 2014 12:08:09 +0530	[thread overview]
Message-ID: <1401345500-20188-8-git-send-email-kishon@ti.com> (raw)
In-Reply-To: <1401345500-20188-1-git-send-email-kishon@ti.com>

From: Keerthy <j-keerthy@ti.com>

Change the parent of apll_pcie_in_clk_mux to dpll_pcie_ref_m2ldo_ck
from dpll_pcie_ref_ck.

Cc: Rajendra Nayak <rnayak@ti.com>
Cc: Tero Kristo <t-kristo@ti.com>
Cc: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
---
 arch/arm/boot/dts/dra7xx-clocks.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/dra7xx-clocks.dtsi b/arch/arm/boot/dts/dra7xx-clocks.dtsi
index 55e95c5..44993ec 100644
--- a/arch/arm/boot/dts/dra7xx-clocks.dtsi
+++ b/arch/arm/boot/dts/dra7xx-clocks.dtsi
@@ -1152,7 +1152,7 @@
 
 	apll_pcie_in_clk_mux: apll_pcie_in_clk_mux@4ae06118 {
 		compatible = "ti,mux-clock";
-		clocks = <&dpll_pcie_ref_ck>, <&pciesref_acs_clk_ck>;
+		clocks = <&dpll_pcie_ref_m2ldo_ck>, <&pciesref_acs_clk_ck>;
 		#clock-cells = <0>;
 		reg = <0x021c 0x4>;
 		ti,bit-shift = <7>;
-- 
1.7.9.5

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 v2 07/18] ARM: dts: DRA7: Change the parent of apll_pcie_in_clk_mux to dpll_pcie_ref_m2ldo_ck
Date: Thu, 29 May 2014 12:08:09 +0530	[thread overview]
Message-ID: <1401345500-20188-8-git-send-email-kishon@ti.com> (raw)
In-Reply-To: <1401345500-20188-1-git-send-email-kishon@ti.com>

From: Keerthy <j-keerthy@ti.com>

Change the parent of apll_pcie_in_clk_mux to dpll_pcie_ref_m2ldo_ck
from dpll_pcie_ref_ck.

Cc: Rajendra Nayak <rnayak@ti.com>
Cc: Tero Kristo <t-kristo@ti.com>
Cc: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
---
 arch/arm/boot/dts/dra7xx-clocks.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/dra7xx-clocks.dtsi b/arch/arm/boot/dts/dra7xx-clocks.dtsi
index 55e95c5..44993ec 100644
--- a/arch/arm/boot/dts/dra7xx-clocks.dtsi
+++ b/arch/arm/boot/dts/dra7xx-clocks.dtsi
@@ -1152,7 +1152,7 @@
 
 	apll_pcie_in_clk_mux: apll_pcie_in_clk_mux at 4ae06118 {
 		compatible = "ti,mux-clock";
-		clocks = <&dpll_pcie_ref_ck>, <&pciesref_acs_clk_ck>;
+		clocks = <&dpll_pcie_ref_m2ldo_ck>, <&pciesref_acs_clk_ck>;
 		#clock-cells = <0>;
 		reg = <0x021c 0x4>;
 		ti,bit-shift = <7>;
-- 
1.7.9.5

  parent reply	other threads:[~2014-05-29  6:39 UTC|newest]

Thread overview: 148+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-29  6:38 [PATCH v2 00/18] PCIe support for DRA7xx Kishon Vijay Abraham I
2014-05-29  6:38 ` Kishon Vijay Abraham I
2014-05-29  6:38 ` Kishon Vijay Abraham I
2014-05-29  6:38 ` [PATCH v2 01/18] phy: phy-omap-pipe3: Add support for PCIe PHY Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38 ` [PATCH v2 02/18] phy: pipe3: insert delay to enumerate in GEN2 mode Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38 ` [PATCH v2 03/18] PCI: designware: Configuration space should be specified in 'reg' Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  7:11   ` Mohit KUMAR DCG
2014-05-29  7:11     ` Mohit KUMAR DCG
2014-05-29  7:11     ` Mohit KUMAR DCG
2014-05-29 13:16     ` Kishon Vijay Abraham I
2014-05-29 13:16       ` Kishon Vijay Abraham I
2014-05-29 13:16       ` Kishon Vijay Abraham I
2014-05-29 15:03   ` Kumar Gala
2014-05-29 15:03     ` Kumar Gala
2014-05-29 15:18     ` Liviu Dudau
2014-05-29 15:18       ` Liviu Dudau
2014-05-29 16:03       ` Kumar Gala
2014-05-29 16:03         ` Kumar Gala
2014-05-29 16:30         ` Jason Gunthorpe
2014-05-29 16:30           ` Jason Gunthorpe
2014-05-29 16:51           ` Kumar Gala
2014-05-29 16:51             ` Kumar Gala
2014-05-29 16:32   ` Murali Karicheri
2014-05-29 16:32     ` Murali Karicheri
2014-05-29 16:32     ` Murali Karicheri
2014-05-29 16:32     ` Murali Karicheri
2014-05-30  5:30     ` Kishon Vijay Abraham I
2014-05-30  5:30       ` Kishon Vijay Abraham I
2014-05-30  5:30       ` Kishon Vijay Abraham I
2014-05-30 14:15     ` Karicheri, Muralidharan
2014-05-30 14:15       ` Karicheri, Muralidharan
2014-05-30 14:15       ` Karicheri, Muralidharan
2014-06-18  9:14       ` Kishon Vijay Abraham I
2014-06-18  9:14         ` Kishon Vijay Abraham I
2014-06-18  9:14         ` Kishon Vijay Abraham I
2014-06-18  9:14         ` Kishon Vijay Abraham I
2014-06-18  9:27         ` Jingoo Han
2014-06-18  9:27           ` Jingoo Han
2014-06-18  9:27           ` Jingoo Han
2014-05-29  6:38 ` [PATCH v2 04/18] PCI: designware: use untranslated address while programming ATU Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-06-18  9:08   ` Kishon Vijay Abraham I
2014-06-18  9:08     ` Kishon Vijay Abraham I
2014-06-18  9:08     ` Kishon Vijay Abraham I
2014-06-20 16:18     ` Arnd Bergmann
2014-06-20 16:18       ` Arnd Bergmann
2014-06-20 16:18       ` Arnd Bergmann
2014-06-20 17:45   ` Rob Herring
2014-06-20 17:45     ` Rob Herring
2014-06-20 17:45     ` Rob Herring
2014-06-20 17:45     ` Rob Herring
2014-06-20 18:54     ` Arnd Bergmann
2014-06-20 18:54       ` Arnd Bergmann
2014-06-20 18:54       ` Arnd Bergmann
2014-05-29  6:38 ` [PATCH v2 05/18] PCI: host: pcie-dra7xx: add support for pcie-dra7xx controller Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38 ` [PATCH v2 06/18] ARM: dts: DRA7: Add divider table to optfclk_pciephy_div clock Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-06-19 11:10   ` Tero Kristo
2014-06-19 11:10     ` Tero Kristo
2014-06-19 11:10     ` Tero Kristo
2014-06-19 12:45     ` Kishon Vijay Abraham I
2014-06-19 12:45       ` Kishon Vijay Abraham I
2014-06-19 12:45       ` Kishon Vijay Abraham I
2014-06-19 13:27       ` Tero Kristo
2014-06-19 13:27         ` Tero Kristo
2014-06-19 13:27         ` Tero Kristo
2014-05-29  6:38 ` Kishon Vijay Abraham I [this message]
2014-05-29  6:38   ` [PATCH v2 07/18] ARM: dts: DRA7: Change the parent of apll_pcie_in_clk_mux to dpll_pcie_ref_m2ldo_ck Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-06-19 11:12   ` Tero Kristo
2014-06-19 11:12     ` Tero Kristo
2014-06-19 11:12     ` Tero Kristo
2014-06-19 13:00     ` Kishon Vijay Abraham I
2014-06-19 13:00       ` Kishon Vijay Abraham I
2014-06-19 13:00       ` Kishon Vijay Abraham I
2014-06-19 13:24       ` Tero Kristo
2014-06-19 13:24         ` Tero Kristo
2014-06-19 13:24         ` Tero Kristo
2014-05-29  6:38 ` [PATCH v2 08/18] arm: dra7xx: Add hwmod data for pcie1 phy and pcie2 phy Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38 ` [PATCH v2 09/18] arm: dra7xx: Add hwmod data for pcie1 and pcie2 subsystems Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38 ` [PATCH v2 10/18] ARM: dts: dra7xx-clocks: Add missing 32khz clocks used for PHY Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-06-19 11:16   ` Tero Kristo
2014-06-19 11:16     ` Tero Kristo
2014-06-19 11:16     ` Tero Kristo
2014-06-19 13:23     ` Kishon Vijay Abraham I
2014-06-19 13:23       ` Kishon Vijay Abraham I
2014-06-19 13:23       ` Kishon Vijay Abraham I
2014-06-19 13:26       ` Tero Kristo
2014-06-19 13:26         ` Tero Kristo
2014-06-19 13:26         ` Tero Kristo
2014-05-29  6:38 ` [PATCH v2 11/18] ARM: dts: dra7: Add dt data for PCIe PHY control module Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38 ` [PATCH v2 12/18] ARM: dts: dra7xx-clocks: rename pcie clocks to accommodate second PHY instance Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38 ` [PATCH v2 13/18] ARM: dts: dra7xx-clocks: Add missing clocks for second PCIe " Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-06-19 11:20   ` Tero Kristo
2014-06-19 11:20     ` Tero Kristo
2014-06-19 11:20     ` Tero Kristo
2014-06-19 13:25     ` Kishon Vijay Abraham I
2014-06-19 13:25       ` Kishon Vijay Abraham I
2014-06-19 13:25       ` Kishon Vijay Abraham I
2014-05-29  6:38 ` [PATCH v2 14/18] ARM: dts: dra7: Add dt data for PCIe PHY Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38 ` [PATCH v2 15/18] ARM: dts: dra7: Add dt data for PCIe controller Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38 ` [PATCH v2 16/18] ARM: OMAP: Enable PCI for DRA7 Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:48   ` Jingoo Han
2014-05-29  6:48     ` Jingoo Han
2014-05-29 13:17     ` Kishon Vijay Abraham I
2014-05-29 13:17       ` Kishon Vijay Abraham I
2014-05-29 13:17       ` Kishon Vijay Abraham I
2014-05-29 17:52   ` Rob Herring
2014-05-29 17:52     ` Rob Herring
2014-05-29 17:52     ` Rob Herring
2014-05-29 17:54     ` Will Deacon
2014-05-29 17:54       ` Will Deacon
2014-05-29 17:54       ` Will Deacon
2014-05-29 17:54       ` Will Deacon
2014-05-29  6:38 ` [TEMP PATCH v2 17/18] PCI: host: pcie-dra7xx: use reset framework APIs to reset PCIe Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38 ` [TEMP PATCH v2 18/18] ARM: dts: dra7: Add *resets* property for PCIe dt node Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I
2014-05-29  6:38   ` Kishon Vijay Abraham I

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=1401345500-20188-8-git-send-email-kishon@ti.com \
    --to=kishon@ti.com \
    --cc=arnd@arndb.de \
    --cc=devicetree@vger.kernel.org \
    --cc=j-keerthy@ti.com \
    --cc=jg1.han@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=paul@pwsan.com \
    --cc=rnayak@ti.com \
    --cc=t-kristo@ti.com \
    --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.