svn commit: r278073 - stable/10/sys/boot/fdt/dts/arm

Luiz Otavio O Souza loos at FreeBSD.org
Mon Feb 2 11:26:53 UTC 2015


Author: loos
Date: Mon Feb  2 11:26:52 2015
New Revision: 278073
URL: https://svnweb.freebsd.org/changeset/base/278073

Log:
  MFC r277208:
  
  Fix the PMIC node name to match the PMIC i2c address.
  
  Remove an extra blank line.
  
  No functional changes.

Modified:
  stable/10/sys/boot/fdt/dts/arm/beaglebone-black.dts
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/boot/fdt/dts/arm/beaglebone-black.dts
==============================================================================
--- stable/10/sys/boot/fdt/dts/arm/beaglebone-black.dts	Mon Feb  2 11:12:31 2015	(r278072)
+++ stable/10/sys/boot/fdt/dts/arm/beaglebone-black.dts	Mon Feb  2 11:26:52 2015	(r278073)
@@ -144,10 +144,9 @@
 			status = "okay";
 			non-removable;
 		};
-
  
 		i2c at 44e0b000 {
-			pmic at 24 {
+			pmic at 48 {
 				compatible = "ti,am335x-pmic";
 				reg = <0x48>;
 			};


More information about the svn-src-stable mailing list