소스 검색

ARM: vexpress: Add missing SP804 interrupt in motherboard's DTS files

Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Pawel Moll 13 년 전
부모
커밋
b7541a950f
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      arch/arm/boot/dts/vexpress-v2m-rs1.dtsi
  2. 1 0
      arch/arm/boot/dts/vexpress-v2m.dtsi

+ 1 - 0
arch/arm/boot/dts/vexpress-v2m-rs1.dtsi

@@ -157,6 +157,7 @@
 			v2m_timer23: timer@120000 {
 				compatible = "arm,sp804", "arm,primecell";
 				reg = <0x120000 0x1000>;
+				interrupts = <3>;
 			};
 
 			/* DVI I2C bus */

+ 1 - 0
arch/arm/boot/dts/vexpress-v2m.dtsi

@@ -156,6 +156,7 @@
 			v2m_timer23: timer@12000 {
 				compatible = "arm,sp804", "arm,primecell";
 				reg = <0x12000 0x1000>;
+				interrupts = <3>;
 			};
 
 			/* DVI I2C bus */