From patchwork Tue Feb 2 03:40:52 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Caesar Wang X-Patchwork-Id: 8186611 Return-Path: X-Original-To: patchwork-linux-rockchip@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 9DEC0BEEE5 for ; Tue, 2 Feb 2016 03:42:31 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D740D2026D for ; Tue, 2 Feb 2016 03:42:30 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 08F3420256 for ; Tue, 2 Feb 2016 03:42:30 +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 1aQRrJ-0002pD-KU; Tue, 02 Feb 2016 03:42:29 +0000 Received: from mail-pf0-f194.google.com ([209.85.192.194]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1aQRqq-0002ZA-Sb; Tue, 02 Feb 2016 03:42:02 +0000 Received: by mail-pf0-f194.google.com with SMTP id n128so8300580pfn.3; Mon, 01 Feb 2016 19:41:40 -0800 (PST) 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=Igj9DYavVOfZ2j4cABFWjNN+SQoe8ByuS/BPRQ3OYCE=; b=VmkgOPuIzVjWTZvyt0IDbrNJYyzBrF73haQK7mNCRKGW5ByOntusUEODea4R9um/QO hEzz1IzvD1JxRozRTQSa9aTLaDif9+Twhh7IYQIuL0zxt9uQvCB0dcXNUzjsIDornrVl a6FANhbE+XvGm5uPTZGuD8XwZrJwzmpaKOmNUoMGEkujpZ2jIegss7RqjBewzA/Bz3dI nCHjhxJyPsyQ767eF3Qz5mOXltnAWnzIOCcYM6qxSKzo5g9/VldCKQh0e6E2wAHSTVle 1nqvmRS5KkkwCGnjDy+/1o3n6PUANk9hQC+aerjHUtieUKAs9rHrqJgIzlzck41h9AK7 dlfw== X-Gm-Message-State: AG10YOTjlgSf4eW6sYEtGvlI/CEa7cGjk8XQwIEsujnTytxCPpscfGDIeUVCrbXrtI7kbg== X-Received: by 10.98.87.20 with SMTP id l20mr43801807pfb.70.1454384500109; Mon, 01 Feb 2016 19:41:40 -0800 (PST) Received: from localhost.localdomain ([103.29.142.67]) by smtp.gmail.com with ESMTPSA id e14sm46632152pap.24.2016.02.01.19.41.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 01 Feb 2016 19:41:39 -0800 (PST) From: Caesar Wang To: heiko@sntech.de Subject: [PATCH v5 4/8] ARM: dts: rockchip: add mclk for rt5616 on kylin board Date: Tue, 2 Feb 2016 11:40:52 +0800 Message-Id: <1454384453-7127-3-git-send-email-wxt@rock-chips.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1454384453-7127-1-git-send-email-wxt@rock-chips.com> References: <1454384032-6794-1-git-send-email-wxt@rock-chips.com> <1454384453-7127-1-git-send-email-wxt@rock-chips.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160201_194201_142159_796AF4E0 X-CRM114-Status: UNSURE ( 8.79 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, jeffy.chen@rock-chips.com, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, leozwang@google.com, keescook@google.com, linux-arm-kernel@lists.infradead.org, Caesar Wang MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.7 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 I2S block that provide the output clock as the mclk for rt5616, That will be the master clock input. Signed-off-by: Caesar Wang --- Changes in v5: None Changes in v4: - AS the previous discussed by them, add the mclk for codec. (https://patchwork.kernel.org/patch/8041001/) arch/arm/boot/dts/rk3036-kylin.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/rk3036-kylin.dts b/arch/arm/boot/dts/rk3036-kylin.dts index cd45434..b0473bc 100644 --- a/arch/arm/boot/dts/rk3036-kylin.dts +++ b/arch/arm/boot/dts/rk3036-kylin.dts @@ -328,6 +328,8 @@ rt5616: rt5616@1b { compatible = "rt5616"; reg = <0x1b>; + clocks = <&cru SCLK_I2S_OUT>; + clock-names = "mclk"; #sound-dai-cells = <0>; }; };