aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/oxnas/patches-5.4
diff options
context:
space:
mode:
authorSungbo Eo <mans0n@gorani.run>2020-03-17 17:34:27 +0900
committerSungbo Eo <mans0n@gorani.run>2020-03-17 17:36:34 +0900
commit9e129c9d95484a7b28ea95bda381c19ea1ed4a0f (patch)
treebbedaf99ca14c83a554e90ab8417fc7e8accee21 /target/linux/oxnas/patches-5.4
parent6e64039a8734d725be96379833b04b47c4a0471a (diff)
downloadupstream-9e129c9d95484a7b28ea95bda381c19ea1ed4a0f.tar.gz
upstream-9e129c9d95484a7b28ea95bda381c19ea1ed4a0f.tar.bz2
upstream-9e129c9d95484a7b28ea95bda381c19ea1ed4a0f.zip
oxnas: enable sata on Pogoplug V3/Pro
Pogoplug V3/Pro has an interanl SATA port. To use it, DTS sata node should be enabled, and kmod-ata-oxnas-sata package needs to be installed. Fixes: FS#2542 Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Diffstat (limited to 'target/linux/oxnas/patches-5.4')
-rw-r--r--target/linux/oxnas/patches-5.4/500-oxnas-sata.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/oxnas/patches-5.4/500-oxnas-sata.patch b/target/linux/oxnas/patches-5.4/500-oxnas-sata.patch
index ba0d0d79b4..dda82e7beb 100644
--- a/target/linux/oxnas/patches-5.4/500-oxnas-sata.patch
+++ b/target/linux/oxnas/patches-5.4/500-oxnas-sata.patch
@@ -47,3 +47,13 @@
+
};
};
+--- a/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts
++++ b/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts
+@@ -111,3 +111,7 @@
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_etha_mdio>;
+ };
++
++&sata {
++ status = "okay";
++};