From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4Vq9-000353-Ki for qemu-devel@nongnu.org; Tue, 08 Jul 2014 09:53:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4Vq0-0007Di-EG for qemu-devel@nongnu.org; Tue, 08 Jul 2014 09:53:49 -0400 Received: from cantor2.suse.de ([195.135.220.15]:33142 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4Vq0-0007Cl-7q for qemu-devel@nongnu.org; Tue, 08 Jul 2014 09:53:40 -0400 Message-ID: <53BBF7E2.1090507@suse.de> Date: Tue, 08 Jul 2014 15:53:38 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1404716892-15600-1-git-send-email-eric.auger@linaro.org> <1404716892-15600-8-git-send-email-eric.auger@linaro.org> In-Reply-To: <1404716892-15600-8-git-send-email-eric.auger@linaro.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 7/7] hw/misc/platform_devices: Add platform_bus_base to PlatformDevtreeData List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Auger , eric.auger@st.com, christoffer.dall@linaro.org, qemu-devel@nongnu.org, kim.phillips@freescale.com, a.rigo@virtualopensystems.com Cc: peter.maydell@linaro.org, patches@linaro.org, stuart.yoder@freescale.com, alex.williamson@redhat.com, a.motakis@virtualopensystems.com, kvmarm@lists.cs.columbia.edu On 07.07.14 09:08, Eric Auger wrote: > The base address of the platform bus sometimes is used to build the > property. > > --- > > Actually I did not succeed in doing it another way with Calxeda xgmac. > If someone knows how to do without, please advise. Not sure I understand. The "regs" properties live inside the parent's "ranges". So in device tree the only thing that should be aware of the bus offset is the platform bus node, no? Alex