From patchwork Fri Oct 18 09:05:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 21110 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-oa0-f72.google.com (mail-oa0-f72.google.com [209.85.219.72]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 687EE246F1 for ; Fri, 18 Oct 2013 09:05:32 +0000 (UTC) Received: by mail-oa0-f72.google.com with SMTP id m17sf5726477oag.3 for ; Fri, 18 Oct 2013 02:05:32 -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=S7AQCcB3CJqBS1Q7d/dFwqSqfmpZJ1Sm6AWdx/Au7R4=; b=Ea+f67SCnb57cz7j9jvx6Y18urlw27Z/nk4SZ9x4pWMGLoVouK//GKW2QMti9s978A M1CkmnPO/lOlME/P1yvmMQsQ66+23NtSfiEZoP0YxcVLAUnp6j9wotRSIBFDtPm2yGkM P1zF4StRUfRKSHPuvKOhzbo0YxMBB6xzvqwr3jAol4aiDqBkhykYNAIKZlX6Y+inhgPf wVjngJ1PQ6F0lwB/Y48EKeEkvYko2AdEA1QmpjXcNqyvCitv9XIEUWhzmo8t9XLMhXxC CqCs4tCHO1lppM9rNtR0V/+1+VR+jUO9iDfJv004l+Jeajxppwt59XmxXrbH1rKXBNJB cSpg== X-Received: by 10.182.53.165 with SMTP id c5mr753318obp.0.1382087132039; Fri, 18 Oct 2013 02:05:32 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.94.196 with SMTP id de4ls1247165qeb.77.gmail; Fri, 18 Oct 2013 02:05:31 -0700 (PDT) X-Received: by 10.220.69.212 with SMTP id a20mr1219885vcj.10.1382087131921; Fri, 18 Oct 2013 02:05:31 -0700 (PDT) Received: from mail-vb0-f42.google.com (mail-vb0-f42.google.com [209.85.212.42]) by mx.google.com with ESMTPS id cp3si115668vcb.58.2013.10.18.02.05.31 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 18 Oct 2013 02:05:31 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.212.42 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.212.42; Received: by mail-vb0-f42.google.com with SMTP id e12so1796625vbg.1 for ; Fri, 18 Oct 2013 02:05:31 -0700 (PDT) X-Gm-Message-State: ALoCoQka+mSueBh+GuLf0xyfJ9ouezxCdz+hZGZasHVA/1IWOjEZnXO332vhde7ywUIiLCzXj46M X-Received: by 10.220.181.136 with SMTP id by8mr1196258vcb.11.1382087131664; Fri, 18 Oct 2013 02:05:31 -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 u4csp19945vcz; Fri, 18 Oct 2013 02:05:30 -0700 (PDT) X-Received: by 10.181.12.104 with SMTP id ep8mr1987832wid.54.1382087130540; Fri, 18 Oct 2013 02:05:30 -0700 (PDT) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by mx.google.com with ESMTPS id z5si206818wjz.6.2013.10.18.02.05.30 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 18 Oct 2013 02:05:30 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.212.178 is neither permitted nor denied by best guess record for domain of linus.walleij@linaro.org) client-ip=209.85.212.178; Received: by mail-wi0-f178.google.com with SMTP id hn9so636009wib.17 for ; Fri, 18 Oct 2013 02:05:30 -0700 (PDT) X-Received: by 10.194.94.167 with SMTP id dd7mr827912wjb.43.1382087130123; Fri, 18 Oct 2013 02:05:30 -0700 (PDT) Received: from localhost.localdomain ([85.235.11.236]) by mx.google.com with ESMTPSA id ma3sm1429306wic.1.2013.10.18.02.05.27 for (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128/128); Fri, 18 Oct 2013 02:05:28 -0700 (PDT) From: Linus Walleij To: linux-arm-kernel@lists.infradead.org, Lee Jones Cc: devicetree@vger.kernel.org, Linus Walleij Subject: [PATCH 4/5] ARM: ux500: fix I2C4 clock bit Date: Fri, 18 Oct 2013 11:05:23 +0200 Message-Id: <1382087123-31702-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.212.42 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 PCLK for I2C4 is controlled by bit 10 in the PCKEN registers while the KCLK is controlled by bit 9 on the KCKEN, it's one of these odd assymetric things. Correct the PCLK bit to 10. Cc: Lee Jones Signed-off-by: Linus Walleij --- arch/arm/boot/dts/ste-dbx5x0.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi b/arch/arm/boot/dts/ste-dbx5x0.dtsi index 5112f4c..b7d1738 100644 --- a/arch/arm/boot/dts/ste-dbx5x0.dtsi +++ b/arch/arm/boot/dts/ste-dbx5x0.dtsi @@ -694,7 +694,7 @@ clock-frequency = <400000>; - clocks = <&prcc_kclk 1 9>, <&prcc_pclk 1 9>; + clocks = <&prcc_kclk 1 10>, <&prcc_pclk 1 9>; clock-names = "i2cclk", "apb_pclk"; };