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

Emmanuel Vadot manu at FreeBSD.org
Wed Aug 17 13:19:29 UTC 2016


Author: manu
Date: Wed Aug 17 13:19:28 2016
New Revision: 304291
URL: https://svnweb.freebsd.org/changeset/base/304291

Log:
  Remove pullup settings for MMC pins, this is not needed since r304290
  
  MFC after:	1 week

Modified:
  head/sys/boot/fdt/dts/arm/bananapi.dts

Modified: head/sys/boot/fdt/dts/arm/bananapi.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/bananapi.dts	Wed Aug 17 13:09:31 2016	(r304290)
+++ head/sys/boot/fdt/dts/arm/bananapi.dts	Wed Aug 17 13:19:28 2016	(r304291)
@@ -41,7 +41,3 @@
 		};
 	};
 };
-
-&mmc0_pins_a {
-	allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
-};


More information about the svn-src-head mailing list