On Feb 11, 2008, at 2:34 PM, Dave Jiang wrote:
Creating a platform device for the PCI error registers in order for
the
mpc85xx EDAC driver to pick up proper resources. This is to prevent
the
EDAC driver from monopolizing the of_device and thus preventing
future PCI
code from using the PCI of_device(s).
Signed-off-by: Dave Jiang <redacted>
I'd rather we didn't add new platform devices, but do this via
of_platform in the driver itself.
Also, we need to 'rename' the compatible field for some of these
devices.
- k