Re: [PATCH 5/5 v9] iommu/fsl: Freescale PAMU driver and iommu implementation.

2013-03-18 Thread Kumar Gala
On Mar 18, 2013, at 9:59 AM, Kumar Gala wrote: > > On Mar 17, 2013, at 10:48 AM, Sethi Varun-B16395 wrote: > + guts_node = of_find_compatible_node(NULL, NULL, + "fsl,qoriq-device-config-1.0"); >>> >>> This doesn't work for T4 or B4 device trees. >>> >> [Sethi

Re: [PATCH 5/5 v9] iommu/fsl: Freescale PAMU driver and iommu implementation.

2013-03-18 Thread Kumar Gala
On Mar 17, 2013, at 10:48 AM, Sethi Varun-B16395 wrote: >>> >>> + guts_node = of_find_compatible_node(NULL, NULL, >>> + "fsl,qoriq-device-config-1.0"); >> >> This doesn't work for T4 or B4 device trees. >> > [Sethi Varun-B16395]hmm I need to use the dcfg space for this.