From patchwork Fri Dec 19 00:13:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Torokhov X-Patchwork-Id: 5516601 Return-Path: X-Original-To: patchwork-linux-rockchip@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 2BB099F54F for ; Fri, 19 Dec 2014 00:14:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 60E1B20306 for ; Fri, 19 Dec 2014 00:14:20 +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 9DA09201CD for ; Fri, 19 Dec 2014 00:14:18 +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 1Y1lCz-0002yS-T9; Fri, 19 Dec 2014 00:14:17 +0000 Received: from mail-ob0-f174.google.com ([209.85.214.174]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Y1lCx-0002rm-MP for linux-rockchip@lists.infradead.org; Fri, 19 Dec 2014 00:14:16 +0000 Received: by mail-ob0-f174.google.com with SMTP id nt9so8922431obb.5 for ; Thu, 18 Dec 2014 16:13:54 -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=Az7nNcFgYvYalxwIH6gllieXcf45OG4phPY/CW65s4E=; b=ar1czFgvGVRgRBn+TIxWnX0/r4KV35Enz082NaUZDAZOVO2dy6uDB8ZBqRx9RhJF2R B3WfOctr6i3KJl+7LTsCy8T+kqQSb8H+ceVtAnHew5H2l3As5whiqm6hKzkRLfISuR41 eCu/s0PAas+pKHg0o5oezR0mVxlqoYG0hqB7/g01DUs7h6w0GS6+rqS8R8//V86OeoWP EVC6b3ZJpr2iWDCA6VXbMeCbUnAr4+LiKMb2dMY1XbKFEQ7JAUei0f2mGVAxPoJQBTHW tK+jdn4uo46QUZ9uATI5UkflP92bcVstL8ZzOPpzTn/5hZSWGuYxaC87YKB4+z4xbkz+ UE3w== X-Gm-Message-State: ALoCoQlcx0W0Ld/CeWWMFfGI3Tf4/WiHWgIqBHxCeLxQUt0o1Rz5IeRcyK+M7U4pz6RGVNOm4YIs X-Received: by 10.50.107.36 with SMTP id gz4mr437919igb.25.1418948034283; Thu, 18 Dec 2014 16:13:54 -0800 (PST) Received: from dtor-ws.mtv.corp.google.com ([172.22.64.149]) by mx.google.com with ESMTPSA id r18sm3853769ioi.28.2014.12.18.16.13.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 18 Dec 2014 16:13:53 -0800 (PST) From: Dmitry Torokhov To: Heiko Stuebner Subject: [PATCH 2/2] CHROMIUM: clk: rockchip: add PVTM clocks on rk3288 Date: Thu, 18 Dec 2014 16:13:46 -0800 Message-Id: <1418948026-3463-2-git-send-email-dtor@chromium.org> X-Mailer: git-send-email 2.2.0.rc0.207.ga3a616c In-Reply-To: <1418948026-3463-1-git-send-email-dtor@chromium.org> References: <1418948026-3463-1-git-send-email-dtor@chromium.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141218_161415_776478_A7ED26C3 X-CRM114-Status: UNSURE ( 7.63 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: devicetree@vger.kernel.org, addy.ke@rock-chips.com, Mike Turquette , hl@rock-chips.com, linux-kernel@vger.kernel.org, kever.yang@rock-chips.com, dianders@chromium.org, linux-rockchip@lists.infradead.org, sonnyrao@chromium.org X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_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 From: huang lin Process-Voltage-Temperatiure Monitor block on RK3288 has two clocks: PVTM_CORE and PVTM_GPU. Signed-off-by: Huang Lin Signed-off-by: Dmitry Torokhov Reviewed-by: Doug Anderson --- drivers/clk/rockchip/clk-rk3288.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/rockchip/clk-rk3288.c b/drivers/clk/rockchip/clk-rk3288.c index ac6be7c..4632bb3 100644 --- a/drivers/clk/rockchip/clk-rk3288.c +++ b/drivers/clk/rockchip/clk-rk3288.c @@ -704,8 +704,8 @@ static struct rockchip_clk_branch rk3288_clk_branches[] __initdata = { GATE(SCLK_LCDC_PWM0, "sclk_lcdc_pwm0", "xin24m", 0, RK3288_CLKGATE_CON(13), 10, GFLAGS), GATE(SCLK_LCDC_PWM1, "sclk_lcdc_pwm1", "xin24m", 0, RK3288_CLKGATE_CON(13), 11, GFLAGS), - GATE(0, "sclk_pvtm_core", "xin24m", 0, RK3288_CLKGATE_CON(5), 9, GFLAGS), - GATE(0, "sclk_pvtm_gpu", "xin24m", 0, RK3288_CLKGATE_CON(5), 10, GFLAGS), + GATE(SCLK_PVTM_CORE, "sclk_pvtm_core", "xin24m", 0, RK3288_CLKGATE_CON(5), 9, GFLAGS), + GATE(SCLK_PVTM_GPU, "sclk_pvtm_gpu", "xin24m", 0, RK3288_CLKGATE_CON(5), 10, GFLAGS), GATE(0, "sclk_mipidsi_24m", "xin24m", 0, RK3288_CLKGATE_CON(5), 15, GFLAGS), /* sclk_gpu gates */