Date: Sun, 15 May 2016 17:25:31 +0000 (UTC) From: Jared McNeill <jmcneill@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r299863 - head/sys/boot/fdt/dts/arm Message-ID: <201605151725.u4FHPVE6019158@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"; }; +®_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";
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605151725.u4FHPVE6019158>