From patchwork Fri Dec 18 02:30:43 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 7878721 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 3BE389F1C2 for ; Fri, 18 Dec 2015 02:30:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7E21220155 for ; Fri, 18 Dec 2015 02:30:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A3CA520443 for ; Fri, 18 Dec 2015 02:30:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966105AbbLRCax (ORCPT ); Thu, 17 Dec 2015 21:30:53 -0500 Received: from kirsty.vergenet.net ([202.4.237.240]:39386 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966153AbbLRCax (ORCPT ); Thu, 17 Dec 2015 21:30:53 -0500 Received: from reginn.isobedori.kobe.vergenet.net (p1027-ipbfp1401kobeminato.hyogo.ocn.ne.jp [114.152.28.27]) by kirsty.vergenet.net (Postfix) with ESMTPA id 36B0325BE99; Fri, 18 Dec 2015 13:30:47 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1450405847; bh=sp/efFG0DQhGOWBquiaXmRzvJ2uaSMbtgKSy+iRRdo8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=OfqW+gFEwMq4Ow1CFR2BgGMPGwX+qkiDKaoHrEuBG619zZkLSbz+54xKrUL/eEJNv lLZ3mE4Skkl6+RPBgr4Pc+pFsvwcwza4y8KVmVQIh2hQrQ3a/IlxNcqYx3Ioyy3fRn Q23aSV9imi0DZAV7BykrGbTrTRttZkcFxLc8CG4E= Received: by reginn.isobedori.kobe.vergenet.net (Postfix, from userid 7100) id ABC63940830; Fri, 18 Dec 2015 11:30:45 +0900 (JST) From: Simon Horman To: linux-sh@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Greg Kroah-Hartman , Geert Uytterhoeven , Simon Horman Subject: [PATCH 5/6] staging: board: kzm9d: Use "arm,pl390" Date: Fri, 18 Dec 2015 11:30:43 +0900 Message-Id: X-Mailer: git-send-email 2.1.4 In-Reply-To: References: Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID,T_RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Geert Uytterhoeven Signed-off-by: Geert Uytterhoeven Acked-by: Greg Kroah-Hartman Signed-off-by: Simon Horman --- drivers/staging/board/kzm9d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/board/kzm9d.c b/drivers/staging/board/kzm9d.c index 8d1eb09bc66e..05a6d434d307 100644 --- a/drivers/staging/board/kzm9d.c +++ b/drivers/staging/board/kzm9d.c @@ -11,7 +11,7 @@ static struct resource usbs1_res[] __initdata = { static void __init kzm9d_init(void) { - board_staging_gic_setup_xlate("arm,cortex-a9-gic", 32); + board_staging_gic_setup_xlate("arm,pl390", 32); if (!board_staging_dt_node_available(usbs1_res, ARRAY_SIZE(usbs1_res))) {