From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: Device tree for c67x00 Date: Mon, 6 Oct 2008 07:59:24 -0600 Message-ID: <20081006135924.GB26148@secretlab.ca> References: <20080926230904.3E572C60081@mail63-dub.bigfish.com> <20081005055800.GA14172@secretlab.ca> <87r66u6vcd.fsf@macbook.be.48ers.dk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <87r66u6vcd.fsf-uXGAPMMVk8amE9MCos8gUmSdvHPH+/yF@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-mnsaURCQ41sdnm+yROfE0A@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-mnsaURCQ41sdnm+yROfE0A@public.gmane.org To: Peter Korsgaard Cc: Michal Simek , git-dev , Jim Hwang , Walter Tomkoski , devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org List-Id: devicetree@vger.kernel.org On Mon, Oct 06, 2008 at 09:22:58AM +0200, Peter Korsgaard wrote: > >>>>> "Grant" == Grant Likely writes: > > Hi, > > >> usb@85000000 { > >> compatible = "cypress,c67x00"; > >> reg = < 0x85000000 0x10000 >; > >> } ; > > This is the first I see of this, but that weren't we supposed to use > the stock ticker (E.G. cy)? It would also be good to list the exact > cy67x00 variant: > > usb@85000000 { > compatible = "cy,c67300" "cy,c67x00"; > ... Heh, I got caught up in the other discussion and I never thought to review the binding. Oops. Yes, you're absolutely right. The compatible property should be specific and the binding needs to be documented and reviewed before committing to it. In particular, there needs to be some properties to describe the mode of each SIE on the c67300. g.