From: Arnd Bergmann Date: Tue, 19 Dec 2006 14:32:46 +0000 (+0100) Subject: [POWERPC] powerpc: add scanning of ebc bus to of_platform X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~48049^2~12^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=4bc196266e61be1ea9391a6a52c0399c5b394e5b;p=mirror_ubuntu-focal-kernel.git [POWERPC] powerpc: add scanning of ebc bus to of_platform 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 --- diff --git a/arch/powerpc/kernel/of_platform.c b/arch/powerpc/kernel/of_platform.c index 3002ea3a61a2..b7345176b399 100644 --- a/arch/powerpc/kernel/of_platform.c +++ b/arch/powerpc/kernel/of_platform.c @@ -50,6 +50,7 @@ static struct of_device_id of_default_bus_ids[] = { { .type = "plb5", }, { .type = "plb4", }, { .type = "opb", }, + { .type = "ebc", }, {}, };