Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efbb05c2 authored by Sergei Shtylyov's avatar Sergei Shtylyov Committed by Simon Horman
Browse files

ARM: shmobile: porter: enable SATA0



Enable SATA0 device for the Porter board.

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

Signed-off-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent b941a5cb
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -154,3 +154,7 @@
	cd-gpios = <&gpio6 22 GPIO_ACTIVE_LOW>;
	cd-gpios = <&gpio6 22 GPIO_ACTIVE_LOW>;
	status = "okay";
	status = "okay";
};
};

&sata0 {
	status = "okay";
};