devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Roger Quadros <rogerq@ti.com>
To: kishon@ti.com, tony@atomide.com
Cc: nm@ti.com, balbi@ti.com, george.cherian@ti.com, nsekhar@ti.com,
	linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org, Roger Quadros <rogerq@ti.com>
Subject: [PATCH v3 3/4] ARM: dts: DRA7: Fix SATA PHY node
Date: Tue, 13 Jan 2015 14:23:21 +0200	[thread overview]
Message-ID: <1421151802-7396-4-git-send-email-rogerq@ti.com> (raw)
In-Reply-To: <1421151802-7396-1-git-send-email-rogerq@ti.com>

The sata_ref_clk is a reference clock to the SATA phy.
This fixes SATA malfunction across suspend/resume or when
SATA driver is used as a module.

Signed-off-by: Roger Quadros <rogerq@ti.com>
---
 arch/arm/boot/dts/dra7.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index 22771bc..8d2a635 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -1090,8 +1090,8 @@
 				      <0x4A096800 0x40>; /* pll_ctrl */
 				reg-names = "phy_rx", "phy_tx", "pll_ctrl";
 				ctrl-module = <&omap_control_sata>;
-				clocks = <&sys_clkin1>;
-				clock-names = "sysclk";
+				clocks = <&sys_clkin1>, <&sata_ref_clk>;
+				clock-names = "sysclk", "refclk";
 				#phy-cells = <0>;
 			};
 
-- 
2.1.0

  parent reply	other threads:[~2015-01-13 12:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-13 12:23 [PATCH v3 0/4] phy: ti-pipe3: fixes for 3.19-rc Roger Quadros
2015-01-13 12:23 ` [PATCH v3 1/4] phy: ti-pipe3: Disable clocks on system suspend Roger Quadros
2015-01-13 12:23 ` [PATCH v3 2/4] phy: ti-pipe3: Fix SATA across suspend/resume Roger Quadros
2015-01-13 12:23 ` Roger Quadros [this message]
     [not found]   ` <1421151802-7396-4-git-send-email-rogerq-l0cyMroinI0@public.gmane.org>
2015-01-13 15:54     ` [PATCH v3 3/4] ARM: dts: DRA7: Fix SATA PHY node Tony Lindgren
     [not found] ` <1421151802-7396-1-git-send-email-rogerq-l0cyMroinI0@public.gmane.org>
2015-01-13 12:23   ` [PATCH v3 4/4] ARM: dts: OMAP5: " Roger Quadros
2015-01-13 15:54     ` Tony Lindgren
2015-01-13 15:54 ` [PATCH v3 0/4] phy: ti-pipe3: fixes for 3.19-rc Tony Lindgren
2015-02-18  8:00   ` Roger Quadros
2015-02-18  8:09     ` Roger Quadros
2015-02-24 18:02       ` 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=1421151802-7396-4-git-send-email-rogerq@ti.com \
    --to=rogerq@ti.com \
    --cc=balbi@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=george.cherian@ti.com \
    --cc=kishon@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=nsekhar@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 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).