From patchwork Tue Apr 27 19:44:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: thermal-bot for Lad Prabhakar X-Patchwork-Id: 428981 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-20.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER, INCLUDES_PATCH, MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E73CBC43470 for ; Tue, 27 Apr 2021 19:44:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B7B2461404 for ; Tue, 27 Apr 2021 19:44:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238963AbhD0TpR (ORCPT ); Tue, 27 Apr 2021 15:45:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40184 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238946AbhD0TpR (ORCPT ); Tue, 27 Apr 2021 15:45:17 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E258BC061574 for ; Tue, 27 Apr 2021 12:44:33 -0700 (PDT) Date: Tue, 27 Apr 2021 19:44:31 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1619552672; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8l2DTofWYvWRCnJBwEwXkx9o86ocwWBl+5MXNtQtvQ8=; b=CaaS/t26pUZvPiubL45auk83w1ig4K0X07QLLAfoZBdW0lMI1ZqyucbOgHe1Th4LFJwnl5 pbBmZ11EaGVElgvqVj143PQqcZjvo9Jam5QznhYc9fvqnhU/VXn0w5A/8enGKQ4P/rhAC7 ZBApVUSd1dG+EXqK520MBnOf1ix16F+wGtXRLi2V9iD1lVHA7puHn4iqZzftcdrnJ2kr95 Z3my5HD+f6P4aNNG8XqvDehxo3WnBTrgdj6RigFG47Pi0mwoMerFO5XfLvdY2gPMbKotDq XNr4pZ7X/V9hyL1g9E/+2KwFXEBcBliGtrUG3a+ofOKi3pmGDrjz2AGxA8m4xQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1619552672; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8l2DTofWYvWRCnJBwEwXkx9o86ocwWBl+5MXNtQtvQ8=; b=9e8uQ3RzjmbH+weq28rZW6zQzLDefFjcNnNGuYs5ak5QdLrohewIzCrPkvfgL3MmLxE1n0 CLAYSMHjbACcpLDQ== From: thermal-bot for =?utf-8?b?UmFmYcWCIE1pxYJlY2tp?= Sender: tip-bot2@linutronix.de Reply-to: linux-pm@vger.kernel.org To: linux-pm@vger.kernel.org Subject: [thermal: thermal/next] dt-bindings: thermal: thermal-sensor: require "#thermal-sensor-cells" Cc: rafal@milecki.pl, Rob Herring , Daniel Lezcano , rui.zhang@intel.com, amitk@kernel.org In-Reply-To: <20210415112121.4999-1-zajec5@gmail.com> References: <20210415112121.4999-1-zajec5@gmail.com> MIME-Version: 1.0 Message-ID: <161955267184.29796.4661105156582755515.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org The following commit has been merged into the thermal/next branch of thermal: Commit-ID: bd5d553653e4151030ad2a94ef39a46b40c75a9b Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git//bd5d553653e4151030ad2a94ef39a46b40c75a9b Author: Rafał Miłecki AuthorDate: Thu, 15 Apr 2021 13:21:21 +02:00 Committer: Daniel Lezcano CommitterDate: Tue, 20 Apr 2021 22:46:48 +02:00 dt-bindings: thermal: thermal-sensor: require "#thermal-sensor-cells" This property is required for every thermal sensor as it's used when using phandles. Signed-off-by: Rafał Miłecki Acked-by: Rob Herring Signed-off-by: Daniel Lezcano Link: https://lore.kernel.org/r/20210415112121.4999-1-zajec5@gmail.com --- Documentation/devicetree/bindings/thermal/thermal-sensor.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/thermal/thermal-sensor.yaml b/Documentation/devicetree/bindings/thermal/thermal-sensor.yaml index 9f74792..4bd345c 100644 --- a/Documentation/devicetree/bindings/thermal/thermal-sensor.yaml +++ b/Documentation/devicetree/bindings/thermal/thermal-sensor.yaml @@ -36,6 +36,9 @@ properties: containing several internal sensors. enum: [0, 1] +required: + - "#thermal-sensor-cells" + additionalProperties: true examples: