From patchwork Wed May 24 08:20:39 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neil Armstrong X-Patchwork-Id: 766379 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 3wXllk4Sgcz9s8H for ; Wed, 24 May 2017 18:23:30 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=baylibre-com.20150623.gappssmtp.com header.i=@baylibre-com.20150623.gappssmtp.com header.b="g4qr+qfI"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753444AbdEXIWh (ORCPT ); Wed, 24 May 2017 04:22:37 -0400 Received: from mail-wm0-f46.google.com ([74.125.82.46]:36910 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S937765AbdEXIU5 (ORCPT ); Wed, 24 May 2017 04:20:57 -0400 Received: by mail-wm0-f46.google.com with SMTP id d127so58121957wmf.0 for ; Wed, 24 May 2017 01:20:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=uQAiXrxpAu0M1qNhTCcyCaEBUKgxcOB6z5cEzSbGX0I=; b=g4qr+qfIXkb5wOeH0gSgKrb+tq58EQuiC5r+JpyHkOv+obQ44/hlRUV0THkF7rR2N0 tzm1SUD7Uq/M+CvdDiwONoehNw1HMrgvxdfW+MAZo4VdgH7jp2OKywybKN7KbLOfZs4F klpplI7zNH3XPYFQ/EjXoDBxFu/Ru9FgoGQ2PrDcu4JnALbomCYiWWXioCp3ZDDQq+S9 q5x4yfcK8WrD4/rOQotJXzMUgP+YhhRCaRtsx7gq6WkWIvBvCqixM0LQo5HNYQYGLslZ OIQSho307WRbQB4jSMPS/E4PcUxE92zfWiWX0FWMQSchpoFBcMo81q/K9v7Au4mzx17+ BdtQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=uQAiXrxpAu0M1qNhTCcyCaEBUKgxcOB6z5cEzSbGX0I=; b=YeBh4VhhsIndIb9WuHrJmTcanNtBDeGiMZvmGHDNT6ROq4CzXNRN6S58WCyAQ/T4iD +dp9Wr8w751AtiIyXlR+ozvU+gFDCGpWp+HpPfIT2eefKP5qpi1xmq+fu2QYus1+8lYe nPis1AM+d2OYEs3FjsIqyIEllsykxYjY12yfcIL2trPt9l9mzSMCPyspB2R85UQQyGBR hmzwozfIbb77gZOfVCFYc9fWl0VYIwMewRd5QUEwdqHMdwCWmwW8qFUV2vWUvqk62ygp RlElqPKS64VSq1lMqYXWlKVei2E8zB1G65MpszXtIHcCHNqAPtzb55c5Jw01Z+2mZvbY Mptg== X-Gm-Message-State: AODbwcCjJtLJvF491FzKNFebqfmTW6TbfYtJpdClsu8+xeIQmYCLursL zgy1VKXsqwdSBU/R X-Received: by 10.28.165.80 with SMTP id o77mr5255305wme.109.1495614050348; Wed, 24 May 2017 01:20:50 -0700 (PDT) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id 185sm3645614wmp.1.2017.05.24.01.20.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 24 May 2017 01:20:49 -0700 (PDT) From: Neil Armstrong To: linus.walleij@linaro.org Cc: Neil Armstrong , linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org, Jerome Brunet Subject: [PATCH 2/5] pinctrl: meson-gxl: Fix typo in AO SPDIF pins Date: Wed, 24 May 2017 10:20:39 +0200 Message-Id: <1495614042-2676-3-git-send-email-narmstrong@baylibre.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1495614042-2676-1-git-send-email-narmstrong@baylibre.com> References: <1495614042-2676-1-git-send-email-narmstrong@baylibre.com> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org The AO SPDIF pins were incorrectly defined with the EE pin offset. Cc: Jerome Brunet Fixes: b840d649f9ec ("pinctrl: meson: gxl: add spdif output pins") Signed-off-by: Neil Armstrong Reviewed-by: Jerome Brunet --- drivers/pinctrl/meson/pinctrl-meson-gxl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/pinctrl/meson/pinctrl-meson-gxl.c b/drivers/pinctrl/meson/pinctrl-meson-gxl.c index 9af8e6a..454d73f 100644 --- a/drivers/pinctrl/meson/pinctrl-meson-gxl.c +++ b/drivers/pinctrl/meson/pinctrl-meson-gxl.c @@ -279,8 +279,8 @@ static const unsigned int i2s_out_ch23_ao_pins[] = { PIN(GPIOAO_8, 0) }; static const unsigned int i2s_out_ch45_ao_pins[] = { PIN(GPIOAO_9, 0) }; -static const unsigned int spdif_out_ao_6_pins[] = { PIN(GPIOAO_6, EE_OFF) }; -static const unsigned int spdif_out_ao_9_pins[] = { PIN(GPIOAO_9, EE_OFF) }; +static const unsigned int spdif_out_ao_6_pins[] = { PIN(GPIOAO_6, 0) }; +static const unsigned int spdif_out_ao_9_pins[] = { PIN(GPIOAO_9, 0) }; static struct meson_pmx_group meson_gxl_periphs_groups[] = { GPIO_GROUP(GPIOZ_0, EE_OFF),