svn commit: r312620 - stable/11/sys/boot/fdt/dts/arm

Jared McNeill jmcneill at FreeBSD.org
Sun Jan 22 13:21:21 UTC 2017


Author: jmcneill
Date: Sun Jan 22 13:21:19 2017
New Revision: 312620
URL: https://svnweb.freebsd.org/changeset/base/312620

Log:
  MFC r310854, r310972
  
  r310854:
  Add missing reg property to usbphy node.
  
  r310972:
  Fix a typo in the third address of the reg property for the usbphy node.

Modified:
  stable/11/sys/boot/fdt/dts/arm/a83t.dtsi
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/boot/fdt/dts/arm/a83t.dtsi
==============================================================================
--- stable/11/sys/boot/fdt/dts/arm/a83t.dtsi	Sun Jan 22 11:13:53 2017	(r312619)
+++ stable/11/sys/boot/fdt/dts/arm/a83t.dtsi	Sun Jan 22 13:21:19 2017	(r312620)
@@ -132,6 +132,9 @@
 
 		usbphy: phy at 01c19400 {
 			compatible = "allwinner,sun8i-a83t-usb-phy";
+			reg = <0x01c19400 0x2c>,
+			      <0x01c1a800 0x4>,
+			      <0x01c1b800 0x4>;
 			clocks = <&usb_clk 8>,
 				 <&usb_clk 9>,
 				 <&usb_clk 10>,


More information about the svn-src-all mailing list