From patchwork Thu Jan 2 16:21:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dongjin Kim X-Patchwork-Id: 3425951 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 C8A0BC02DC for ; Thu, 2 Jan 2014 16:50:32 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1B6702013A for ; Thu, 2 Jan 2014 16:50:32 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (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 DF7DD2012B for ; Thu, 2 Jan 2014 16:50:30 +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 1VylTW-0002GH-AO; Thu, 02 Jan 2014 16:50:26 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VylTT-00073L-QH; Thu, 02 Jan 2014 16:50:23 +0000 Received: from mail-pb0-x22e.google.com ([2607:f8b0:400e:c01::22e]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VylTQ-00072q-IW for linux-arm-kernel@lists.infradead.org; Thu, 02 Jan 2014 16:50:21 +0000 Received: by mail-pb0-f46.google.com with SMTP id md12so14736947pbc.33 for ; Thu, 02 Jan 2014 08:49:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=K0+1rKHakOg8gAZiOa8aVrhdaaa013wrX/b0jn+JSqU=; b=HuxfNImVMxH/5DAi/lVoE8PhdJWIPH2YHSHsQSochCXIAxK6UP7VpeTP8DfK0O3uBU stsGTbRLHMqOZUNVP8t3IP1NNTHhKD3fS9nEOQAEj52qJMLH8qMRuZ9Cfrq/1xnHURMG 7C8Gkme3CRPYx9hutYYai41qf2IOA5TUspHJ2tKAwJ/Cg8K4eXhP+ZIBuXY+RGKnd9CX Zd6IW2rLWI1bjquT5onmevUFIS+53V6ztx286ReP8ZDJUjF5yEmmJBhFbtE/+QC70aNs tA4Li0eCVJ4iP1gXO0wv/7fKdb+lLpqApfJvBzbU0qJH5TddsB46ZE3WVsX18jQszWyW ETXA== X-Received: by 10.66.227.4 with SMTP id rw4mr59016782pac.128.1388679717111; Thu, 02 Jan 2014 08:21:57 -0800 (PST) Received: from xeon.linuxfactory.or.kr.or.kr ([222.120.78.58]) by mx.google.com with ESMTPSA id id1sm37470130pbc.11.2014.01.02.08.21.53 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 02 Jan 2014 08:21:56 -0800 (PST) From: Dongjin Kim To: Subject: [PATCH] ARM: dts: add clock provider for mshc in Exynos4412 Date: Fri, 3 Jan 2014 01:21:46 +0900 Message-Id: <1388679706-29265-1-git-send-email-tobetter@gmail.com> X-Mailer: git-send-email 1.8.1.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140102_115020_714868_7D73BF1F X-CRM114-Status: UNSURE ( 8.93 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: Mark Rutland , devicetree@vger.kernel.org, Kukjin Kim , Russell King , Pawel Moll , Ian Campbell , linux-kernel@vger.kernel.org, Rob Herring , linux-samsung-soc@vger.kernel.org, Ben Dooks , Kumar Gala , Dongjin Kim , 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=-4.6 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 clock lookup information for mshc in Exynos4412. Signed-off-by: Dongjin Kim --- arch/arm/boot/dts/exynos4412.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch/arm/boot/dts/exynos4412.dtsi index e743e67..67bef99 100644 --- a/arch/arm/boot/dts/exynos4412.dtsi +++ b/arch/arm/boot/dts/exynos4412.dtsi @@ -67,5 +67,7 @@ interrupts = <0 77 0>; #address-cells = <1>; #size-cells = <0>; + clocks = <&clock 301>, <&clock 149>; + clock-names = "biu", "ciu"; }; };