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@44e0b000 {
-                       pmic@24 {
+                       pmic@48 {
                                compatible = "ti,am335x-pmic";
                                reg = <0x48>;
                        };
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"

Reply via email to