From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 1/5] capemgr: Beaglebone DT overlay based cape manager Date: Thu, 17 Jan 2013 10:35:41 +0000 Message-ID: <201301171035.41407.arnd@arndb.de> References: <1357584666-17374-1-git-send-email-panto@antoniou-consulting.com> <201301091148.09320.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Linus Walleij Cc: linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Pantelis Antoniou , Lee Jones , Rabin VINCENT , Russell King - ARM Linux , Koen Kooi , Russ Dill , Sascha Hauer , Matt Porter , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Rob Herring , Linus Walleij , linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Matt Ranostay , Greg Kroah-Hartman , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Clark , Joel A Fernandes , Guennadi Liakhovetski List-Id: linux-omap@vger.kernel.org On Thursday 17 January 2013, Linus Walleij wrote: > Each logic module / plug-in card spawn a set of struct amba_device > primecells. > > Each of them need clocks and interrupts. These are then cascaded > from the clocks/irqs on the main board. But can they be cascaded from any clocks and irqs on the mainboard, or just a few selected ones that are connected to the plug-in module? If you can describe which IRQs and clocks are routed to the connector, then everything below it can be locally described again. For the interrupts, you can use an interrupt-map/interrupt-map-mask pair, and I'd assume for the clocks, you just need to provide the right labels. Arnd