[U-Boot] [PATCH 20/22] sunxi: musb: Use device-model for musb host mode
Ian Campbell
ijc+uboot at hellion.org.uk
Fri Jun 19 09:45:11 CEST 2015
On Wed, 2015-06-17 at 21:34 +0200, Hans de Goede wrote:
> [...]
> + * Bind the driver directly for now as musb linux kernel support is
> + * still pending upstream so our dts files do not have the necessay
"necessary". Otherwise:
Acked-by: Ian Campbell <ijc at hellion.org.uk>
So far as this being a sunxi change goes, although I think this probably
needs other acks from the CC line too.
Ian.
> + * nodes yet. TODO: Remove this as soon as the dts nodes are in place
> + * and bind by compatible instead.
> + */
> + device_bind_driver(dm_root(), "sunxi-musb", "sunxi-musb", &dev);
> +#else
> musb_register(&musb_plat, NULL, (void *)SUNXI_USB0_BASE);
> +#endif
> }
More information about the U-Boot
mailing list