Author: jmcneill
Date: Sat Dec 31 13:10:06 2016
New Revision: 310972
URL: https://svnweb.freebsd.org/changeset/base/310972

Log:
  Fix a typo in the third address of the reg property for the usbphy node.
  
  MFC after:    1 week

Modified:
  head/sys/boot/fdt/dts/arm/a83t.dtsi

Modified: head/sys/boot/fdt/dts/arm/a83t.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/arm/a83t.dtsi Sat Dec 31 13:07:09 2016        
(r310971)
+++ head/sys/boot/fdt/dts/arm/a83t.dtsi Sat Dec 31 13:10:06 2016        
(r310972)
@@ -178,7 +178,7 @@
                        compatible = "allwinner,sun8i-a83t-usb-phy";
                        reg = <0x01c19400 0x2c>,
                              <0x01c1a800 0x4>,
-                             <0x01c1a800 0x4>;
+                             <0x01c1b800 0x4>;
                        clocks = <&usb_clk 8>,
                                 <&usb_clk 9>,
                                 <&usb_clk 10>,
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to