svn commit: r310972 - head/sys/boot/fdt/dts/arm

Jared McNeill jmcneill at FreeBSD.org
Sat Dec 31 13:10:08 UTC 2016


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>,


More information about the svn-src-head mailing list