Re: [PATCH] ASoC drivers for the Freescale MPC8610 SoC
From: Scott Wood <hidden>
Date: 2007-12-20 22:44:51
Also in:
alsa-devel
From: Scott Wood <hidden>
Date: 2007-12-20 22:44:51
Also in:
alsa-devel
Timur Tabi wrote:
Jon Smirl wrote:quoted
mpc5200 does it like this: of_platform_bus_probe(NULL, NULL, NULL);I think that tells the OF base code to probe everything in the device tree, which is probably overkill. I think fsl_soc.c covers most of the device tree, but the SSI is not defined in fsl_soc.c.
Not quite; it tells it to use a built-in list of bus matches. Most of which are device_type-based, FWIW. -Scott