svn commit: r299863 - head/sys/boot/fdt/dts/arm

Jared McNeill jmcneill at FreeBSD.org
Sun May 15 17:25:32 UTC 2016


Author: jmcneill
Date: Sun May 15 17:25:31 2016
New Revision: 299863
URL: https://svnweb.freebsd.org/changeset/base/299863

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

Modified:
  head/sys/boot/fdt/dts/arm/sinovoip-bpi-m3.dts

Modified: head/sys/boot/fdt/dts/arm/sinovoip-bpi-m3.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/sinovoip-bpi-m3.dts	Sun May 15 16:43:47 2016	(r299862)
+++ head/sys/boot/fdt/dts/arm/sinovoip-bpi-m3.dts	Sun May 15 17:25:31 2016	(r299863)
@@ -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";


More information about the svn-src-head mailing list