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 85CC5C54EE9 for ; Tue, 13 Sep 2022 22:48:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229572AbiIMWsO (ORCPT ); Tue, 13 Sep 2022 18:48:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56126 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229506AbiIMWsN (ORCPT ); Tue, 13 Sep 2022 18:48:13 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1EABE5727C; Tue, 13 Sep 2022 15:48:12 -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 dfw.source.kernel.org (Postfix) with ESMTPS id A791061633; Tue, 13 Sep 2022 22:48:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6C368C433B5; Tue, 13 Sep 2022 22:48:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663109291; bh=vwj6rOH8DtgXp8i++JebimgUOwTOTyDedo+ZJufRtLQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Dyk2w96HEeMtgoAZmOo94rcMbbiMdVSiYeH6kfQDOOJfyAXULEZomjGXaj5SzGZl6 ucX6j/1/p9zHPfsSU2NVV/0jnuhvJ+N+tdiABL6RTNaeaDnSIBWIuLqL/DUbrT6By4 FGBVVQNYaPOpbyeFLr674VEGXbNwuunWoN2nDddn0ttEZ6Xez3oMFH7pLvs6LknZYV Nyu6YWY9/zJ90paIakkEtHzJ5yr6znCAwelosV1QVaxNewpq8QVlKTkcqDjBZwpEJy claptbgSzPPfNQVKossZVjh0lnbbtPf/5HEQaQT2/2YkjulKnDTg5foTF78q+d9JIs 4mDzHKgaAYf8Q== From: Bjorn Andersson To: danct12@riseup.net Cc: linux-kernel@vger.kernel.org, mturquette@baylibre.com, agross@kernel.org, sboyd@kernel.org, konrad.dybcio@somainline.org, linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org Subject: Re: [PATCH] clk: qcom: sm6115: Select QCOM_GDSC Date: Tue, 13 Sep 2022 17:48:03 -0500 Message-Id: <166310928494.670084.490990942314599075.b4-ty@kernel.org> X-Mailer: git-send-email 2.37.1 In-Reply-To: <20220910170207.1592220-1-danct12@riseup.net> References: <20220910170207.1592220-1-danct12@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Sun, 11 Sep 2022 00:02:07 +0700, Dang Huynh wrote: > While working on the Fxtec Pro1X device, this error shows up with > my own minimal configuration: > > gcc-sm6115: probe of 1400000.clock-controller failed with error -38 > > The clock driver depends on CONFIG_QCOM_GDSC and after enabling > that, the driver probes successfully. > > [...] Applied, thanks! [1/1] clk: qcom: sm6115: Select QCOM_GDSC commit: 50ee65dc512b9b5c4de354cf3b4dded34f46c571 Best regards, -- Bjorn Andersson