Author: loos
Date: Wed May 17 22:05:07 2017
New Revision: 318428
URL: https://svnweb.freebsd.org/changeset/base/318428

Log:
  Fix the offset for the CPU0 MPIC registers.
  
  Please note that only a subset of CPU0 registers are exported.  CPU1
  registers are not touched.
  
  Obtained from:        ARMADA38X Functional Specifications
  Sponsored by: Rubicon Communications, LLC (Netgate)

Modified:
  head/sys/boot/fdt/dts/arm/armada-38x.dtsi

Modified: head/sys/boot/fdt/dts/arm/armada-38x.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/arm/armada-38x.dtsi   Wed May 17 21:33:37 2017        
(r318427)
+++ head/sys/boot/fdt/dts/arm/armada-38x.dtsi   Wed May 17 22:05:07 2017        
(r318428)
@@ -419,7 +419,7 @@
 
                        mpic: interrupt-controller@20a00 {
                                compatible = "marvell,mpic";
-                               reg = <0x20a00 0x2d0>, <0x21070 0x58>;
+                               reg = <0x20a00 0x2d0>, <0x21870 0x58>;
                                #interrupt-cells = <1>;
                                #size-cells = <1>;
                                interrupt-controller;
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to