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

Svatopluk Kraus skra at FreeBSD.org
Tue Feb 16 11:38:39 UTC 2016


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 at 48078000 {
+			interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
+		};
 	};
 	chosen {
 		stdin = "serial2";


More information about the svn-src-head mailing list