Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp273416ybi; Wed, 29 May 2019 21:08:23 -0700 (PDT) X-Google-Smtp-Source: APXvYqzZcwlqVzO+L0rZf9ck9eL3rPVCAIVTqnkqFjmWPUGDUQWtuth9CZouaKBw6uRIbErLDmlI X-Received: by 2002:a17:90a:c38c:: with SMTP id h12mr557095pjt.129.1559189303661; Wed, 29 May 2019 21:08:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559189303; cv=none; d=google.com; s=arc-20160816; b=IaePHY0ezo9BZ0y5J+tmCjMqEXfTZucrQK5SUOF+n7lvAVyJAMC00z86yfgn1w1kDp UfeAJOKCm7qXHS7pCfhxJPXLOZ/MAthed/eLC2HDxhkaieXCw/J/+PrmezikS6NfTJYt clbbIP+BTBIYOo1s5+383V0ik3ohyWPJb5BVu2F/Kt7hbYzdJMtWxJqvI0LeH/VuHW7V UzUCqIwcEqHYlVa+CKRxBilhPjUVER5wn8iIeA+Pl5nOVan9A1cJTkYyc/ZCPHfmn9kN YZw1PT4sSS112JKA4GGWKvqVma2cy/FBjG2DlG3/kAMI0JRMDTAzZnY8qkIg8hSYMS8s vjvQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=E1zSHer4piEOYywl13fa0G4PxEFJjQ2hjIXQABFJDoQ=; b=Xf5NUPwURjFvntBk79Dwbapm2DCN8V5XV+SSzw24eHfPO5S9DfYacMRIvb4nM0lqfY x8X4aYAJ81cpG6x2uyT3gAHR8bXbxjw4U+HwRsLpwyOdMson980TCDdwn9ftQMysg2KR 7KQRdEIRbd9WK+X9Yxu06fCrWVGhDja4C8wAIBBB1EmtRU33dxDENerR0wZqqZIqf+bD MLmmRkljKRYlKl7MgZtM5ZGlmpkiFyD7ei7aLdEw9ZLGQ/pPUZExnEaZMpOojeVfa8iB q44Yvx0Y1+V3Vr34CElnjRva0zTs9/cWGkdyz3YposlOLaxR8Z1I/lwCFDW0cRiIoViz hGyw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=ZIUX1oja; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v89si1936597pjb.14.2019.05.29.21.08.06; Wed, 29 May 2019 21:08:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=ZIUX1oja; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726869AbfE3EHD (ORCPT + 99 others); Thu, 30 May 2019 00:07:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:47508 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731142AbfE3DRb (ORCPT ); Wed, 29 May 2019 23:17:31 -0400 Received: from localhost (ip67-88-213-2.z213-88-67.customer.algx.net [67.88.213.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id AA45C24688; Thu, 30 May 2019 03:17:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559186250; bh=TLQ6wRuSyYf00wfdWZw3VLwozrQHQv4iyOZqob7MM3A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ZIUX1oja/C/pu7m7l/2RT4iWISdqkdrFdjN/uB/6PdEsfhUCfdOoG1bQ7siA3gBTG ihFbdDmbNoaO+VH4nBqjkCCsXrckUg/qa9lNpflmjYHfgcIT6gMau2RCt1qMJxclbd gA/nSBep1GuaiFI8oJmgJWM3uwqlleIqbSnxfT4E= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Jonas Karlman , Randy Li , Douglas Anderson , Heiko Stuebner , Sasha Levin Subject: [PATCH 4.19 170/276] clk: rockchip: Fix video codec clocks on rk3288 Date: Wed, 29 May 2019 20:05:28 -0700 Message-Id: <20190530030536.018618665@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190530030523.133519668@linuxfoundation.org> References: <20190530030523.133519668@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [ Upstream commit 00c0cd9e59d265b393553e9afa54fee8b10e8158 ] It appears that there is a typo in the rk3288 TRM. For GRF_SOC_CON0[7] it says that 0 means "vepu" and 1 means "vdpu". It's the other way around. How do I know? Here's my evidence: 1. Prior to commit 4d3e84f99628 ("clk: rockchip: describe aclk_vcodec using the new muxgrf type on rk3288") we always pretended that we were using "aclk_vdpu" and the comment in the code said that this matched the default setting in the system. In fact the default setting is 0 according to the TRM and according to reading memory at bootup. In addition rk3288-based Chromebooks ran like this and the video codecs worked. 2. With the existing clock code if you boot up and try to enable the new VIDEO_ROCKCHIP_VPU as a module (and without "clk_ignore_unused" on the command line), you get errors like "failed to get ack on domain 'pd_video', val=0x80208". After flipping vepu/vdpu things init OK. 3. If I export and add both the vepu and vdpu to the list of clocks for RK3288_PD_VIDEO I can get past the power domain errors, but now I freeze when the vpu_mmu gets initted. 4. If I just mark the "vdpu" as IGNORE_UNUSED then everything boots up and probes OK showing that somehow the "vdpu" was important to keep enabled. This is because we were actually using it as a parent. 5. After this change I can hack "aclk_vcodec_pre" to parent from "aclk_vepu" using assigned-clocks and the video codec still probes OK. 6. Rockchip has said so on the mailing list [1]. ...so let's fix it. Let's also add CLK_SET_RATE_PARENT to "aclk_vcodec_pre" as suggested by Jonas Karlman. Prior to the same commit you could do clk_set_rate() on "aclk_vcodec" and it would change "aclk_vdpu". That's because "aclk_vcodec" was a simple gate clock (always gets CLK_SET_RATE_PARENT) and its direct parent was "aclk_vdpu". After that commit "aclk_vcodec_pre" gets in the way so we need to add CLK_SET_RATE_PARENT to it too. [1] https://lkml.kernel.org/r/1d17b015-9e17-34b9-baf8-c285dc1957aa@rock-chips.com Fixes: 4d3e84f99628 ("clk: rockchip: describe aclk_vcodec using the new muxgrf type on rk3288") Suggested-by: Jonas Karlman Suggested-by: Randy Li Signed-off-by: Douglas Anderson Signed-off-by: Heiko Stuebner Signed-off-by: Sasha Levin --- 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 45cd2897e586b..c6cd6d28af56f 100644 --- a/drivers/clk/rockchip/clk-rk3288.c +++ b/drivers/clk/rockchip/clk-rk3288.c @@ -198,7 +198,7 @@ PNAME(mux_hsadcout_p) = { "hsadc_src", "ext_hsadc" }; PNAME(mux_edp_24m_p) = { "ext_edp_24m", "xin24m" }; PNAME(mux_tspout_p) = { "cpll", "gpll", "npll", "xin27m" }; -PNAME(mux_aclk_vcodec_pre_p) = { "aclk_vepu", "aclk_vdpu" }; +PNAME(mux_aclk_vcodec_pre_p) = { "aclk_vdpu", "aclk_vepu" }; PNAME(mux_usbphy480m_p) = { "sclk_otgphy1_480m", "sclk_otgphy2_480m", "sclk_otgphy0_480m" }; PNAME(mux_hsicphy480m_p) = { "cpll", "gpll", "usbphy480m_src" }; @@ -399,7 +399,7 @@ static struct rockchip_clk_branch rk3288_clk_branches[] __initdata = { COMPOSITE(0, "aclk_vdpu", mux_pll_src_cpll_gpll_usb480m_p, 0, RK3288_CLKSEL_CON(32), 14, 2, MFLAGS, 8, 5, DFLAGS, RK3288_CLKGATE_CON(3), 11, GFLAGS), - MUXGRF(0, "aclk_vcodec_pre", mux_aclk_vcodec_pre_p, 0, + MUXGRF(0, "aclk_vcodec_pre", mux_aclk_vcodec_pre_p, CLK_SET_RATE_PARENT, RK3288_GRF_SOC_CON(0), 7, 1, MFLAGS), GATE(ACLK_VCODEC, "aclk_vcodec", "aclk_vcodec_pre", 0, RK3288_CLKGATE_CON(9), 0, GFLAGS), -- 2.20.1