[PATCH 5/6] powerpc: add USB peripheral support to MPC836xMDS
Scott Wood
scottwood at freescale.com
Thu Aug 7 03:29:20 EST 2008
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?
> + printk(KERN_ERR "Unsupport usb-clock input pin\n");
s/Unsupport/Unsupported/
-Scott
More information about the Linuxppc-dev
mailing list