Re: [PATCH 2/6] powerpc/85xx: consolidate of_platform_bus_probe calls
From: Timur Tabi <hidden>
Date: 2011-11-29 22:53:42
From: Timur Tabi <hidden>
Date: 2011-11-29 22:53:42
Kumar Gala wrote:
quoted
quoted
The only fix I can think of is to move "fsl,eloplus-dma" into mpc85xx_common_ids[]. I'll post a patch that does that, and we can discuss it.
what if you make the p1022_ds_ids call first? Maybe we need to add 'soc' to p1022_ds_ids list
Reversing the calls does not help. p1022_ds_ids[] is ignored either way. The same problem exists in mpc85xx_publish_devices(), so this patch breaks several boards. Copying lines into p1022_ds_ids[] causes kernel BUGS() like this: sysfs: cannot create duplicate filename '/devices/e0005000.localbus' because we end up duplicating probes. -- Timur Tabi Linux kernel developer at Freescale