From patchwork Thu Nov 4 22:40:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 12603867 X-Patchwork-Delegate: geert@linux-m68k.org 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3F062C433EF for ; Thu, 4 Nov 2021 22:40:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 26A916127A for ; Thu, 4 Nov 2021 22:40:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232466AbhKDWnZ (ORCPT ); Thu, 4 Nov 2021 18:43:25 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:49130 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230415AbhKDWnV (ORCPT ); Thu, 4 Nov 2021 18:43:21 -0400 Received: from Monstersaurus.ksquared.org.uk.beta.tailscale.net (cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id A970B2A59; Thu, 4 Nov 2021 23:40:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1636065638; bh=TAKZ0/d/HkBmu/rHCn0NXlHU9tYHzP8B46W5l+Mc3CY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ij9wt6RkTq5Dfi/L2crsnOak6HCODqVs4hXo7UGzSCBc5i3iQ2Zbr3XwAxseEVpv6 IMzpn41z/zjXF8+nQG7oRN5IPmmo3oqHyrUV3jFFiRUnxshPYQRQ+/U7HiUl6e2KCF j6rVONo9Hw/SUNMXAY4X9FnZICDdJFF8m8BhCxCs= From: Kieran Bingham To: linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Geert Uytterhoeven , Rob Herring , Kieran Bingham Subject: [PATCH 5/9] arm64: dts: renesas: r8a77960: Fix thermal bindings Date: Thu, 4 Nov 2021 22:40:29 +0000 Message-Id: <20211104224033.3997504-6-kieran.bingham+renesas@ideasonboard.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211104224033.3997504-1-kieran.bingham+renesas@ideasonboard.com> References: <20211104224033.3997504-1-kieran.bingham+renesas@ideasonboard.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org The binding node names for the thermal zones are not successfully validated by the dt-schemas. Fix the validation by changing from sensor-thermalN to sensorN-thermal and sensor_thermalN to sensorN_thermal. Signed-off-by: Kieran Bingham --- arch/arm64/boot/dts/renesas/r8a77960.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/renesas/r8a77960.dtsi b/arch/arm64/boot/dts/renesas/r8a77960.dtsi index 2bd8169735d3..b526e4f0ee6a 100644 --- a/arch/arm64/boot/dts/renesas/r8a77960.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a77960.dtsi @@ -2972,7 +2972,7 @@ prr: chipid@fff00044 { }; thermal-zones { - sensor_thermal1: sensor-thermal1 { + sensor1_thermal: sensor1-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsc 0>; @@ -2987,7 +2987,7 @@ sensor1_crit: sensor1-crit { }; }; - sensor_thermal2: sensor-thermal2 { + sensor2_thermal: sensor2-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsc 1>; @@ -3002,7 +3002,7 @@ sensor2_crit: sensor2-crit { }; }; - sensor_thermal3: sensor-thermal3 { + sensor3_thermal: sensor3-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsc 2>;