Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2016 20:16:09 +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: r310854 - head/sys/boot/fdt/dts/arm
Message-ID:  <201612302016.uBUKG9Di076781@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmcneill
Date: Fri Dec 30 20:16:09 2016
New Revision: 310854
URL: https://svnweb.freebsd.org/changeset/base/310854

Log:
  Add missing reg property to 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	Fri Dec 30 20:00:41 2016	(r310853)
+++ head/sys/boot/fdt/dts/arm/a83t.dtsi	Fri Dec 30 20:16:09 2016	(r310854)
@@ -176,6 +176,9 @@
 
 		usbphy: phy@01c19400 {
 			compatible = "allwinner,sun8i-a83t-usb-phy";
+			reg = <0x01c19400 0x2c>,
+			      <0x01c1a800 0x4>,
+			      <0x01c1a800 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?201612302016.uBUKG9Di076781>