From patchwork Wed Dec 24 09:23:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sherlock Wang X-Patchwork-Id: 423885 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 E4F071400D5 for ; Wed, 24 Dec 2014 20:25:20 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751651AbaLXJZU (ORCPT ); Wed, 24 Dec 2014 04:25:20 -0500 Received: from mail-pa0-f52.google.com ([209.85.220.52]:38785 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751479AbaLXJZT (ORCPT ); Wed, 24 Dec 2014 04:25:19 -0500 Received: by mail-pa0-f52.google.com with SMTP id eu11so9733095pac.11 for ; Wed, 24 Dec 2014 01:25:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=CRtwAmCdO05BpY4/sDg2Rz31QSkUsNufkSgkCiHEeKI=; b=QQz/sCxHB5bEB7EQQImVtN1+oJ2tw99QTXHJnGpr9RWTJHqsyPBlbdGe7TYUHE+XVq j0Ag4jiNOJ+Um6pxKE+nwmefjdsT0LYiwPTmnm/6kk1VKazeBYdEP6n0Ec4Uddu9YZ8+ VWINkiv8C1b1rfb9pR5YHsShnM4re1BOMB5N5fbJgBRpyra5FPRJqGKVzAg7YKjMXF2d g0q35JLeRMbe8BNO6fvquj+rblhvEwU9wCdfsau65J8uCTp/C+PLFucgqItb8rGCGwER 5VJdZ6mzDk8DgRFC6lmYt76jDWVMh3GgDYgLzofeSkeBqgp4Xgf2F+lReDnH34ijQKYy 7mEA== X-Received: by 10.67.5.229 with SMTP id cp5mr10876312pad.8.1419413118510; Wed, 24 Dec 2014 01:25:18 -0800 (PST) Received: from localhost.localdomain ([58.251.159.252]) by mx.google.com with ESMTPSA id dn2sm1138684pdb.12.2014.12.24.01.25.09 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 24 Dec 2014 01:25:17 -0800 (PST) From: Zhou Wang To: Haojian Zhuang , Wei Xu , Linus Walleij , Alexandre Courbot , Arnd Bergmann , Olof Johansson , Russell King Cc: linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, wangzhou1@hisilicon.com, liguozhu@hisilicon.com, Zhou Wang Subject: [PATCH v5 1/2] ARM: hip04: add GPIO configure in hisi_defconfig Date: Wed, 24 Dec 2014 17:23:35 +0800 Message-Id: <1419413016-31932-2-git-send-email-wangzhou.bry@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1419413016-31932-1-git-send-email-wangzhou.bry@gmail.com> References: <1419413016-31932-1-git-send-email-wangzhou.bry@gmail.com> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org The GPIO controller of Hisilicon hip04 Soc uses the IP from Sysnopsis, gpio-dwapb.c can be reused to support this GPIO controller. This patch adds related configure item in hisi_defconfig. Signed-off-by: Zhou Wang --- arch/arm/configs/hisi_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/hisi_defconfig b/arch/arm/configs/hisi_defconfig index 1125436..4a50862 100644 --- a/arch/arm/configs/hisi_defconfig +++ b/arch/arm/configs/hisi_defconfig @@ -50,6 +50,7 @@ CONFIG_GPIO_SYSFS=y CONFIG_GPIOLIB=y CONFIG_GPIO_GENERIC_PLATFORM=y CONFIG_REGULATOR_GPIO=y +CONFIG_GPIO_DWAPB=y CONFIG_MFD_SYSCON=y CONFIG_POWER_RESET_SYSCON=y CONFIG_DRM=y