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

Jared McNeill jmcneill at FreeBSD.org
Fri Dec 30 20:16:11 UTC 2016


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 at 01c19400 {
 			compatible = "allwinner,sun8i-a83t-usb-phy";
+			reg = <0x01c19400 0x2c>,
+			      <0x01c1a800 0x4>,
+			      <0x01c1a800 0x4>;
 			clocks = <&usb_clk 8>,
 				 <&usb_clk 9>,
 				 <&usb_clk 10>,


More information about the svn-src-head mailing list