svn commit: r305399 - head/sys/boot/fdt/dts/arm64

Jared McNeill jmcneill at FreeBSD.org
Sun Sep 4 22:30:47 UTC 2016


Author: jmcneill
Date: Sun Sep  4 22:30:46 2016
New Revision: 305399
URL: https://svnweb.freebsd.org/changeset/base/305399

Log:
  A64 thermal sensor IRQ is GIC_SPI 31, not 41.

Modified:
  head/sys/boot/fdt/dts/arm64/a64.dtsi

Modified: head/sys/boot/fdt/dts/arm64/a64.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/arm64/a64.dtsi	Sun Sep  4 22:08:04 2016	(r305398)
+++ head/sys/boot/fdt/dts/arm64/a64.dtsi	Sun Sep  4 22:30:46 2016	(r305399)
@@ -110,7 +110,7 @@
 		rtp: rtp at 01c25000 {
 			compatible = "allwinner,sun50i-a64-ts";
 			reg = <0x01c25000 0x400>;
-			interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
+			interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
 			clocks = <&bus_gates 72>, <&ths_clk>;
 			clock-names = "ahb", "ths";
 			resets = <&ahb_rst 136>;


More information about the svn-src-head mailing list