From patchwork Tue Feb 25 12:08:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Kucheria X-Patchwork-Id: 1244067 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.a=rsa-sha256 header.s=google header.b=aAkVe5Jm; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 48Rd4m338Yz9sRQ for ; Tue, 25 Feb 2020 23:08:40 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730582AbgBYMIj (ORCPT ); Tue, 25 Feb 2020 07:08:39 -0500 Received: from mail-pf1-f170.google.com ([209.85.210.170]:42675 "EHLO mail-pf1-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728913AbgBYMIj (ORCPT ); Tue, 25 Feb 2020 07:08:39 -0500 Received: by mail-pf1-f170.google.com with SMTP id 4so7076593pfz.9 for ; Tue, 25 Feb 2020 04:08:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=xfx584LrBv4WX0vT3v72U+yclaJIeCwqAoJbx9o5Qoc=; b=aAkVe5JmYZiDIr/2nEc84qsSP5jsJ+M1N3g8Yz21BPTGVopBd7PEy+bZB1lleV4hoC Isy2oTPb46YbqEjZ/BhDOe8tO/y+DACT4U8WvMqZzwpXPbARz+8/bLD3whd1xgoJsbKl wzfkELd16Z3l+GaEnIY/RHNzB4qTS7cvPaaHkaIhBkB6INgl8ZjPOdNLqSIL/H1kRzuu wWEE52+HomMg03CQtvYaI/N/AnMse6QBc15DEt68MQOKjlDLHEgxrnX6a1MdZCIZBhT5 DsG+KAwgVGdcGxBfm6XyaNXADFNtySAxY2CicEdo5tC2+ewwRFoeRnVZzl9yRhyPl1I+ //fw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=xfx584LrBv4WX0vT3v72U+yclaJIeCwqAoJbx9o5Qoc=; b=ez+raCPC8Q1Ay8RsRgOesTlXwA1pZI8qyHXjVlAors5uAoHjLiwMEvW+oBcdOakYFW vu5LU6VhbObWTG2bn+kkpwfCayu6SrfA1Zza1lf2bdMCNL7y32tpfu7FOAM7EpXHWOQb 6FRz26DbS4Dg7xZmudoJWLuS3fq+5iE6VrSxWwYdZabzVRqj5vOUQp6rYSdjFvwAny1d O7ji39qGQazouMNO/I5xQYoCVSzXlQ/DOmiD8/YbWV0s4Ov9EHoMRBV6E5mNFuGP/+N9 e9gwZrFBS2Hv+hxlBV/4uIpzZ11OpyLYBIsboGSlnoZYTpvOJTZVdYPZ4lXHnLo0LICe PZ1g== X-Gm-Message-State: APjAAAVjM3AS+wkOgl7Q0USMdmQaFhmM8TbpLCCQJ12dTyTLPfJ9kivD 78zfLd8iZOuKQOvp5AyEnxqDjQ== X-Google-Smtp-Source: APXvYqy99/wauPvYWlyEJpL9RlnRlWTUqhz/ze8Q72fwPISSUO6/izFHfrsJNRv1Jv5XvECtq3TYug== X-Received: by 2002:a63:1e5e:: with SMTP id p30mr61623830pgm.112.1582632518431; Tue, 25 Feb 2020 04:08:38 -0800 (PST) Received: from localhost ([103.195.202.114]) by smtp.gmail.com with ESMTPSA id l2sm13189971pgp.0.2020.02.25.04.08.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 25 Feb 2020 04:08:37 -0800 (PST) From: Amit Kucheria To: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, vkoul@kernel.org, daniel.lezcano@linaro.org, bjorn.andersson@linaro.org, sivaa@codeaurora.org, Andy Gross , Zhang Rui Cc: Amit Kucheria , linux-pm@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v2 1/3] dt-bindings: thermal: tsens: Add entry for sc7180 tsens to binding Date: Tue, 25 Feb 2020 17:38:27 +0530 Message-Id: <3e760279e7152825d56f8b35160a9a55a5083ce1.1582632110.git.amit.kucheria@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: References: MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The qcom-tsens binding requires a SoC-specific and a TSENS family-specific binding to be specified in the compatible string. Since qcom,sc7180-tsens is not listed in the YAML binding, we see the following warnings in 'make dtbs_check'. Fix them. builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: thermal-sensor@c263000: compatible: ['qcom,sc7180-tsens', 'qcom,tsens-v2'] is not valid under any of the given schemas (Possible causes of the failure): builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: thermal-sensor@c263000: compatible:0: 'qcom,sc7180-tsens' is not one of ['qcom,msm8916-tsens', 'qcom,msm8974-tsens'] builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: thermal-sensor@c263000: compatible:0: 'qcom,sc7180-tsens' is not one of ['qcom,msm8976-tsens', 'qcom,qcs404-tsens'] builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: thermal-sensor@c263000: compatible:0: 'qcom,sc7180-tsens' is not one of ['qcom,msm8996-tsens', 'qcom,msm8998-tsens', 'qcom,sdm845-tsens'] builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: thermal-sensor@c263000: compatible:1: 'qcom,tsens-v0_1' was expected builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: thermal-sensor@c263000: compatible:1: 'qcom,tsens-v1' was expected builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: thermal-sensor@c265000: compatible: ['qcom,sc7180-tsens', 'qcom,tsens-v2'] is not valid under any of the given schemas (Possible causes of the failure): builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: thermal-sensor@c265000: compatible:0: 'qcom,sc7180-tsens' is not one of ['qcom,msm8916-tsens', 'qcom,msm8974-tsens'] builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: thermal-sensor@c265000: compatible:0: 'qcom,sc7180-tsens' is not one of ['qcom,msm8976-tsens', 'qcom,qcs404-tsens'] builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: thermal-sensor@c265000: compatible:0: 'qcom,sc7180-tsens' is not one of ['qcom,msm8996-tsens', 'qcom,msm8998-tsens', 'qcom,sdm845-tsens'] builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: thermal-sensor@c265000: compatible:1: 'qcom,tsens-v0_1' was expected builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: thermal-sensor@c265000: compatible:1: 'qcom,tsens-v1' was expected Signed-off-by: Amit Kucheria Reviewed-by: Vinod Koul --- 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 eef13b9446a8..13e294328932 100644 --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml @@ -39,6 +39,7 @@ properties: - qcom,msm8996-tsens - qcom,msm8998-tsens - qcom,sdm845-tsens + - qcom,sc7180-tsens - const: qcom,tsens-v2 reg: