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: 3065331 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 50C4EBF924 for ; Fri, 18 Oct 2013 09:07:28 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9541920425 for ; Fri, 18 Oct 2013 09:07:22 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D532F20421 for ; Fri, 18 Oct 2013 09:07:17 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VX60f-0006od-JJ; Fri, 18 Oct 2013 09:06:18 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VX60L-0004uT-EK; Fri, 18 Oct 2013 09:05:57 +0000 Received: from mail-wi0-f181.google.com ([209.85.212.181]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VX60I-0004tF-9C for linux-arm-kernel@lists.infradead.org; Fri, 18 Oct 2013 09:05:55 +0000 Received: by mail-wi0-f181.google.com with SMTP id l12so639641wiv.8 for ; Fri, 18 Oct 2013 02:05:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=S7AQCcB3CJqBS1Q7d/dFwqSqfmpZJ1Sm6AWdx/Au7R4=; b=KpXjKkX9BuFSendkBXF6MAgvdMAKzA8RSGierk4qqMhVANFks/oSfRYTWJnSDLJp8r oAzRYybsGAzv7uTCniVGFtbw3TKnd23eRRkNJLXN2gNW8pjs6dE4MEooKep0wDxZ4TX1 xk2EbbYpazBbDDhimGAGwynQFbcYQZOvyAvGVWZsd0+xGUDuq6Pl87XS2sCTeREkGP93 GA+ZYxYiSEIkQgHpV54cJqVT81giLHeGM4W9486rip5XMtv7Z/FuGTV8lS0QbOXJggnu GGcsMUivrbxbBxQ/lSeKmZ1FHf3EPBrbeW0JWJL3j0kpZjY/1xyQo11ZpEzJ1rjJ2Usr +uHg== X-Gm-Message-State: ALoCoQnSh1OwJH9DpvZALhdasCK5HMZOCkfIwjUAZ3gw0fU4fvM62zY4SRPmwf7pckXqBbRDH3Ju 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 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-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131018_050554_414986_7259C571 X-CRM114-Status: GOOD ( 10.39 ) X-Spam-Score: -2.6 (--) Cc: devicetree@vger.kernel.org, Linus Walleij X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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"; };