From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from buildserver.ru.mvista.com (unknown [85.21.88.6]) by ozlabs.org (Postfix) with ESMTP id 05053DE17F for ; Wed, 19 Mar 2008 02:44:00 +1100 (EST) Received: from localhost (unknown [10.150.0.9]) by buildserver.ru.mvista.com (Postfix) with ESMTP id 6C6F18814 for ; Tue, 18 Mar 2008 20:44:17 +0400 (SAMT) Date: Tue, 18 Mar 2008 18:43:59 +0300 From: Anton Vorontsov To: linuxppc-dev@ozlabs.org Subject: [PATCH] [POWERPC] 83xx: mpc837x_rdb: add simple-bus compatible matching Message-ID: <20080318154359.GB31173@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf8 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This is needed to probe nor and nand flashes on the localbus. Signed-off-by: Anton Vorontsov --- arch/powerpc/platforms/83xx/mpc837x_rdb.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/platforms/83xx/mpc837x_rdb.c b/arch/powerpc/platforms/83xx/mpc837x_rdb.c index 9c498b7..a653a38 100644 --- a/arch/powerpc/platforms/83xx/mpc837x_rdb.c +++ b/arch/powerpc/platforms/83xx/mpc837x_rdb.c @@ -81,6 +81,7 @@ static void __init mpc837x_rdb_setup_arch(void) static struct of_device_id mpc837x_ids[] = { { .type = "soc", }, { .compatible = "soc", }, + { .compatible = "simple-bus", }, {}, }; -- 1.5.2.2