2
0
forked from Ivasoft/openwrt

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>
This commit is contained in:
Sungbo Eo
2020-03-17 17:34:27 +09:00
parent 6e64039a87
commit 9e129c9d95
3 changed files with 18 additions and 3 deletions

View File

@@ -118,6 +118,10 @@
pinctrl-0 = <&pinctrl_etha_mdio>;
};
&sata {
status = "okay";
};
&pcie_phy {
status = "okay";
};