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

This commit is contained in:
Jared McNeill 2016-05-15 17:25:31 +00:00
parent 6a94069a5e
commit 792492eee3

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";