From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Subject: Re: [PATCH] Added device tree binding for TDM and TDM phy Date: Thu, 10 Jan 2013 13:48:38 -0600 Message-ID: <1357847318.27576.9@snotra> References: <1357133120-2271-1-git-send-email-Sandeep@freescale.com> <3F1D9DCAAB49B94D88DBE05911FA4E6E69CEB8@039-SN1MPN1-005.039d.mgd.msft.net> <1357776425.18196.18@snotra> <3F1D9DCAAB49B94D88DBE05911FA4E6E69E4F0@039-SN1MPN1-005.039d.mgd.msft.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="Flowed"; DelSp="Yes" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <3F1D9DCAAB49B94D88DBE05911FA4E6E69E4F0@039-SN1MPN1-005.039d.mgd.msft.net> (from B37400@freescale.com on Thu Jan 10 03:24:21 2013) Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@lists.ozlabs.org Sender: "Linuxppc-dev" To: Singh Sandeep-B37400 Cc: Wood Scott-B07421 , "devicetree-discuss@lists.ozlabs.org" , Aggrwal Poonam-B10812 , "linuxppc-dev@ozlabs.org" List-Id: devicetree@vger.kernel.org On 01/10/2013 03:24:21 AM, Singh Sandeep-B37400 wrote: > > > > +- compatible > > > > + Value type: > > > > + Definition: Should contain generic compatibility like > > > "tdm-phy-slic" > > > > or > > > > + "tdm-phy-e1" or "tdm-phy-t1". > > > > Does this "generic" string (plus the other properties) tell you all > you > > need to know about the device? If there are other possible > "generic" > > compatibles, they should be listed or else different people will > make up > > different strings for the same thing. > > This property will describe the type of device, and will help TDM > framework > to know if it is E1/T1/SLIC device. Further details can be extracted > from other > compatible strings. > There are only three generic compatibles field types, which are > already mentioned > in definition. Do I need to make this thing more clear. The word "like" suggests that there are other possibilites. It would be clearer as: Definition: One of "tdm-phy-slic", "tdm-phy-e1", or "tdm-phy-t1". -Scott