Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2016 11:38:38 +0000 (UTC)
From:      Svatopluk Kraus <skra@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r295655 - head/sys/boot/fdt/dts/arm
Message-ID:  <201602161138.u1GBcca2075039@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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";



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602161138.u1GBcca2075039>