Enable SATA power regulator at boot on Sinovoip BananaPi BPI-M3.

This commit is contained in:
jmcneill 2016-05-15 17:25:31 +00:00
parent fe308664e7
commit c45ef3da19

View File

@ -37,6 +37,15 @@
status = "okay";
};
&reg_ahci_5v {
gpio = <&pio 3 25 GPIO_ACTIVE_HIGH>; /* PD25 */
status = "okay";
};
&ahci_pwr_pin_a {
allwinner,pins = "PD25";
};
&reg_usb1_vbus {
gpio = <&pio 3 24 GPIO_ACTIVE_HIGH>; /* PD24 */
status = "okay";