From patchwork Wed Feb 3 04:12:40 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Caesar Wang X-Patchwork-Id: 8197591 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 CF641BEEE5 for ; Wed, 3 Feb 2016 04:14:05 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 20F4B20221 for ; Wed, 3 Feb 2016 04:14:05 +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 BB1E620260 for ; Wed, 3 Feb 2016 04:14:03 +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 1aQopP-0003mh-Bb; Wed, 03 Feb 2016 04:14:03 +0000 Received: from mail-pa0-f68.google.com ([209.85.220.68]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1aQopI-0003Zb-7g for linux-rockchip@lists.infradead.org; Wed, 03 Feb 2016 04:13:57 +0000 Received: by mail-pa0-f68.google.com with SMTP id pv5so389569pac.0 for ; Tue, 02 Feb 2016 20:13:35 -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=YePyryIECLp3NugqNtXUrO7EL6QW8K1uzivQlAEG+y0=; b=NdP5WcD80KvaMTRyqfTF/cRmw3K8u2e/NuYb2K5W+LFKaono7+DA4f+hTFzEaw9Xc5 0E6f/uK0c+TNYrR+Yudo8S58yFYDxabCluFm5J8JzNYM92nyXyRf7H4aUcxVkeIqCKnD PEXbNEUcDXoLOJtHKa0qXJbq+uql7QC7IOES41maIHA/EHvmw0WlpQx52EcaToj2Q4Y2 ZsB82DUKzCPjg1T35+VTE3EvF0Q/aXOMfANKMS2ksL41/WastJHksb5Ltcavi94LY0LX fFOdWll39nAX8YDPXHvVAk4SwYNV17RO7t0VoZvY4baUqu8NY7vjK/UV6SgdpyxT8kgT 6QpQ== X-Gm-Message-State: AG10YORr9gOAxACmcs/Tqbcy9Ly4ZlGXEtQNWzqY7realn7vCGag1w/I09tpUniDybtHHQ== X-Received: by 10.66.144.37 with SMTP id sj5mr52327300pab.69.1454472814769; Tue, 02 Feb 2016 20:13:34 -0800 (PST) Received: from localhost.localdomain ([103.29.142.67]) by smtp.gmail.com with ESMTPSA id cf6sm5809274pad.41.2016.02.02.20.13.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 02 Feb 2016 20:13:33 -0800 (PST) From: Caesar Wang To: Heiko Stuebner , edubezval@gmail.com Subject: [PATCH 1/8] clk: rockchip: add id of the tsadc clock found on rk3228 SoCs Date: Wed, 3 Feb 2016 12:12:40 +0800 Message-Id: <1454472767-5767-2-git-send-email-wxt@rock-chips.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1454472767-5767-1-git-send-email-wxt@rock-chips.com> References: <1454472767-5767-1-git-send-email-wxt@rock-chips.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160202_201356_455322_04F8F6A7 X-CRM114-Status: UNSURE ( 8.98 ) 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: huangtao@rock-chips.com, devicetree@vger.kernel.org, Dmitry Torokhov , Pawel Moll , Ian Campbell , zhangqing@rock-chips.com, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, Jeffy Chen , Rob Herring , Kumar Gala , Mark Rutland , 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.6 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 This patch adds 'SCLK_TSADC' and 'PCLK_TSADC' id found on rk3228 SoCs. That will be needed by TSADC controller. Signed-off-by: Caesar Wang --- include/dt-bindings/clock/rk3228-cru.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dt-bindings/clock/rk3228-cru.h b/include/dt-bindings/clock/rk3228-cru.h index a78dd89..cd2e06b 100644 --- a/include/dt-bindings/clock/rk3228-cru.h +++ b/include/dt-bindings/clock/rk3228-cru.h @@ -29,6 +29,7 @@ #define SCLK_SDMMC 68 #define SCLK_SDIO 69 #define SCLK_EMMC 71 +#define SCLK_TSADC 72 #define SCLK_UART0 77 #define SCLK_UART1 78 #define SCLK_UART2 79 @@ -68,6 +69,7 @@ #define PCLK_UART0 341 #define PCLK_UART1 342 #define PCLK_UART2 343 +#define PCLK_TSADC 344 #define PCLK_PWM 350 #define PCLK_TIMER 353 #define PCLK_PERI 363