Author: sgalabov
Date: Wed Apr 20 14:31:01 2016
New Revision: 298346
URL: https://svnweb.freebsd.org/changeset/base/298346

Log:
  Include resets and clocks properties for PCI in FreeBSD RT3883 dtsi file
  
  This change is required so that RT3662/RT3883 PCI can function correctly
  
  Approved by:  adrian (mentor)
  Sponsored by: Smartcom - Bulgaria AD
  Differential Revision:        https://reviews.freebsd.org/D6028

Modified:
  head/sys/boot/fdt/dts/mips/fbsd-rt3883.dtsi

Modified: head/sys/boot/fdt/dts/mips/fbsd-rt3883.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/mips/fbsd-rt3883.dtsi Wed Apr 20 14:29:03 2016        
(r298345)
+++ head/sys/boot/fdt/dts/mips/fbsd-rt3883.dtsi Wed Apr 20 14:31:01 2016        
(r298346)
@@ -46,5 +46,8 @@
 
                interrupt-parent = <&cpuintc>;
                interrupts = <4>;
+
+               resets = <&rstctrl 23>;
+               clocks = <&clkctrl 21>;
        };
 };
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to