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 ESMTP id AAD13DDDFC for ; Fri, 7 Sep 2007 00:00:46 +1000 (EST) In-Reply-To: <20070905115419.321990@gmx.net> References: <20070831175006.17240@gmx.net> <20070903013431.GG31499@localhost.localdomain> <20070903145814.101070@gmx.net> <20070904114945.303440@gmx.net> <20070905024805.GE17189@localhost.localdomain> <20070905115419.321990@gmx.net> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <007113bd4008c022872fae697d5dd20f@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [RFC] AmigaOne device tree source v2 Date: Thu, 6 Sep 2007 16:00:45 +0200 To: "Gerhard Pircher" Cc: linuxppc-dev@ozlabs.org, David Gibson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> The node should have a compatible >> property which is sufficient to select the right bridge driver. > Yeah, I defined a compatible = "mai,articias"; property in the pci > node. > Are there any naming conventions (maybe lower case only)? It's conventional for the part behind the comma to be lower-case only, yes. There are more stringent rules for the part before the comma (the manufacturer part). What is "mai"? Segher