From nobody Mon Sep 29 20:18:42 2025 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 2EBD6C00140 for ; Mon, 15 Aug 2022 22:53:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352240AbiHOWxb (ORCPT ); Mon, 15 Aug 2022 18:53:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60480 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352486AbiHOWv6 (ORCPT ); Mon, 15 Aug 2022 18:51:58 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C0CD91394F2; Mon, 15 Aug 2022 12:54:32 -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 E16BDCE12C3; Mon, 15 Aug 2022 19:54:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D2F67C433D7; Mon, 15 Aug 2022 19:54:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1660593269; bh=6XuJs42zzSrif2xWDq8unK8xnPK6ex258jMWQ5IyGWo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=0dVrWgp9CFmW/7/jkcU4kK1oSHZP+GiuSFHEXsIY6fCSqSWp4tML99F+Qsxz1hA3G wCG9L7L7hBKVSVZowvCTbSPRLpXhdm9goYAWuFiWeExGHRsyg2iMVFSsaxs7k5W3rf fkY7XIGDszwbVcEWBVvlz0FBjMud2NMEnVl8Tz8o= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Ansuel Smith , Dmitry Baryshkov , Bjorn Andersson , Sasha Levin Subject: [PATCH 5.19 0239/1157] ARM: dts: qcom: replace gcc PXO with pxo_board fixed clock Date: Mon, 15 Aug 2022 19:53:15 +0200 Message-Id: <20220815180449.120282434@linuxfoundation.org> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20220815180439.416659447@linuxfoundation.org> References: <20220815180439.416659447@linuxfoundation.org> User-Agent: quilt/0.67 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" From: Ansuel Smith [ Upstream commit eb9e93937756a05787977875830c0dc482cb57e0 ] Replace gcc PXO phandle to pxo_board fixed clock declared in the dts. gcc driver doesn't provide PXO_SRC as it's a fixed-clock. This cause a kernel panic if any driver actually try to use it. Fixes: 40cf5c884a96 ("ARM: dts: qcom: add L2CC and RPM for IPQ8064") Signed-off-by: Ansuel Smith Reviewed-by: Dmitry Baryshkov Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20220430055118.1947-2-ansuelsmth@gmail.com Signed-off-by: Sasha Levin --- arch/arm/boot/dts/qcom-ipq8064.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom-i= pq8064.dtsi index 808ea1862283..d09354ca100d 100644 --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi @@ -784,7 +784,7 @@ tcsr: syscon@1a400000 { l2cc: clock-controller@2011000 { compatible =3D "qcom,kpss-gcc", "syscon"; reg =3D <0x2011000 0x1000>; - clocks =3D <&gcc PLL8_VOTE>, <&gcc PXO_SRC>; + clocks =3D <&gcc PLL8_VOTE>, <&pxo_board>; clock-names =3D "pll8_vote", "pxo"; clock-output-names =3D "acpu_l2_aux"; }; --=20 2.35.1