From nobody Tue Dec 16 23:40:37 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 566AFC4167B for ; Thu, 30 Nov 2023 17:40:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232176AbjK3Rku (ORCPT ); Thu, 30 Nov 2023 12:40:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60334 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235219AbjK3Rkm (ORCPT ); Thu, 30 Nov 2023 12:40:42 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0590F10D9 for ; Thu, 30 Nov 2023 09:40:48 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9DD9AC433CB; Thu, 30 Nov 2023 17:40:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701366047; bh=aiwDU/GO9SPonpL1asp0uLBSgBwdDtrE9e2UpRiImAo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=nvBHxVbD6Dce6k2qA75F5gI2inzEChlJVddBeMp+jO1UBEwEWhLuPxK+rb+PbaKaA XzWGJw9tgtG4GiRFEJj8y5fiTZVHrLTnNrdP5MhfHZzx81yuePdnbWeF/QYOWlVdGC Fcqcq4uVq1Tz5OPGxlA/Pm1HdJ0d6GhYLCxclYFQFmwuYzoeWnncDKHPfKCH+QC8RM 1tp2w95NHodHjBMl0WUpob9hAFfWvOYVH0TKlNg+8K/myQSuHQHD9wk9s+IktrXyhq KTraiJBRboYhUuqWpD5aJqKTuWjj/Tdt+POF8aI8jJ/Lpn5QcD265cih7WjJIzX0+Y yz495e5IPUSDA== Received: from johan by xi.lan with local (Exim 4.96.2) (envelope-from ) id 1r8l2P-0003Pw-0Q; Thu, 30 Nov 2023 18:41:21 +0100 From: Johan Hovold To: Daniel Lezcano , "Rafael J. Wysocki" Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Zhang Rui , Lukasz Luba , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 1/2] dt-bindings: thermal: qcom-spmi-adc-tm5/hc: fix example node names Date: Thu, 30 Nov 2023 18:41:13 +0100 Message-ID: <20231130174114.13122-2-johan+linaro@kernel.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20231130174114.13122-1-johan+linaro@kernel.org> References: <20231130174114.13122-1-johan+linaro@kernel.org> 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" The ADC Thermal Monitor is part of an SPMI PMIC, which in turn sits on an SPMI bus. Fixes: db03874b8543 ("dt-bindings: thermal: qcom: add HC variant of adc-the= rmal monitor bindings") Fixes: e8ffd6c0756b ("dt-bindings: thermal: qcom: add adc-thermal monitor b= indings") Signed-off-by: Johan Hovold Acked-by: Krzysztof Kozlowski --- .../devicetree/bindings/thermal/qcom-spmi-adc-tm-hc.yaml | 3 ++- .../devicetree/bindings/thermal/qcom-spmi-adc-tm5.yaml | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm-hc.= yaml b/Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm-hc.yaml index 01253d58bf9f..82f8f25885c0 100644 --- a/Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm-hc.yaml +++ b/Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm-hc.yaml @@ -114,7 +114,8 @@ examples: - | #include #include - spmi_bus { + + pmic { #address-cells =3D <1>; #size-cells =3D <0>; pm8998_adc: adc@3100 { diff --git a/Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm5.ya= ml b/Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm5.yaml index 3c81def03c84..02347cee6c6f 100644 --- a/Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm5.yaml +++ b/Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm5.yaml @@ -167,7 +167,8 @@ examples: - | #include #include - spmi_bus { + + pmic { #address-cells =3D <1>; #size-cells =3D <0>; pm8150b_adc: adc@3100 { @@ -207,7 +208,8 @@ examples: #include #include #include - spmi_bus { + + pmic { #address-cells =3D <1>; #size-cells =3D <0>; pmk8350_vadc: adc@3100 { --=20 2.41.0