瀏覽代碼

ARM: dts: sirf: fix interrupt and dma prop of VIP for prima2 and atlas6

the current dts is lacking interrupt and dma prop for video input
processor of prima2 and atlas6, this patch fixes it.

Signed-off-by: Renwei Wu <Renwei.Wu@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Renwei Wu 12 年之前
父節點
當前提交
262bcc1d6f
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 2 0
      arch/arm/boot/dts/atlas6.dtsi
  2. 2 0
      arch/arm/boot/dts/prima2.dtsi

+ 2 - 0
arch/arm/boot/dts/atlas6.dtsi

@@ -247,6 +247,8 @@
 				compatible = "sirf,prima2-vip";
 				reg = <0xb00C0000 0x10000>;
 				clocks = <&clks 31>;
+				interrupts = <14>;
+				sirf,vip-dma-rx-channel = <16>;
 			};
 
 			spi0: spi@b00d0000 {

+ 2 - 0
arch/arm/boot/dts/prima2.dtsi

@@ -278,6 +278,8 @@
 				compatible = "sirf,prima2-vip";
 				reg = <0xb00C0000 0x10000>;
 				clocks = <&clks 31>;
+				interrupts = <14>;
+				sirf,vip-dma-rx-channel = <16>;
 			};
 
 			spi0: spi@b00d0000 {