From patchwork Mon Jul 28 03:49:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Emilio_L=C3=B3pez?= X-Patchwork-Id: 4632131 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 A8872C0338 for ; Mon, 28 Jul 2014 03:53:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C46F620123 for ; Mon, 28 Jul 2014 03:53:42 +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 D2CBA20120 for ; Mon, 28 Jul 2014 03:53:41 +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 1XBbyf-0005Yl-Ik; Mon, 28 Jul 2014 03:51:57 +0000 Received: from yotta.elopez.com.ar ([2a00:1768:1004:d00d:c0de:4:f00d:cafe]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XBbyF-0004vt-Sa for linux-arm-kernel@lists.infradead.org; Mon, 28 Jul 2014 03:51:32 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=elopez.com.ar; s=mail; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From; bh=RNJ6l7kO0F5q0yC851FHjpp78gSnSyjMp6qRofFgbqc=; b=jwFx+2J1JsfO+lPF7Wcj516b973lncpSnKahNayzYqbJTOEEjKVkt5wUNt4WLP/sREWfqsQajbQrv3Za0fRvRqwSKdIXpZV60dAvZlUf4hupIkQI+popVp7vWX2c6Jgmpn0u/bFBcpc9/w1JU8nl1EidUOMWQb6VR/Dawo7Tp6puOzXuJMbxGwndo8Fh5pzqUo4z3W7Tr48xw+3eyCqgF3y099vAHWzj7Ag5M4JXRteovmrhVQfUr+neSWi7mLySitmSs/dWcqZjoXEpK8FGGuWu4F3/efgqLC9X1RGixSeroxnCm7UGwYqJqboUIXjkC0a32Wqp2k9/8KYVklR7Tw==; Received: from [181.164.71.8] (helo=desktop.lan) by yotta.elopez.com.ar with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_CBC_SHA256:128) (Exim 4.82_1-5b7a7c0-XX) id 1XBbxo-0005pY-B5; Mon, 28 Jul 2014 00:51:04 -0300 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= To: Maxime Ripard , Mike Turquette Subject: [RFC 8/8] ARM: sun7i: Add mod1 clock nodes Date: Mon, 28 Jul 2014 00:49:46 -0300 Message-Id: <1406519386-4902-9-git-send-email-emilio@elopez.com.ar> X-Mailer: git-send-email 2.0.3 In-Reply-To: <1406519386-4902-1-git-send-email-emilio@elopez.com.ar> References: <1406519386-4902-1-git-send-email-emilio@elopez.com.ar> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140727_205132_187157_BE6F6A17 X-CRM114-Status: UNSURE ( 7.07 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: =?UTF-8?q?Emilio=20L=C3=B3pez?= , codekipper@gmail.com, Chen-Yu Tsai , jonsmirl@gmail.com, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham 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 This commit adds all the mod1 clocks available on A20 to its device tree. This list was created by looking at the A20 user manual. Not-signed-off-by: Emilio López --- As mentioned on an earlier patch, note that this is untested, and I only added them to sun7i. It'd be great if actual users of these clocks could comment :) arch/arm/boot/dts/sun7i-a20.dtsi | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi index 5d0265a..c57f7ad 100644 --- a/arch/arm/boot/dts/sun7i-a20.dtsi +++ b/arch/arm/boot/dts/sun7i-a20.dtsi @@ -335,6 +335,29 @@ clock-output-names = "ir1"; }; + iis0_clk: clk@01c200b8 { + #clock-cells = <0>; + compatible = "allwinner,sun4i-a10-mod1-clk"; + reg = <0x01c200b8 0x4>; + clocks = <&pll2 0>, <&pll2 1>, <&pll2 2>, <&pll2 3>; + clock-output-names = "iis0"; + }; + + ac97_clk: clk@01c200bc { + #clock-cells = <0>; + compatible = "allwinner,sun4i-a10-mod1-clk"; + reg = <0x01c200bc 0x4>; + clocks = <&pll2 3>, <&pll2 2>, <&pll2 1>, <&pll2 0>; + clock-output-names = "ac97"; + }; + + spdif_clk: clk@01c200c0 { + #clock-cells = <0>; + compatible = "allwinner,sun4i-a10-mod1-clk"; + reg = <0x01c200c0 0x4>; + clocks = <&pll2 0>, <&pll2 1>, <&pll2 2>, <&pll2 3>; + clock-output-names = "spdif"; + }; usb_clk: clk@01c200cc { #clock-cells = <1>; #reset-cells = <1>; @@ -352,6 +375,22 @@ clock-output-names = "spi3"; }; + iis1_clk: clk@01c200d8 { + #clock-cells = <0>; + compatible = "allwinner,sun4i-a10-mod1-clk"; + reg = <0x01c200d8 0x4>; + clocks = <&pll2 0>, <&pll2 1>, <&pll2 2>, <&pll2 3>; + clock-output-names = "iis1"; + }; + + iis2_clk: clk@01c200dc { + #clock-cells = <0>; + compatible = "allwinner,sun4i-a10-mod1-clk"; + reg = <0x01c200dc 0x4>; + clocks = <&pll2 0>, <&pll2 1>, <&pll2 2>, <&pll2 3>; + clock-output-names = "iis2"; + }; + codec_clk: clk@01c20140 { #clock-cells = <0>; compatible = "allwinner,sun4i-a10-codec-clk";