[PATCH 5/6] powerpc: add USB peripheral support to MPC836xMDS
Li Yang
leoli at freescale.com
Thu Aug 7 13:32:55 EST 2008
On Wed, 2008-08-06 at 12:29 -0500, Scott Wood wrote:
> On Wed, Aug 06, 2008 at 03:04:44PM +0800, Li Yang wrote:
> > usb at 6c0 {
> > - compatible = "qe_udc";
> > + compatible = "fsl,qe_udc";
> [snip]
> > +
> > + np = of_find_compatible_node(NULL, NULL, "fsl,qe_udc");
> > + if (np) {
> > + par_io_of_config(np);
> > + qe_usb_clock_set(np);
> > + }
>
> What about existing device trees in use?
This node was never used in existing device trees for mainline kernel.
- Leo
More information about the Linuxppc-dev
mailing list