From patchwork Mon Apr 29 11:12:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 2499771 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 6525EDF2F2 for ; Mon, 29 Apr 2013 11:12:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757253Ab3D2LM2 (ORCPT ); Mon, 29 Apr 2013 07:12:28 -0400 Received: from perceval.ideasonboard.com ([95.142.166.194]:50393 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757299Ab3D2LM1 (ORCPT ); Mon, 29 Apr 2013 07:12:27 -0400 Received: from avalon.ideasonboard.com (unknown [91.178.240.70]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 9235935A51; Mon, 29 Apr 2013 13:12:01 +0200 (CEST) From: Laurent Pinchart To: linux-sh@vger.kernel.org Cc: Linus Walleij , Guennadi Liakhovetski , Mark Brown Subject: [PATCH v3 4/4] ARM: shmobile: kzm9g-reference: Remove the VCCQ MC0 function GPIO Date: Mon, 29 Apr 2013 13:12:25 +0200 Message-Id: <1367233945-20630-5-git-send-email-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1367233945-20630-1-git-send-email-laurent.pinchart@ideasonboard.com> References: <1367233945-20630-1-git-send-email-laurent.pinchart@ideasonboard.com> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org From: Laurent Pinchart The VCCQ MC0 power gate is now controlled by a regulator registered by the PFC driver. Remove the corresponding function GPIO. Signed-off-by: Laurent Pinchart --- arch/arm/mach-shmobile/board-kzm9g-reference.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-shmobile/board-kzm9g-reference.c b/arch/arm/mach-shmobile/board-kzm9g-reference.c index aefa50d..44055fe 100644 --- a/arch/arm/mach-shmobile/board-kzm9g-reference.c +++ b/arch/arm/mach-shmobile/board-kzm9g-reference.c @@ -79,7 +79,6 @@ static void __init kzm_init(void) sh73a0_pinmux_init(); /* enable SD */ - gpio_request(GPIO_FN_SDHI0_VCCQ_MC0_ON, NULL); gpio_request_one(15, GPIOF_OUT_INIT_HIGH, NULL); /* power */ gpio_request_one(14, GPIOF_OUT_INIT_HIGH, NULL); /* power */