Author: loos
Date: Thu Jan 15 01:20:56 2015
New Revision: 277208
URL: https://svnweb.freebsd.org/changeset/base/277208

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

Modified:
  head/sys/boot/fdt/dts/arm/beaglebone-black.dts

Modified: head/sys/boot/fdt/dts/arm/beaglebone-black.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/beaglebone-black.dts      Thu Jan 15 01:05:05 
2015        (r277207)
+++ head/sys/boot/fdt/dts/arm/beaglebone-black.dts      Thu Jan 15 01:20:56 
2015        (r277208)
@@ -144,10 +144,9 @@
                        status = "okay";
                        non-removable;
                };
-
  
                i2c@44e0b000 {
-                       pmic@24 {
+                       pmic@48 {
                                compatible = "ti,am335x-pmic";
                                reg = <0x48>;
                        };
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to