Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2016 13:10:07 +0000 (UTC)
From:      Jared McNeill <jmcneill@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r310972 - head/sys/boot/fdt/dts/arm
Message-ID:  <201612311310.uBVDA7Ah092780@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612311310.uBVDA7Ah092780>