svn commit: r312347 - head/sys/boot/fdt/dts/arm
Luiz Otavio O Souza
loos at FreeBSD.org
Tue Jan 17 18:04:14 UTC 2017
Author: loos
Date: Tue Jan 17 18:04:13 2017
New Revision: 312347
URL: https://svnweb.freebsd.org/changeset/base/312347
Log:
The write-protect is not wired on uFW, disable it to allow writes to SD
card.
Sponsored by: Rubicon Communications, LLC (Netgate)
Modified:
head/sys/boot/fdt/dts/arm/ufw.dts
Modified: head/sys/boot/fdt/dts/arm/ufw.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/ufw.dts Tue Jan 17 17:41:14 2017 (r312346)
+++ head/sys/boot/fdt/dts/arm/ufw.dts Tue Jan 17 18:04:13 2017 (r312347)
@@ -278,6 +278,7 @@
pinctrl-0 = <&mmc1_pins>;
bus-width = <4>;
non-removable;
+ wp-disable;
status = "okay";
};
More information about the svn-src-all
mailing list