Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jan 2017 18:04:13 +0000 (UTC)
From:      Luiz Otavio O Souza <loos@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r312347 - head/sys/boot/fdt/dts/arm
Message-ID:  <201701171804.v0HI4D6G073941@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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";
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701171804.v0HI4D6G073941>