From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-Id: <20061219143453.419520000@arndb.de> References: <20061219143240.705255000@arndb.de> Date: Tue, 19 Dec 2006 15:32:46 +0100 From: Arnd Bergmann To: Paul Mackerras Subject: [patch 6/6] powerpc: add scanning of ebc bus to of_platform Cc: Arnd Bergmann , linuxppc-dev@ozlabs.org, cbe-oss-dev@ozlabs.org, Christian Krafft List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This patch add scanning of ebc bus to of_platform, which is needed to recognize devices located on that bus. Signed-off-by: Christian Krafft Signed-off-by: Arnd Bergmann Index: linux-2.6/arch/powerpc/kernel/of_platform.c =================================================================== --- linux-2.6.orig/arch/powerpc/kernel/of_platform.c +++ linux-2.6/arch/powerpc/kernel/of_platform.c @@ -50,6 +50,7 @@ static struct of_device_id of_default_bu { .type = "plb5", }, { .type = "plb4", }, { .type = "opb", }, + { .type = "ebc", }, {}, }; --