From patchwork Fri Oct 18 09:05:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 21109 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-pd0-f198.google.com (mail-pd0-f198.google.com [209.85.192.198]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 1ED2F246F1 for ; Fri, 18 Oct 2013 09:05:21 +0000 (UTC) Received: by mail-pd0-f198.google.com with SMTP id x10sf5443014pdj.9 for ; Fri, 18 Oct 2013 02:05:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:x-gm-message-state:delivered-to:from:to:cc:subject :date:message-id:x-original-sender:x-original-authentication-results :precedence:mailing-list:list-id:list-post:list-help:list-archive :list-unsubscribe; bh=n5msY4BtEmsHkTX7BDLbCQrRzzDLXA23uZo2Yr9+r4E=; b=QZkMghWudra7kOS2pQ+tSFDSB0GUKx1Bczy5aiwuc84ksmp42uv1rRX5bJtwfoCFna J80FmyBboA4Abig7AynCsk8ygv5ZCNHOB1re79r9CzfqPTIFV1J9pzuE/iCBgzgohWCI XY9AouA7SkWr9WHLpKeQazOm6RSrKFLsVYeLJ5BHSdXpGE2fMcAwoKbA+rDJZGzA+d3L B0hUuDf4uW4clIpVHebFPzhfUR+Pp9vj3VeDze4ZbXVvfuoxV2K4eVZAriGQHKuEfuMj tR9SHGRfI9mE+YOhKdIXIUKYrL//7SS78mk1TY+ggyndAM/ugVzRQ3PO0twQ2z7Xz6vG x3PQ== X-Received: by 10.66.121.226 with SMTP id ln2mr839637pab.37.1382087120307; Fri, 18 Oct 2013 02:05:20 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.39.163 with SMTP id q3ls1200343qek.31.gmail; Fri, 18 Oct 2013 02:05:20 -0700 (PDT) X-Received: by 10.220.58.1 with SMTP id e1mr1213516vch.0.1382087120122; Fri, 18 Oct 2013 02:05:20 -0700 (PDT) Received: from mail-ve0-f171.google.com (mail-ve0-f171.google.com [209.85.128.171]) by mx.google.com with ESMTPS id mq14si107381vcb.131.2013.10.18.02.05.20 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 18 Oct 2013 02:05:20 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.128.171 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.128.171; Received: by mail-ve0-f171.google.com with SMTP id c14so1819918vea.2 for ; Fri, 18 Oct 2013 02:05:20 -0700 (PDT) X-Gm-Message-State: ALoCoQn78N+ChawMpCR2JQcyHH9VzFYb4g/hL1Znac0GVBwP6FJ9M/I8BzJAbyz2IJHOd/waUpoB X-Received: by 10.52.64.143 with SMTP id o15mr1020207vds.16.1382087120035; Fri, 18 Oct 2013 02:05:20 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.220.174.196 with SMTP id u4csp19932vcz; Fri, 18 Oct 2013 02:05:19 -0700 (PDT) X-Received: by 10.194.104.42 with SMTP id gb10mr1623963wjb.16.1382087119016; Fri, 18 Oct 2013 02:05:19 -0700 (PDT) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by mx.google.com with ESMTPS id pr7si179292wjc.164.2013.10.18.02.05.18 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 18 Oct 2013 02:05:19 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.212.181 is neither permitted nor denied by best guess record for domain of linus.walleij@linaro.org) client-ip=209.85.212.181; Received: by mail-wi0-f181.google.com with SMTP id l12so640489wiv.2 for ; Fri, 18 Oct 2013 02:05:18 -0700 (PDT) X-Received: by 10.180.73.239 with SMTP id o15mr2003663wiv.36.1382087117906; Fri, 18 Oct 2013 02:05:17 -0700 (PDT) Received: from localhost.localdomain ([85.235.11.236]) by mx.google.com with ESMTPSA id gp9sm24917696wib.8.2013.10.18.02.05.15 for (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128/128); Fri, 18 Oct 2013 02:05:17 -0700 (PDT) From: Linus Walleij To: linux-arm-kernel@lists.infradead.org, Lee Jones Cc: devicetree@vger.kernel.org, Linus Walleij Subject: [PATCH 3/5] ARM: ux500: fix clock for GPIO blocks 6 and 7 Date: Fri, 18 Oct 2013 11:05:12 +0200 Message-Id: <1382087112-31665-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.8.3.1 X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: linus.walleij@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.128.171 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , The clock assignment in the device tree for GPIO blocks 6 and 7 was incorrect, indicating this was managed by bit 1 on PRCC 2 while it was in fact bit 11 on PRCC 2. Cc: Lee Jones Signed-off-by: Linus Walleij --- arch/arm/boot/dts/ste-dbx5x0.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi b/arch/arm/boot/dts/ste-dbx5x0.dtsi index 55abf12..5112f4c 100644 --- a/arch/arm/boot/dts/ste-dbx5x0.dtsi +++ b/arch/arm/boot/dts/ste-dbx5x0.dtsi @@ -197,7 +197,7 @@ #gpio-cells = <2>; gpio-bank = <6>; - clocks = <&prcc_pclk 2 1>; + clocks = <&prcc_pclk 2 11>; }; gpio7: gpio@8011e080 { @@ -212,7 +212,7 @@ #gpio-cells = <2>; gpio-bank = <7>; - clocks = <&prcc_pclk 2 1>; + clocks = <&prcc_pclk 2 11>; }; gpio8: gpio@a03fe000 {