From patchwork Thu May 29 14:06:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Elder X-Patchwork-Id: 4264981 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id C8C1E9F1E7 for ; Thu, 29 May 2014 14:09:34 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 09787202DD for ; Thu, 29 May 2014 14:09:34 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2B3F22022A for ; Thu, 29 May 2014 14:09:33 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wq0zZ-0006Fy-KD; Thu, 29 May 2014 14:07:37 +0000 Received: from mail-ig0-f172.google.com ([209.85.213.172]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wq0yU-0005SZ-9Q for linux-arm-kernel@lists.infradead.org; Thu, 29 May 2014 14:06:30 +0000 Received: by mail-ig0-f172.google.com with SMTP id uy17so3787134igb.17 for ; Thu, 29 May 2014 07:06:08 -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:in-reply-to :references; bh=4XZsxvL1Ki7KiA4JC0pjpIWLrzV6dCgxQ6MRKtgpfno=; b=nMGRDIV3m9AbKog12kljCyLBnmAKw7Mjqv/SjnKYtCJSvnSIFWlFoQ+gOVHXJ6uo8T 2j1mYMJZBKHdu3eSov85ixPDcjul/DeQTyHFFs/K6auK4MsD32ngZMbmoGhyh0Zmh6VU amwnETBNiOiJx7U8cw6bxWYBz5o1gyoLls7t623mjs51PVs7zjWK3oYwYFX7RltqX8jr bzAqA//CbzsCmeWPS/yyq8KVN9SBk7izDzhXqoAIQRs6i9U/gu1wIkb74Scfk8R8yewL /XQKyEVK6q4c0/Pjob7DM3Ugob0whbSNb7pFhH2IMJN4cP9PAp5ii5qGaaCTQntf1X8P g4kQ== X-Gm-Message-State: ALoCoQkZYyzlIGJ7rWFKdeOizeoQ0zKvVCRdgkZfoU+nPB0O6KAkx/MYONtiHeNYARVNvz35SknG X-Received: by 10.42.198.77 with SMTP id en13mr3092618icb.92.1401372368697; Thu, 29 May 2014 07:06:08 -0700 (PDT) Received: from localhost.localdomain (c-71-195-31-37.hsd1.mn.comcast.net. [71.195.31.37]) by mx.google.com with ESMTPSA id ng17sm2510130igb.13.2014.05.29.07.06.07 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 29 May 2014 07:06:08 -0700 (PDT) From: Alex Elder To: mturquette@linaro.org, mporter@linaro.org, bcm@fixthebug.org Subject: [PATCH v3 5/5] ARM: dts: add bus clock bsc3_apb for bcm281xx Date: Thu, 29 May 2014 09:06:01 -0500 Message-Id: <1401372361-18842-6-git-send-email-elder@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1401372361-18842-1-git-send-email-elder@linaro.org> References: <1401372361-18842-1-git-send-email-elder@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140529_070630_427648_CA491875 X-CRM114-Status: UNSURE ( 9.78 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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=-2.5 required=5.0 tests=BAYES_00,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 Add the bus clock named "bsc3_apb" to the list of those provided by the slave CCU. Signed-off-by: Alex Elder --- arch/arm/boot/dts/bcm11351.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi index 64d069b..faff8af 100644 --- a/arch/arm/boot/dts/bcm11351.dtsi +++ b/arch/arm/boot/dts/bcm11351.dtsi @@ -247,7 +247,8 @@ "bsc1", "bsc2", "bsc3", - "pwm"; + "pwm", + "bsc3_apb"; }; ref_1m_clk: ref_1m {