ARM: shmobile: porter: enable SATA0
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Wed, 7 Oct 2015 22:00:06 +0000 (01:00 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 8 Oct 2015 02:15:38 +0000 (11:15 +0900)
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>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791-porter.dts

index 5bc4d23c1edbe65d5573d0617af79fefa3804335..7f46980ffd12833870ab8af33be036582a6dedc6 100644 (file)
        cd-gpios = <&gpio6 22 GPIO_ACTIVE_LOW>;
        status = "okay";
 };
+
+&sata0 {
+       status = "okay";
+};
This page took 0.025059 seconds and 5 git commands to generate.