[PATCH 5/6] powerpc: add USB peripheral support to MPC836xMDS

Stephen Rothwell sfr at canb.auug.org.au
Wed Aug 6 17:50:26 EST 2008


Hi Li,

On Wed,  6 Aug 2008 15:04:44 +0800 Li Yang <leoli at freescale.com> wrote:
>
> @@ -93,6 +93,12 @@ static void __init mpc836x_mds_setup_arch(void)
>  
>  		for (np = NULL; (np = of_find_node_by_name(np, "ucc")) != NULL;)
>  			par_io_of_config(np);
> +
> +		np = of_find_compatible_node(NULL, NULL, "fsl,qe_udc");
> +		if (np) {
> +			par_io_of_config(np);
> +			qe_usb_clock_set(np);

			of_node_put(np);

> +		}
-- 
Cheers,
Stephen Rothwell                    sfr at canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20080806/e2657bf2/attachment.pgp>


More information about the Linuxppc-dev mailing list