Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp1628877pxv; Fri, 23 Jul 2021 13:08:34 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwkvRyAouHa8ExLJVUpi9XTbrIumjCDqwLcNo+YLHwEuC4CWBOmvKxEaXLM1ye0cVi2+So8 X-Received: by 2002:a92:da86:: with SMTP id u6mr4584534iln.265.1627070914438; Fri, 23 Jul 2021 13:08:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1627070914; cv=none; d=google.com; s=arc-20160816; b=fZHI1gRZ1b2IRS5+UbtdQtVXANb6hO9YFE5oIfwNFpwcAzKY66A2pRVOolJlIgv1KR V1lizXey9f68Gj/5WwTq1agIfb6iNqcVpyIpB7cIqdKMofRwFiYO8E7h13cB2Bqp1ORr 2xDvb1rE99lgmw291+oohfpOLQVh10fXjsOLInpRXfyJvrwUA/UaTw4ZdWGLixHWKInx /SN/qODCBzlE729R4KwLcRuIlfH8q5kYnk4/ea7l4euSGuA5tD6M356HUssSpQYIa5P7 IMBzZuA9VC7MRbty5RoG3VgROqTRnyhk9fIs0IinFLdczVuq8Cw9j78H/zxY1S1hDtO7 ievg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=SojsHZyKQ7uiKUPlVS2GFP5p/ZsoFvTuaX0JLc9bezk=; b=aS4Viqm/iNDr1LXDd8PzB7TUcZvWpv9T/edfqjXNwuOiOyhoZKcVlnbyBlbYkt8tRB t/0f9Be7kvnQg5B+0KibOndsZIfMQUBA20RLASdS9uzpBQn/qeCgLij3I5Kqn97afQTi 8zotLC8XW07lW/19mIJ3ePZArH0XljAs9EmT2lZOxcfO8YHIp6DZEe4VW3bvTzu7CXyt eZMZZ6eo+FdGA7hSNelbjUQNE1DEiamq+gwZc5ztTZ32DWLgkXukpJPcQ2g6wlTB+3Wx jWl9aiv3Ohef7r628mZwP9z24kYwR+73Uvs0vXC5O9N5yLO/xNf0mziRZ2Ah8t6Nml4V Nnhg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m10si46734465ilu.53.2021.07.23.13.08.23; Fri, 23 Jul 2021 13:08:34 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229762AbhGWT1A (ORCPT + 99 others); Fri, 23 Jul 2021 15:27:00 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:38700 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229461AbhGWT1A (ORCPT ); Fri, 23 Jul 2021 15:27:00 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 8C5B81C0B88; Fri, 23 Jul 2021 22:07:32 +0200 (CEST) Date: Fri, 23 Jul 2021 22:07:32 +0200 From: Pavel Machek To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Konrad Dybcio , Bjorn Andersson , Sasha Levin Subject: Re: [PATCH 5.10 038/125] arm64: dts: qcom: msm8996: Make CPUCC actually probe (and work) Message-ID: <20210723200732.GB22684@duo.ucw.cz> References: <20210722155624.672583740@linuxfoundation.org> <20210722155625.957020845@linuxfoundation.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gj572EiMnwbLXET9" Content-Disposition: inline In-Reply-To: <20210722155625.957020845@linuxfoundation.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --gj572EiMnwbLXET9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > Fix the compatible to make the driver probe and tell the > driver where to look for the "xo" clock to make sure everything > works. >=20 > Then we get a happy (eh, happier) 8996: >=20 > somainline-sdcard:/home/konrad# cat /sys/kernel/debug/clk/pwrcl_pll/clk_r= ate > 1152000000 >=20 > Don't backport without "arm64: dts: qcom: msm8996: Add CPU opps", as > the system fails to boot without consumers for these clocks. Changelog says this has dependency on b502efda6480d7577f9f822fd450d6bc3a4ac2e6. But that one is not in 5.10 AFAICT. Best regards, Pavel --=20 DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany --gj572EiMnwbLXET9 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCYPshhAAKCRAw5/Bqldv6 8t0PAKCT+PjYYZCu00w1hDwz9fqjs5d0vgCcCWTr5cv8IqC8QtuOLMHTZ0LBF7U= =4Pqm -----END PGP SIGNATURE----- --gj572EiMnwbLXET9--