From patchwork Wed Dec 21 02:05:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Baryshkov X-Patchwork-Id: 636062 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 81E8EC4167B for ; Wed, 21 Dec 2022 02:05:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229696AbiLUCF0 (ORCPT ); Tue, 20 Dec 2022 21:05:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53156 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234241AbiLUCFZ (ORCPT ); Tue, 20 Dec 2022 21:05:25 -0500 Received: from mail-lf1-x12f.google.com (mail-lf1-x12f.google.com [IPv6:2a00:1450:4864:20::12f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E85711FCD8 for ; Tue, 20 Dec 2022 18:05:23 -0800 (PST) Received: by mail-lf1-x12f.google.com with SMTP id b13so21391842lfo.3 for ; Tue, 20 Dec 2022 18:05:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=QYEvrA5jk7OGUR/7PWOk8acQl/of6Esek0ztRJgkInE=; b=z0b7d597vLaEA8QEnD2peK5jkdmzwAER/I5hSrrkp5jiXTAUx27inwlxHMbzeki5YQ uvbhNWg/nBlrl1iSEDTTOcBg23pWyi2pMfebq/COGMP1o4CPro0y8uXHU3Pk+xo1YAbL aJ+/dH+4lhli54oCAzR6c8R7nYwTp+H4oS1yW2oBzWwO24w/Au8If2hHS7am03Y2M907 IImuup3MFIVOlofQy7jptb8oIs33CsOBikKlUhalIcS/haybnyPLiMvdeHXLF/7IV8fM C0osusCeholYpY/OgElSV7cApJtyxdcyg+x8U8H/qiN42gd2hD41yjcGUBetSroSu2DM 4GyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=QYEvrA5jk7OGUR/7PWOk8acQl/of6Esek0ztRJgkInE=; b=8M/RK5NMt/7vTLgNKYzIzWqbqkieBS6gDyp09dYHA3l0aemZDfB7vMlHActuKR3DsK rwDVcECj/j5z8Rw1LlssS6ndMjNTWUGgPtlqAN1IlxjhFr0vShYBhW5B8pHNdLW+xpt8 a2iZwy5UOtg92oir9mqlhTV6uKXI5hvODh0gUusUl4hdUm7vzOeB7JR1pzqOdPP3sVWr TrPsoJt4Gk59QSgO512RsUhdhyMAyIkve136RDNcRAmqHCY/3uAZLBxiITPkrGQgFzYT VsABoBXQtUmQGOAGnwgMVYrcxC8itpXbtk8fj7bJ0dM4gxh/yl4rnhPrC2nHml/fLjvh PAbA== X-Gm-Message-State: AFqh2krRPAPH6S/EuuQnjOtQcDuv6zP9pPuAjhm8E3nVfi7CRyZG9pYv m9Z08BKefkwIC0MdXJvgSCimAA== X-Google-Smtp-Source: AMrXdXtVZXP6SmsuGuZmBiTrtotv7dzDZmhCKbWeKZ9Rgi7210UcLl5LbClis8uDQotoaMFbwOOuIw== X-Received: by 2002:a05:6512:472:b0:4a4:68b8:f4d9 with SMTP id x18-20020a056512047200b004a468b8f4d9mr60658lfd.31.1671588322332; Tue, 20 Dec 2022 18:05:22 -0800 (PST) Received: from eriador.lan (dzccz6yyyyyyyyyyybcwt-3.rev.dnainternet.fi. [2001:14ba:a085:4d00::8a5]) by smtp.gmail.com with ESMTPSA id q18-20020a056512211200b004b257fef958sm1673048lfr.94.2022.12.20.18.05.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Dec 2022 18:05:21 -0800 (PST) From: Dmitry Baryshkov To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Amit Kucheria , Thara Gopinath , "Rafael J. Wysocki" , Daniel Lezcano , Zhang Rui Cc: "Bryan O'Donoghue" , linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, Krzysztof Kozlowski Subject: [PATCH v4 01/20] dt-bindings: thermal: tsens: add msm8956 compat Date: Wed, 21 Dec 2022 04:05:01 +0200 Message-Id: <20221221020520.1326964-2-dmitry.baryshkov@linaro.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221221020520.1326964-1-dmitry.baryshkov@linaro.org> References: <20221221020520.1326964-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org When adding support for msm8976 it was thought that msm8956 would reuse the same compat. However checking the vendor kernel revealed that these two platforms use different slope values for calculating the calibration data. Add new compatible for the tsens on msm8956 SoC. Acked-by: Krzysztof Kozlowski Signed-off-by: Dmitry Baryshkov --- Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml index 0231f187b097..f3660af0b3bf 100644 --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml @@ -37,6 +37,7 @@ properties: - description: v1 of TSENS items: - enum: + - qcom,msm8956-tsens - qcom,msm8976-tsens - qcom,qcs404-tsens - const: qcom,tsens-v1