From nobody Fri Dec 19 15:46:21 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 22B27C433FE for ; Sat, 22 Oct 2022 07:39:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230406AbiJVHi4 (ORCPT ); Sat, 22 Oct 2022 03:38:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49434 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230401AbiJVHhd (ORCPT ); Sat, 22 Oct 2022 03:37:33 -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 A5CE925CE05; Sat, 22 Oct 2022 00:35:55 -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 50115CE2C98; Sat, 22 Oct 2022 07:35:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3614CC433C1; Sat, 22 Oct 2022 07:35:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666424149; bh=TJwrFLLzUDARRz227XFqeD/qM+dImWjLpczpwfOOLTY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ZkNO2loy7xZSEZmtcFTyTKxH6jF5g3f9+lx/zNO2lV7TbFmlVfUVYBmnbRE3JdmQb MrTdsTCHfJQViDSDXeMGTNrDBEDYugISsNwjACEDhvAEDrMVLP4sdCfmHb4Uo4YLa0 dlVgoGgvBcJlBw4tIwa+2IJo8cG6DrWMKFmIwnVs= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Krzysztof Kozlowski , Stephen Boyd , Vinod Koul , David Heidelberg , Bjorn Andersson Subject: [PATCH 5.19 043/717] arm64: dts: qcom: sdm845-mtp: correct ADC settle time Date: Sat, 22 Oct 2022 09:18:42 +0200 Message-Id: <20221022072422.734871840@linuxfoundation.org> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221022072415.034382448@linuxfoundation.org> References: <20221022072415.034382448@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: Krzysztof Kozlowski commit 209a04885ab5f76722a1671d0fbf0a5b4bccacec upstream. The PMIC's VADC property for settle time is qcom,hw-settle-time, not qcom,hw-settle-time-us. The latter is used in PMIC's TM ADC. qcom/sdm845-mtp.dtb: pmic@0: adc@3100:adc-chan@4c: 'qcom,hw-settle-time-u= s' does not match any of the regexes: 'pinctrl-[0-9]+' Fixes: d5e12f3823ae ("arm64: dts: qcom: sdm845: mtp: Add vadc channels and = thermal zones") Cc: Signed-off-by: Krzysztof Kozlowski Reviewed-by: Stephen Boyd Reviewed-by: Vinod Koul Reviewed-by: David Heidelberg Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20220828084341.112146-13-krzysztof.kozlowsk= i@linaro.org Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/qcom/sdm845-mtp.dts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --- a/arch/arm64/boot/dts/qcom/sdm845-mtp.dts +++ b/arch/arm64/boot/dts/qcom/sdm845-mtp.dts @@ -536,42 +536,42 @@ reg =3D ; label =3D "xo_therm"; qcom,ratiometric; - qcom,hw-settle-time-us =3D <200>; + qcom,hw-settle-time =3D <200>; }; =20 adc-chan@4d { reg =3D ; label =3D "msm_therm"; qcom,ratiometric; - qcom,hw-settle-time-us =3D <200>; + qcom,hw-settle-time =3D <200>; }; =20 adc-chan@4f { reg =3D ; label =3D "pa_therm1"; qcom,ratiometric; - qcom,hw-settle-time-us =3D <200>; + qcom,hw-settle-time =3D <200>; }; =20 adc-chan@51 { reg =3D ; label =3D "quiet_therm"; qcom,ratiometric; - qcom,hw-settle-time-us =3D <200>; + qcom,hw-settle-time =3D <200>; }; =20 adc-chan@83 { reg =3D ; label =3D "vph_pwr"; qcom,ratiometric; - qcom,hw-settle-time-us =3D <200>; + qcom,hw-settle-time =3D <200>; }; =20 adc-chan@85 { reg =3D ; label =3D "vcoin"; qcom,ratiometric; - qcom,hw-settle-time-us =3D <200>; + qcom,hw-settle-time =3D <200>; }; };