From patchwork Mon Oct 20 05:25:23 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Zhu X-Patchwork-Id: 400976 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id E5A82140092 for ; Mon, 20 Oct 2014 16:55:56 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752479AbaJTFzv (ORCPT ); Mon, 20 Oct 2014 01:55:51 -0400 Received: from mail-bl2on0146.outbound.protection.outlook.com ([65.55.169.146]:40864 "EHLO na01-bl2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752492AbaJTFzt (ORCPT ); Mon, 20 Oct 2014 01:55:49 -0400 Received: from CO2PR03CA0012.namprd03.prod.outlook.com (10.141.194.139) by BY1PR0301MB0855.namprd03.prod.outlook.com (25.160.193.149) with Microsoft SMTP Server (TLS) id 15.0.1054.13; Mon, 20 Oct 2014 05:55:46 +0000 Received: from BN1AFFO11FD010.protection.gbl (2a01:111:f400:7c10::149) by CO2PR03CA0012.outlook.office365.com (2a01:111:e400:1414::11) with Microsoft SMTP Server (TLS) id 15.0.1054.13 via Frontend Transport; Mon, 20 Oct 2014 05:55:46 +0000 Received: from az84smr01.freescale.net (192.88.158.2) by BN1AFFO11FD010.mail.protection.outlook.com (10.58.52.70) with Microsoft SMTP Server (TLS) id 15.0.1049.20 via Frontend Transport; Mon, 20 Oct 2014 05:55:45 +0000 Received: from shlinux1.ap.freescale.net (shlinux1.ap.freescale.net [10.192.225.216]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id s9K5tiZk017347; Sun, 19 Oct 2014 22:55:44 -0700 Received: by shlinux1.ap.freescale.net (Postfix, from userid 1003) id 9E8F61AE212; Mon, 20 Oct 2014 13:25:25 +0800 (CST) From: Richard Zhu To: CC: , , , , , Richard Zhu , Richard Zhu Subject: [PATCH v8 8/9] ARM: imx6sx: Add syscon into gpc dts Date: Mon, 20 Oct 2014 13:25:23 +0800 Message-ID: <1413782724-30795-9-git-send-email-richard.zhu@freescale.com> X-Mailer: git-send-email 1.7.8 In-Reply-To: <1413782724-30795-1-git-send-email-richard.zhu@freescale.com> References: <1413782724-30795-1-git-send-email-richard.zhu@freescale.com> X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:192.88.158.2; CTRY:US; IPV:CAL; IPV:NLI; EFV:NLI; SFV:NSPM; SFS:(10019020)(6009001)(428002)(199003)(189002)(85852003)(16796002)(31966008)(88136002)(87936001)(6806004)(44976005)(19580405001)(69596002)(19580395003)(68736004)(87286001)(52956003)(89996001)(84676001)(110136001)(80022003)(46102003)(33646002)(47776003)(4396001)(76482002)(20776003)(95666004)(64706001)(103686003)(229853001)(2351001)(107046002)(105586002)(81156004)(106466001)(99396003)(97736003)(120916001)(26826002)(102836001)(101416001)(76176999)(50986999)(50466002)(48376002)(93916002)(92566001)(92726001)(77096002)(50226001)(85306004)(21056001)(42186005)(104166001)(62966002)(45336002)(77156001)(36756003)(46386002)(32563001)(90966001); DIR:OUT; SFP:1102; SCL:1; SRVR:BY1PR0301MB0855; H:az84smr01.freescale.net; FPR:; MLV:ovrnspm; PTR:InfoDomainNonexistent; A:0; MX:1; LANG:en; MIME-Version: 1.0 X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BY1PR0301MB0855; X-Forefront-PRVS: 03706074BC Received-SPF: None (protection.outlook.com: shlinux1.ap.freescale.net does not designate permitted sender hosts) Authentication-Results: spf=none (sender IP is 192.88.158.2) smtp.mailfrom=r65037@shlinux1.ap.freescale.net; X-OriginatorOrg: freescale.com Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org From: Richard Zhu In order to manipulate gpc bits for imx6sx pcie in driver, add syscon into gpc dts Signed-off-by: Richard Zhu --- arch/arm/boot/dts/imx6sx.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi index 0dfeade..88d7fd7 100644 --- a/arch/arm/boot/dts/imx6sx.dtsi +++ b/arch/arm/boot/dts/imx6sx.dtsi @@ -689,7 +689,8 @@ }; gpc: gpc@020dc000 { - compatible = "fsl,imx6sx-gpc", "fsl,imx6q-gpc"; + compatible = "fsl,imx6sx-gpc", + "fsl,imx6q-gpc", "syscon"; reg = <0x020dc000 0x4000>; interrupts = ; };