Enable SATA power regulator at boot on Sinovoip BananaPi BPI-M3.
This commit is contained in:
parent
6a94069a5e
commit
792492eee3
@ -37,6 +37,15 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
®_ahci_5v {
|
||||
gpio = <&pio 3 25 GPIO_ACTIVE_HIGH>; /* PD25 */
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ahci_pwr_pin_a {
|
||||
allwinner,pins = "PD25";
|
||||
};
|
||||
|
||||
®_usb1_vbus {
|
||||
gpio = <&pio 3 24 GPIO_ACTIVE_HIGH>; /* PD24 */
|
||||
status = "okay";
|
||||
|
Loading…
Reference in New Issue
Block a user