Author: skra
Date: Tue Feb 16 11:38:38 2016
New Revision: 295655
URL: https://svnweb.freebsd.org/changeset/base/295655

Log:
  Temporary overwrite bad definition of elm interrupt property in Linux
  dts files. It may be removed once it will be fixed upstream.
  
  This is done just to supresses a warning during dtb evaluation as
  there is no elm driver in tree at present.

Modified:
  head/sys/boot/fdt/dts/arm/pandaboard-common.dtsi

Modified: head/sys/boot/fdt/dts/arm/pandaboard-common.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/arm/pandaboard-common.dtsi    Tue Feb 16 11:03:21 
2016        (r295654)
+++ head/sys/boot/fdt/dts/arm/pandaboard-common.dtsi    Tue Feb 16 11:38:38 
2016        (r295655)
@@ -41,6 +41,10 @@
                        reg = <0x48240200 0x20>;
                        interrupts = <GIC_PPI 11 (GIC_CPU_MASK_RAW(3) | 
IRQ_TYPE_LEVEL_HIGH)>;
                };
+
+               elm: elm@48078000 {
+                       interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
+               };
        };
        chosen {
                stdin = "serial2";
_______________________________________________
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