Kumar Gala wrote:
On May 5, 2008, at 5:17 PM, Jeremy McNicoll wrote:
The following adds local bus, flash and MTD partition nodes for
sbc8548. As well, a compatible field for the soc node, so that
of_platform_bus_probe() will pick it up.
Something that is provided through this newly added
-by: Jeremy McNicoll <[EMAIL PROTECTED]>
---
arch/powerpc/boot/dts/sbc8548.dts | 94 +
arch/powerpc/platforms/85xx/sbc8548.c | 30 ++-
2 files changed, 123 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/boot/dts/sbc8548.dts
b/arch/p
Jeremy McNicoll wrote:
The following adds local bus, flash and MTD partition nodes for
sbc8548. As well, a compatible field for the soc node, so that
of_platform_bus_probe() will pick it up.
Something that is provided through this newly added epld node
is the Hardware Revision is now being
-off-by: Jeremy McNicoll <[EMAIL PROTECTED]>
---
arch/powerpc/boot/dts/sbc8548.dts | 94 +
arch/powerpc/platforms/85xx/sbc8548.c | 25 +
2 files changed, 119 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/boot/dts/sbc8548.dts
b/arch/p
The following patch allows interrupts to occur on the
sbc8548. Currently PCI and PCI-X devices get assigned an IRQ
but the interrupt count never increases. This solves the
problem and adds PCI support as well.
Signed-off-by: Jeremy McNicoll <[EMAIL PROTECTED]>
Signed-off-by: Paul Gor