From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Fri, 17 Jan 2014 05:26:05 +0000 Subject: Re: [PATCH 1/2] ARM: dts: r8a7790: Add SATA nodes to r8a7790.dtsi Message-Id: <20140117052603.GA9302@verge.net.au> List-Id: References: <1389719131-24376-2-git-send-email-valentine.barshak@cogentembedded.com> In-Reply-To: <1389719131-24376-2-git-send-email-valentine.barshak@cogentembedded.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Tue, Jan 14, 2014 at 09:05:30PM +0400, Valentine Barshak wrote: > This adds SATA[01] device nodes to r8a7790.dtsi I have queued this up with Magnus's Ack and dts: changed to shmobile: in the subject. There was a minor conflict which I resolved. Please check that the following is correct. From: Valentine Barshak ARM: shmobile: lager: Enable SATA1 in r8a7790-lager.dts This enables SATA1 in Lager device tree. SATA0 is not available on Lager since its pinmux is fixed to USB3.0. Signed-off-by: Valentine Barshak Acked-by: Magnus Damm Signed-off-by: Simon Horman diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index 57569cb..1081c5e 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts @@ -91,3 +91,7 @@ non-removable; status = "okay"; }; + +&sata1 { + status = "okay"; +};