[PATCH] bcma: populate bus DT subnodes as platform_device-s
From: hauke@hauke-m.de (Hauke Mehrtens)
Date: 2015-06-30 21:45:37
Also in:
linux-wireless
From: hauke@hauke-m.de (Hauke Mehrtens)
Date: 2015-06-30 21:45:37
Also in:
linux-wireless
On 06/28/2015 05:17 PM, Rafa? Mi?ecki wrote:
Our bus should allow defining children nodes as we may want to specify devices attached to the bus. This is required e.g. to specify NAND or ChipCommon cores and use bus's address and IRQ mappings. Signed-off-by: Rafa? Mi?ecki <zajec5@gmail.com> --- drivers/bcma/main.c | 8 ++++++++ 1 file changed, 8 insertions(+)
Rafa? have you solved the IRQ problem? Is it possible to assign all the sub devices the same IRQ number as the chipcommon core?