Re: [RFC/PATCH 1/2] [POWERPC] mpc5200: normalize compatible property bindings

2008-01-19 Thread Stephen Rothwell
Hi Grant, On Fri, 18 Jan 2008 10:04:49 -0700 Grant Likely <[EMAIL PROTECTED]> wrote: > > +++ b/arch/powerpc/platforms/52xx/lite5200.c > @@ -44,9 +44,14 @@ lite5200_fix_clock_config(void) > { > struct device_node *np; > struct mpc52xx_cdm __iomem *cdm; > + struct of_device_id cdm_

Re: [RFC/PATCH 1/2] [POWERPC] mpc5200: normalize compatible property bindings

2008-01-18 Thread John Rigby
Looks fine to me. Grant Likely wrote: > From: Grant Likely <[EMAIL PROTECTED]> > > Update MPC5200 drivers to also look for compatible properties in the > form "fsl,mpc5200-*" to better conform to open firmware generic names > recommended practice as published here: > > http://www.openfirmware.org/

[RFC/PATCH 1/2] [POWERPC] mpc5200: normalize compatible property bindings

2008-01-18 Thread Grant Likely
From: Grant Likely <[EMAIL PROTECTED]> Update MPC5200 drivers to also look for compatible properties in the form "fsl,mpc5200-*" to better conform to open firmware generic names recommended practice as published here: http://www.openfirmware.org/1275/practice/gnames/gnamv14a.html This patch shou