On Wed, Feb 20, 2008 at 02:32:33AM +0300, Nikita V. Youshchenko wrote:
quoted
powerpc: don't create two devices for each cpm_uart device tree
node
Code in arch/powerpc/sysdev/fsl_soc.c used to create two 'struct
device' objects for each cpm_uart device tree node - one
"fsl-cpm-scc:uart" in cpm_uart_of_init() and one "fsl-cpm-smc:uart" in
cpm_smc_uart_of_init().
This is old code that only exists for non-CONFIG_PPC_CPM_NEW_BINDING
boards. As there are none of these remaining in-tree, this code should
go away soon.
Thank you for information.
I am working with vendor kernel, based on 2.6.18, and that does not have
CONFIG_PPC_CPM_NEW_BINDING. I thought that fix I made for that kernel
could be usable for mainline, but if not - nevermind.