Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752136AbaABQ2n (ORCPT ); Thu, 2 Jan 2014 11:28:43 -0500 Received: from mail-pb0-f50.google.com ([209.85.160.50]:40454 "EHLO mail-pb0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750993AbaABQ2l (ORCPT ); Thu, 2 Jan 2014 11:28:41 -0500 From: Dongjin Kim Cc: Dongjin Kim , Ben Dooks , Kukjin Kim , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org 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 To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 804 Lines: 27 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"; }; }; -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/