From: Sergei Shtylyov Date: Wed, 7 Oct 2015 22:00:06 +0000 (+0300) Subject: ARM: shmobile: porter: enable SATA0 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=efbb05c2c00231d73393390db2156046bda787de;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ARM: shmobile: porter: enable SATA0 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 Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7791-porter.dts b/arch/arm/boot/dts/r8a7791-porter.dts index 5bc4d23c1edb..7f46980ffd12 100644 --- a/arch/arm/boot/dts/r8a7791-porter.dts +++ b/arch/arm/boot/dts/r8a7791-porter.dts @@ -154,3 +154,7 @@ cd-gpios = <&gpio6 22 GPIO_ACTIVE_LOW>; status = "okay"; }; + +&sata0 { + status = "okay"; +};