svn commit: r277208 - head/sys/boot/fdt/dts/arm
Luiz Otavio O Souza
loos at FreeBSD.org
Thu Jan 15 01:20:57 UTC 2015
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 at 44e0b000 {
- pmic at 24 {
+ pmic at 48 {
compatible = "ti,am335x-pmic";
reg = <0x48>;
};
More information about the svn-src-all
mailing list