From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id F0BCF2C0151 for ; Tue, 19 Mar 2013 02:01:40 +1100 (EST) Subject: Re: [PATCH 5/5 v9] iommu/fsl: Freescale PAMU driver and iommu implementation. Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: Date: Mon, 18 Mar 2013 09:59:53 -0500 Message-Id: References: <1363200580-11623-1-git-send-email-Varun.Sethi@freescale.com> <0080B56D-8417-41B9-8341-665457D04DE6@kernel.crashing.org> To: Sethi Varun-B16395 Cc: Wood Scott-B07421 , "linux-kernel@vger.kernel.org" , Yoder Stuart-B08248 , "iommu@lists.linux-foundation.org" , "linuxppc-dev@lists.ozlabs.org" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mar 17, 2013, at 10:48 AM, Sethi Varun-B16395 wrote: >>>=20 >>> + guts_node =3D of_find_compatible_node(NULL, NULL, >>> + "fsl,qoriq-device-config-1.0"); >>=20 >> This doesn't work for T4 or B4 device trees. >>=20 > [Sethi Varun-B16395]hmm.... I need to use the dcfg space for this. Let's see with the SoC arch's if something like = "fsl,qoriq-device-config-2.0" makes sense for T4 & B4. - k=