diff options
author | Renwei Wu <Renwei.Wu@csr.com> | 2013-09-23 23:57:11 +0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-09-30 09:17:49 -0700 |
commit | 262bcc1d6f8a1b0077eaca00d0834c03573f1b92 (patch) | |
tree | abe48e5953b3c9b084b6c4dd2ecd4900abdc7e78 /arch/arm/boot/dts/prima2.dtsi | |
parent | 9e85b9d1006738a45123ea3fe92ad74e5622ffbc (diff) | |
download | linux-262bcc1d6f8a1b0077eaca00d0834c03573f1b92.tar.gz linux-262bcc1d6f8a1b0077eaca00d0834c03573f1b92.tar.bz2 linux-262bcc1d6f8a1b0077eaca00d0834c03573f1b92.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/prima2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/prima2.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/prima2.dtsi b/arch/arm/boot/dts/prima2.dtsi index a88eda93bccb..27ed9f5144bc 100644 --- a/arch/arm/boot/dts/prima2.dtsi +++ b/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 { |