From patchwork Mon Jun 2 22:44:58 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Elder X-Patchwork-Id: 4284431 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 994A9BEEA7 for ; Mon, 2 Jun 2014 22:48:27 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D32082013A for ; Mon, 2 Jun 2014 22:48:26 +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 1FE42200D7 for ; Mon, 2 Jun 2014 22:48:26 +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 1Wrazc-0004iO-Is; Mon, 02 Jun 2014 22:46:12 +0000 Received: from mail-ig0-f169.google.com ([209.85.213.169]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wrayp-0003c5-Tb for linux-arm-kernel@lists.infradead.org; Mon, 02 Jun 2014 22:45:24 +0000 Received: by mail-ig0-f169.google.com with SMTP id hl10so3807999igb.4 for ; Mon, 02 Jun 2014 15:45:02 -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=evKMl1GCtrJQphrGqaIIuPWIyIEbKJqbknfzkukL3cLxTEmR13KnSC5bh70DQLjVaN pVHyPm/NyexcXTML8YF6HVx45BG/f2LD6+0JKFvORHnXB+8xfWnK5gV9mB3jjGofnEc7 vnChwpO6ImDNq+EbUn8dIyc+kL1djeCW1FrOC91RDrQuiaddB8oOG6wDZfjRdQqpdg+C C9iaRYQuLiANsg7Bokx9+HzFlp9VeeLylQ70du548GNMg06cRne3ZpQnFmhHE6CmzXQG IWQ7EvPMgzxQ4ks73Rl+DooplH6rovAf/yYLGXkentLEglpuo0/UIwXuOV7/qIK8hI8/ cqbg== X-Gm-Message-State: ALoCoQkZ4rCMk2+ZWoLAw9uUVwUWku9CQbJSTwN96iVR1fggVQibkoDFHndaNF1VXOZowW3XXav8 X-Received: by 10.50.143.9 with SMTP id sa9mr23359501igb.2.1401749102865; Mon, 02 Jun 2014 15:45:02 -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 o19sm3523192igi.20.2014.06.02.15.45.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 02 Jun 2014 15:45:02 -0700 (PDT) From: Alex Elder To: mturquette@linaro.org, mporter@linaro.org, bcm@fixthebug.org Subject: [PATCH v5 7/7] ARM: dts: add bus clock bsc3_apb for bcm281xx Date: Mon, 2 Jun 2014 17:44:58 -0500 Message-Id: <1401749098-10185-8-git-send-email-elder@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1401749098-10185-1-git-send-email-elder@linaro.org> References: <1401749098-10185-1-git-send-email-elder@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140602_154524_006988_9BCB6400 X-CRM114-Status: UNSURE ( 9.66 ) 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 {