From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9FDBBC4167B for ; Tue, 18 Oct 2022 03:07:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230342AbiJRDH0 (ORCPT ); Mon, 17 Oct 2022 23:07:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34194 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230338AbiJRDGn (ORCPT ); Mon, 17 Oct 2022 23:06:43 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ACD5498374; Mon, 17 Oct 2022 20:06:42 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 41D99CE1B19; Tue, 18 Oct 2022 03:06:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CDF95C43140; Tue, 18 Oct 2022 03:06:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666062398; bh=DMaD1Y1npwIhNi9ShGiY/GcvA7TKdmL2Z27XOYl0MTo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=FhWxR6isslXFdf6cLMsAOt0u6zautsTHeJaRkZkyuOwVbpwaxh254tISqFP2FEuab AEWuJ4QHKrJasr/zGb8Fvq7wQgInh8rAdolHrfupSc+tpJCqECXMM/Ttz2c6mBezv4 Fq1iSzbqVR1IIyTm28n0XDe5+gRDslU3RdOa3lxTjrSVm+6h4CTuXf2tZRjGZsKCvk FHwNePLXKdQbvLr+GSdxzlM5vX4GpaCyEN1URhTK9yVRsjK5jOfEEeQ2cw2Lip+2/d 6lXTbgI+PWfr48EoUqIdzmSweytQdSeMAXIBuyBDLxggitQbcn/GSm3W7ba9JLCAjM m3OvraZlRjn0A== From: Bjorn Andersson To: johan+linaro@kernel.org Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, agross@kernel.org, bmasney@redhat.com, robh+dt@kernel.org, linux-arm-msm@vger.kernel.org, Krzysztof Kozlowski , Konrad Dybcio Subject: Re: [PATCH] arm64: dts: qcom: sc8280xp: fix ufs_card_phy ref clock Date: Mon, 17 Oct 2022 22:05:20 -0500 Message-Id: <166606235845.3553294.1270628441313635491.b4-ty@kernel.org> X-Mailer: git-send-email 2.37.1 In-Reply-To: <20221005143305.388-1-johan+linaro@kernel.org> References: <20221005143305.388-1-johan+linaro@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Wed, 5 Oct 2022 16:33:05 +0200, Johan Hovold wrote: > The GCC_UFS_REF_CLKREF_CLK must be enabled or the second UFS controller > fails to enumerate on sa8295p-adp. > > Note that the vendor kernel enables both GCC_UFS_REF_CLKREF_CLK and > GCC_UFS_1_CARD_CLKREF_CLK and it is possible that the former should be > modelled as a parent of the latter. The clock driver also has a > GCC_UFS_CARD_CLKREF_CLK clock which the firmware appears to enable on > the ADP. > > [...] Applied, thanks! [1/1] arm64: dts: qcom: sc8280xp: fix ufs_card_phy ref clock commit: 8d6b458ce6e93286a607e54f787f7a86067f58bd Best regards, -- Bjorn Andersson