diff mbox

ARM: shmobile: porter: enable SATA0

Message ID 2739743.SVEuIvyJ6z@wasted.cogentembedded.com (mailing list archive)
State Accepted
Commit efbb05c2c00231d73393390db2156046bda787de
Headers show

Commit Message

Sergei Shtylyov Oct. 7, 2015, 10 p.m. UTC
Enable SATA0 device for the Porter board.

This patch is analogous to the commit 5a62ec57004f ("ARM: shmobile:
henninger: enable SATA0") as there are no differences between the boards
in this respect.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
This patch is against 'renesas-devel-20151007-v4.3-rc4' tag of Simon Horman's
'renesas.git' repo.

 arch/arm/boot/dts/r8a7791-porter.dts |    4 ++++
 1 file changed, 4 insertions(+)


--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Simon Horman Oct. 8, 2015, 2:16 a.m. UTC | #1
On Thu, Oct 08, 2015 at 01:00:06AM +0300, Sergei Shtylyov wrote:
> Enable SATA0 device for the Porter board.
> 
> This patch is analogous to the commit 5a62ec57004f ("ARM: shmobile:
> henninger: enable SATA0") as there are no differences between the boards
> in this respect.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Thanks, I have queued this up for v4.4.
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

Index: renesas/arch/arm/boot/dts/r8a7791-porter.dts
===================================================================
--- renesas.orig/arch/arm/boot/dts/r8a7791-porter.dts
+++ renesas/arch/arm/boot/dts/r8a7791-porter.dts
@@ -154,3 +154,7 @@ 
 	cd-gpios = <&gpio6 22 GPIO_ACTIVE_LOW>;
 	status = "okay";
 };
+
+&sata0 {
+	status = "okay";
+};