From patchwork Wed Feb 26 09:31:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Kucheria X-Patchwork-Id: 1244963 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=YCRaNKiq; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 48SDpJ1Fy5z9sRN for ; Wed, 26 Feb 2020 22:58:16 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726386AbgBZL6P (ORCPT ); Wed, 26 Feb 2020 06:58:15 -0500 Received: from mail-pj1-f42.google.com ([209.85.216.42]:53697 "EHLO mail-pj1-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726272AbgBZL6O (ORCPT ); Wed, 26 Feb 2020 06:58:14 -0500 Received: by mail-pj1-f42.google.com with SMTP id n96so1164996pjc.3 for ; Wed, 26 Feb 2020 03:58:14 -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=L0WGdBs/BRtkbt1VGWWlFtU3iVs0rs7BsxsJ0Z9JuEQ=; b=YCRaNKiqn8A6Ik8MNA4or/RUYmxDGYg7Azq43QnTOJb072o2gSUC84849DJoU7dHOm WfN5tLjxAyIX09+yR7aMwjmJPfKFFRYkysEP9rvaOAKIqEhnbhyaq1Z/vowEHjvHhaGC t4VtIAfon1DKKlndFkHRz4m+MBoI9oxe2bED6/awfDrQirFtVq2cy/poGHivHfOl+2Nj jYXyRc8CIAWZT8qRg8D7axN1a5+BZQQjz1gpfenmbd8S6vrSioPC11UFutbt2XMaG4Eh TYwAGwwQwOdcVjeXjJm/0Kp8E+uuZ6Niau/yZhrVhWSllyjvtz4+aI2sA85AenDAQUjQ /WkQ== 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=L0WGdBs/BRtkbt1VGWWlFtU3iVs0rs7BsxsJ0Z9JuEQ=; b=cIB4qyItjVRyGLwj5GCjm8ghcuF6eF6AlVKxSns6knQKN6UtP0AP5mmb/fRxRXiwfc WhW/qOAnKc+zdjv7O7heUPPQF6betRTSlVRgNrfjdb62LYmsLUtOI8Iz+cKp8DTz4mOq 1c9ndz4vho27MzVJeBx2wrq65Cym7XATSz6+uOvg/nrL+xQ1OQSVN8Shk9wQLUDXHTPE 3KYKqJjqFqqhxK9NZ6ty1/BQjZeXFy+HCveuYUzcXgtOa1+OhqZSbjO7IuPXDoyIXqSR nfTkY0NOA0iCj+fGOs5qdtkJ9XWNxvcPNrIczphbYG7J8RGO55ll6z5erVGPJL/4Ooca JbSQ== X-Gm-Message-State: APjAAAXMZC7NjQuwvC8l6WBxnPJY3A3Zgu9SfpWKXXWpzb3clIP9RESu lO6CXoGUb1tR5KAxdpcKtwQNzQ== X-Google-Smtp-Source: APXvYqyx1/PM5idU+c0uhvRnjfHFpRh/gIAwi9fme8XqqGmGzyeCZiRiVeTdSTowiPjOjVGSFItaxQ== X-Received: by 2002:a17:90a:a406:: with SMTP id y6mr4996011pjp.115.1582718293538; Wed, 26 Feb 2020 03:58:13 -0800 (PST) Received: from localhost ([2401:4900:1b38:7f42:3530:df3:7e53:a029]) by smtp.gmail.com with ESMTPSA id s206sm2946912pfs.100.2020.02.26.03.58.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Feb 2020 03:58:12 -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 v3 1/3] dt-bindings: thermal: tsens: Add entry for sc7180 tsens to binding Date: Wed, 26 Feb 2020 15:01:11 +0530 Message-Id: <8309e39737c480b0835454cbc6db345c5a27ecd4.1582705101.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: