From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Anna, Suman" Subject: Re: [PATCH 5/7] ARM: dts: Complete data for isp iommu Date: Mon, 23 Dec 2013 13:12:26 -0600 Message-ID: <52B88B1A.40506@ti.com> References: <1387284818-28739-1-git-send-email-florian.vaussard@epfl.ch> <1387284818-28739-6-git-send-email-florian.vaussard@epfl.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1387284818-28739-6-git-send-email-florian.vaussard-p8DiymsW2f8@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Florian Vaussard , Joerg Roedel , Tony Lindgren , =?ISO-8859-1?Q?Beno=EEt_Cousson?= Cc: Mark Rutland , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Pawel Moll , Ian Campbell , "linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Rob Herring , "iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org" , Rob Landley , Kumar Gala , Grant Likely , "linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" List-Id: iommu@lists.linux-foundation.org Hi Florian, On 12/17/2013 06:53 AM, Florian Vaussard wrote: > Add missing information required to probe the iommu for the camera > subsystem. > > Signed-off-by: Florian Vaussard > --- > arch/arm/boot/dts/omap3.dtsi | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi > index daabf99..610d084 100644 > --- a/arch/arm/boot/dts/omap3.dtsi > +++ b/arch/arm/boot/dts/omap3.dtsi > @@ -371,11 +371,13 @@ > dma-names = "tx", "rx"; > }; > > - mmu_isp: mmu@480bd400 { > + mmu_isp: mmu_isp@480bd400 { Any reason for switching the name to mmu_isp? > compatible = "ti,omap3-mmu-isp"; > ti,hwmods = "mmu_isp"; > reg = <0x480bd400 0x80>; > interrupts = <8>; As I was testing the series, I found that this interrupt number is wrong. The interrupt number should be 24, you can fix it in this patch. I will post couple of patches to correct the interrupt numbers for couple of other occurrences. regards Suman > + ti,#tlb-entries = <8>; > + dma-window = <0 0xfffff000>; /* IOVA start & length */ > }; > > wdt2: wdt@48314000 { >