summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/r8a7779-marzen.dts
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2017-01-16 17:56:53 +0100
committerSimon Horman <horms+renesas@verge.net.au>2017-01-17 10:04:06 +0100
commite8aa6811ca9547bc82baa6ed44c38dde01fb0d86 (patch)
treeabc5a7ad8d92edc822ea938be066cdd0519a0aa2 /arch/arm/boot/dts/r8a7779-marzen.dts
parent654450baf2afba86cf328e1849ccac61ec4630af (diff)
ARM: dts: r8a7779, marzen: Fix sata device status
Device nodes representing I/O devices should be marked disabled in the SoC-specific DTS, and overridden by board-specific DTSes where needed. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7779-marzen.dts')
-rw-r--r--arch/arm/boot/dts/r8a7779-marzen.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7779-marzen.dts b/arch/arm/boot/dts/r8a7779-marzen.dts
index 676151b70185..89c5b24a3d03 100644
--- a/arch/arm/boot/dts/r8a7779-marzen.dts
+++ b/arch/arm/boot/dts/r8a7779-marzen.dts
@@ -216,6 +216,10 @@
};
};
+&sata {
+ status = "okay";
+};
+
&scif2 {
pinctrl-0 = <&scif2_pins>;
pinctrl-names = "default";