From patchwork Mon Dec 13 08:26:06 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Weiss X-Patchwork-Id: 523593 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 EB89BC433EF for ; Mon, 13 Dec 2021 08:27:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233076AbhLMI1e (ORCPT ); Mon, 13 Dec 2021 03:27:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38226 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231717AbhLMI1T (ORCPT ); Mon, 13 Dec 2021 03:27:19 -0500 Received: from mail-ed1-x535.google.com (mail-ed1-x535.google.com [IPv6:2a00:1450:4864:20::535]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 17D61C061D7E for ; Mon, 13 Dec 2021 00:27:17 -0800 (PST) Received: by mail-ed1-x535.google.com with SMTP id r11so48767853edd.9 for ; Mon, 13 Dec 2021 00:27:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fairphone.com; s=fair; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=taFnq99zQAi88G74QKTyCZlH6WvgNqJiCDDQ9L4lFX4=; b=HzaB8tg68t34rQqDwLi/Z0nDC1TwlNT64YkiMFS6334hVjCHxGZQ+hNJhL3DCP+Xvz dMNw7ZlpvZHmZ8ofZkC/pAedq748nbWyEXfThYMGp5/+8T77Cx3ON6i5PKn6R/bdTzZL HWDxL/cLbG7mFeMf2SqRWEG/VOoZHZjlIIhLVghuyExJhBcwjNfFIiVg8+0c5GTiFtpE Tp1QnU81DfUys/j4zxEKG1TZGYVTmjbcMAPwziGrXa3C1SkZvPrNyVVlcnUv7GR8hCac olqo7kllB2KNEtA5glyULFG9dpa7eRsvB+r5EvgwK87G7PnsGp9dReo4nCoHeOJy+9ei qt+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=taFnq99zQAi88G74QKTyCZlH6WvgNqJiCDDQ9L4lFX4=; b=jQQmiojIVaFTDlaKbnDF52x55uQD1OXp7D8CLN0GGsziWW+N6DrlY+u+C6zvIgXm0s ExWh7iWEutYO3gGKO9pswutleIgg0sjrmG1zodwYmdqyyt+x4CDTpK9BMunOSTdHyDU7 aK164moK2uttZt5P6cGzJvnPqXaMzqn+7oLrWDUyzjPSgPE3ReWAiVoeDVlG2EMAqVyq kRkW5UQiv5GlWOKs0o+XBlES/ElHKv/nJ9pFBu14bZXyVTEuqjN3iffsb9zEDSxaZPt3 UdYMhnKIA7MIeEShpao/9vnmiJV32e63zOPawAwWdyoWTa5wPdWIF1dhSgcSeW2kaf1I G3Uw== X-Gm-Message-State: AOAM531ipJq7/7enDC+YOOQ9Q/PZ+racfk7B6ugwBIojAzsAbGcWHzxf +zJxWn3eif1T5RTWhcWo/DwUMw== X-Google-Smtp-Source: ABdhPJyn/Tqd/Phv4lVk2MwK9UiR50FkW82/th2caR0i+Xc//17eqt7fQmEBRZ33ysREXZYTWqwk0Q== X-Received: by 2002:a50:cdc8:: with SMTP id h8mr63090815edj.87.1639384035701; Mon, 13 Dec 2021 00:27:15 -0800 (PST) Received: from localhost.localdomain ([2a02:a210:20c5:8c80:7d0a:cd68:c339:f426]) by smtp.gmail.com with ESMTPSA id b11sm6062432ede.62.2021.12.13.00.27.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Dec 2021 00:27:15 -0800 (PST) From: Luca Weiss To: linux-arm-msm@vger.kernel.org Cc: ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, Luca Weiss , Konrad Dybcio , Amit Kucheria , Thara Gopinath , Andy Gross , Bjorn Andersson , "Rafael J. Wysocki" , Daniel Lezcano , Zhang Rui , Rob Herring , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 05/10] dt-bindings: thermal: tsens: Add SM6350 compatible Date: Mon, 13 Dec 2021 09:26:06 +0100 Message-Id: <20211213082614.22651-6-luca.weiss@fairphone.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20211213082614.22651-1-luca.weiss@fairphone.com> References: <20211213082614.22651-1-luca.weiss@fairphone.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Add devicetree compatible for tsens on SM6350 SoC. Signed-off-by: Luca Weiss Acked-by: Konrad Dybcio Acked-by: Rob Herring --- 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 d3b9e9b600a2..6d48c5ff6bda 100644 --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml @@ -50,6 +50,7 @@ properties: - qcom,sc8180x-tsens - qcom,sdm630-tsens - qcom,sdm845-tsens + - qcom,sm6350-tsens - qcom,sm8150-tsens - qcom,sm8250-tsens - qcom,sm8350-tsens