From patchwork Thu Nov 4 22:40:25 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 12603863 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 4BB3DC433EF for ; Thu, 4 Nov 2021 22:40:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 35A9D61260 for ; Thu, 4 Nov 2021 22:40:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232409AbhKDWnV (ORCPT ); Thu, 4 Nov 2021 18:43:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42214 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232405AbhKDWnT (ORCPT ); Thu, 4 Nov 2021 18:43:19 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 358A1C061714; Thu, 4 Nov 2021 15:40:41 -0700 (PDT) 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 3036D1C18; Thu, 4 Nov 2021 23:40:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1636065637; bh=f3KuSZhlThaAVanz8coaKx6eNX2mIZGMJ9k/Ew/cTK8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jRyBRMIbNd3oIOizVQULGmFtUpUcyJS0dqAb8tWhO5UieGpTE7C5t2/qVUtT5ys1E I9N3Pxnijr2hc9jU/YZFsV35s+fVOtnX8WRP5vulLfpg+jRfLC0g+pbv8t6luNTSWw K+w80tk/DWE0QNUbRJs3L91nOAEh43U875rgCFak= 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 1/9] arm64: dts: renesas: r8a774a1: Fix thermal bindings Date: Thu, 4 Nov 2021 22:40:25 +0000 Message-Id: <20211104224033.3997504-2-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/r8a774a1.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/renesas/r8a774a1.dtsi b/arch/arm64/boot/dts/renesas/r8a774a1.dtsi index 6f4fffacfca2..e70aa5a08740 100644 --- a/arch/arm64/boot/dts/renesas/r8a774a1.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a774a1.dtsi @@ -2784,7 +2784,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>; @@ -2799,7 +2799,7 @@ sensor1_crit: sensor1-crit { }; }; - sensor_thermal2: sensor-thermal2 { + sensor2_thermal: sensor2-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsc 1>; @@ -2814,7 +2814,7 @@ sensor2_crit: sensor2-crit { }; }; - sensor_thermal3: sensor-thermal3 { + sensor3_thermal: sensor3-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsc 2>; From patchwork Thu Nov 4 22:40:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 12603859 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 2F7BCC4332F for ; Thu, 4 Nov 2021 22:40:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 152C761260 for ; Thu, 4 Nov 2021 22:40:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232399AbhKDWnT (ORCPT ); Thu, 4 Nov 2021 18:43:19 -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 S232383AbhKDWnS (ORCPT ); Thu, 4 Nov 2021 18:43:18 -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 89C741C2D; Thu, 4 Nov 2021 23:40:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1636065637; bh=M7X0L2L8RryBP1LyEgtwbmfuT5Zhqx3h5K5r4BFr528=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=uHeIcAMsYiiizfvpkC5of6bKOyR6hcIyy0VTIJ0LK081gvzQMCrD5lENJcFmBnON3 dRC3PQjginNJJMLyQgZlb45o4ETq1Nrkd3hc7e9wcsVZHVdB5rLzV3xL6ZNw4fu+A8 fwMTQVij8ojgo6Jl0KykDpOTPjG4Gs3591dZ6f6c= 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 2/9] arm64: dts: renesas: r8a774b1: Fix thermal bindings Date: Thu, 4 Nov 2021 22:40:26 +0000 Message-Id: <20211104224033.3997504-3-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/r8a774b1.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/renesas/r8a774b1.dtsi b/arch/arm64/boot/dts/renesas/r8a774b1.dtsi index 0f7bdfc90a0d..6c5694fa6690 100644 --- a/arch/arm64/boot/dts/renesas/r8a774b1.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a774b1.dtsi @@ -2629,7 +2629,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>; @@ -2644,7 +2644,7 @@ sensor1_crit: sensor1-crit { }; }; - sensor_thermal2: sensor-thermal2 { + sensor2_thermal: sensor2-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsc 1>; @@ -2659,7 +2659,7 @@ sensor2_crit: sensor2-crit { }; }; - sensor_thermal3: sensor-thermal3 { + sensor3_thermal: sensor3-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsc 2>; From patchwork Thu Nov 4 22:40:27 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 12603861 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 79BA3C43217 for ; Thu, 4 Nov 2021 22:40:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5A12A611F2 for ; Thu, 4 Nov 2021 22:40:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232415AbhKDWnU (ORCPT ); Thu, 4 Nov 2021 18:43:20 -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 S232397AbhKDWnT (ORCPT ); Thu, 4 Nov 2021 18:43:19 -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 E536A1C4C; Thu, 4 Nov 2021 23:40:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1636065638; bh=EuzVQhdEtwXTXwkbx/vYV40HSj57XPi3AHWA8OoE/H8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=E4wMUlJ5Xh9pLJQOSI9H03xwodq1/d1gXSkI8oAPitZ/S3oG2+TaHfkn/RGm9puCP qPqcJKRk23dub/nymEQ85xnvGcD2nrNdgALOFeb2jFOubDJ3jhFmDqlj039YyT/HqT +PUalnMeUKVdQZPDtzLUE8ix8bQSNF5d1MYxl/Ho= 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 3/9] arm64: dts: renesas: r8a774e1: Fix thermal bindings Date: Thu, 4 Nov 2021 22:40:27 +0000 Message-Id: <20211104224033.3997504-4-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/r8a774e1.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/renesas/r8a774e1.dtsi b/arch/arm64/boot/dts/renesas/r8a774e1.dtsi index 379a1300272b..62209ab6deb9 100644 --- a/arch/arm64/boot/dts/renesas/r8a774e1.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a774e1.dtsi @@ -2904,7 +2904,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>; @@ -2919,7 +2919,7 @@ sensor1_crit: sensor1-crit { }; }; - sensor_thermal2: sensor-thermal2 { + sensor2_thermal: sensor2-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsc 1>; @@ -2934,7 +2934,7 @@ sensor2_crit: sensor2-crit { }; }; - sensor_thermal3: sensor-thermal3 { + sensor3_thermal: sensor3-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsc 2>; From patchwork Thu Nov 4 22:40:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 12603865 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 95017C43217 for ; Thu, 4 Nov 2021 22:40:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 818DD61139 for ; Thu, 4 Nov 2021 22:40:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232383AbhKDWnW (ORCPT ); Thu, 4 Nov 2021 18:43:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42228 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232418AbhKDWnV (ORCPT ); Thu, 4 Nov 2021 18:43:21 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B8319C061714; Thu, 4 Nov 2021 15:40:42 -0700 (PDT) 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 474971C58; 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=pwQ8PywbEWezS3pkicK5TiE9zztkpYMXsSdJcYo5Wlk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IcH/oM1GA6iBfLrzCm8KHqt6yk+EEnWB3I6+Navx9KVrZGUPExLtb0ue0N+VpVNZA uxFFD1JV0WJRFyqcGWWilhK4dAA8U9YuD644iWLdkaN4NNi6y+buUTVPJu8+tKoQ2R aFOcYUWj6hd4UrQVg+X27GmVj0uKOSQqEkJQKCyo= 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 4/9] arm64: dts: renesas: r8a77951: Fix thermal bindings Date: Thu, 4 Nov 2021 22:40:28 +0000 Message-Id: <20211104224033.3997504-5-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/r8a77951.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/renesas/r8a77951.dtsi b/arch/arm64/boot/dts/renesas/r8a77951.dtsi index 1768a3e6bb8d..193d81be40fc 100644 --- a/arch/arm64/boot/dts/renesas/r8a77951.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a77951.dtsi @@ -3375,7 +3375,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>; @@ -3390,7 +3390,7 @@ sensor1_crit: sensor1-crit { }; }; - sensor_thermal2: sensor-thermal2 { + sensor2_thermal: sensor2-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsc 1>; @@ -3405,7 +3405,7 @@ sensor2_crit: sensor2-crit { }; }; - sensor_thermal3: sensor-thermal3 { + sensor3_thermal: sensor3-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsc 2>; 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>; From patchwork Thu Nov 4 22:40:30 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 12603869 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 93CD4C433FE 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 7CDF861220 for ; Thu, 4 Nov 2021 22:40:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232426AbhKDWn0 (ORCPT ); Thu, 4 Nov 2021 18:43:26 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:49162 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232422AbhKDWnW (ORCPT ); Thu, 4 Nov 2021 18:43:22 -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 0F30C2D3A; Thu, 4 Nov 2021 23:40:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1636065639; bh=pfumIxFdofgTf7TNtVdGjai2PepmqquCNs3SATfh8pU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dyN6IZTRMksiO2HK6uDb9ABhRhNHAkS5cELBzCoudJhmmQBNf0xeg3uiz+yiEkH5j 5ASMegoloVNArp7rgy4FxxQkCFXr5jcW3gwf6q3K1aJJcDJGuYs+kU59tlwrdJMnrb Z6bYKnWFAHD+Atb7oGWn2RR5YbVEdxTGNQGizliM= 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 6/9] arm64: dts: renesas: r8a77961: Fix thermal bindings Date: Thu, 4 Nov 2021 22:40:30 +0000 Message-Id: <20211104224033.3997504-7-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/r8a77961.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/renesas/r8a77961.dtsi b/arch/arm64/boot/dts/renesas/r8a77961.dtsi index 86d59e7e1a87..b1a00f5df431 100644 --- a/arch/arm64/boot/dts/renesas/r8a77961.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a77961.dtsi @@ -2730,7 +2730,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>; @@ -2745,7 +2745,7 @@ sensor1_crit: sensor1-crit { }; }; - sensor_thermal2: sensor-thermal2 { + sensor2_thermal: sensor2-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsc 1>; @@ -2760,7 +2760,7 @@ sensor2_crit: sensor2-crit { }; }; - sensor_thermal3: sensor-thermal3 { + sensor3_thermal: sensor3-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsc 2>; From patchwork Thu Nov 4 22:40:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 12603871 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 70B5EC433EF for ; Thu, 4 Nov 2021 22:40:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 596F7611F2 for ; Thu, 4 Nov 2021 22:40:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232433AbhKDWn1 (ORCPT ); Thu, 4 Nov 2021 18:43:27 -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 S232455AbhKDWnZ (ORCPT ); Thu, 4 Nov 2021 18:43:25 -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 684E72D3D; Thu, 4 Nov 2021 23:40:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1636065639; bh=bg9mfmQpHwyZQbntF3LLICqXzj1pALzlrxYe4HsPf8M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IvGQiCS3XmkRMIf1A5wOepTElZ4+as5La8KzX+3IDW7l5hNkPLzg57/ndvTuoLh4U Xihn4R1chfJDL0kNXmJ4vis3Ppa37FVP25Uy72ONWRPUYNg//5fZdvFHPNlVs0cRPC GYSZ5m20NqBJtcVAm1c3MIJVfdNmUJQXW71vPE+o= 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 7/9] arm64: dts: renesas: r8a77965: Fix thermal bindings Date: Thu, 4 Nov 2021 22:40:31 +0000 Message-Id: <20211104224033.3997504-8-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/r8a77965.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/renesas/r8a77965.dtsi b/arch/arm64/boot/dts/renesas/r8a77965.dtsi index 08df75606430..f9679a4dd85f 100644 --- a/arch/arm64/boot/dts/renesas/r8a77965.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a77965.dtsi @@ -2784,7 +2784,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>; @@ -2799,7 +2799,7 @@ sensor1_crit: sensor1-crit { }; }; - sensor_thermal2: sensor-thermal2 { + sensor2_thermal: sensor2-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsc 1>; @@ -2814,7 +2814,7 @@ sensor2_crit: sensor2-crit { }; }; - sensor_thermal3: sensor-thermal3 { + sensor3_thermal: sensor3-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsc 2>; From patchwork Thu Nov 4 22:40:32 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 12603873 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 D66A4C433EF for ; Thu, 4 Nov 2021 22:40:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C1A6361139 for ; Thu, 4 Nov 2021 22:40:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232489AbhKDWn2 (ORCPT ); Thu, 4 Nov 2021 18:43:28 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:49162 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232468AbhKDWn0 (ORCPT ); Thu, 4 Nov 2021 18:43:26 -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 C20A72D3F; Thu, 4 Nov 2021 23:40:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1636065640; bh=nUtt83jI2VLNoUGz/3EPiNUXCgU/0Tnr7guLw7hryTs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=oUflOgw84HWaQUDnZoKCsS6xXG2R2uJvsr/jAZ2KumuOfkPSjmDcb16Gw5uwr8OjI pvBp2teun7Hxs8Px0bOMO/oeijsEgLN65TzlPv12KyC+0zKDk06BtL/OhY7wJt4eRq BNTdF/Htb4kYvwpOb63Xv82ni9nKnfwpod843hOs= 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 8/9] arm64: dts: renesas: r8a77980: Fix thermal bindings Date: Thu, 4 Nov 2021 22:40:32 +0000 Message-Id: <20211104224033.3997504-9-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 thermal-sensor-N to sensorN-thermal and providing node labels of the form sensorN_thermal to ensure consistency with the other platform implementations. Signed-off-by: Kieran Bingham --- arch/arm64/boot/dts/renesas/r8a77980.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/renesas/r8a77980.dtsi b/arch/arm64/boot/dts/renesas/r8a77980.dtsi index 6347d15e66b6..21fe602bd25a 100644 --- a/arch/arm64/boot/dts/renesas/r8a77980.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a77980.dtsi @@ -1580,7 +1580,7 @@ prr: chipid@fff00044 { }; thermal-zones { - thermal-sensor-1 { + sensor1_thermal: sensor1-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsc 0>; @@ -1599,7 +1599,7 @@ sensor1-critical { }; }; - thermal-sensor-2 { + sensor2_thermal: sensor2-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsc 1>; From patchwork Thu Nov 4 22:40:33 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 12603875 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 92391C4332F for ; Thu, 4 Nov 2021 22:40:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7DA2961263 for ; Thu, 4 Nov 2021 22:40:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232512AbhKDWn3 (ORCPT ); Thu, 4 Nov 2021 18:43:29 -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 S232405AbhKDWn2 (ORCPT ); Thu, 4 Nov 2021 18:43:28 -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 2565C1A38; Thu, 4 Nov 2021 23:40:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1636065640; bh=Ke/7jCHKY/MA2ufwzX82PXTTZCN9dB+7CWdPtDBMSWY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=nYNv3QfVY05+v59ceCLwcLTQPuSqbmazfAgRjwQYUgGvdZ/MbaTEwtK7elmSgeKAk KZE94Ojba/YrmmT3khzJTqvwf0wTIjzjuGiGf5ejOXZYfm1cowCziaJMUcHPr2Q7ET 6g4CO0atHws3t330u/SSGxi3cWRZAe0uXaMDNdao= 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 9/9] arm64: dts: renesas: r8a779a0: Fix thermal bindings Date: Thu, 4 Nov 2021 22:40:33 +0000 Message-Id: <20211104224033.3997504-10-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/r8a779a0.dtsi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi index e53f8b983c30..733fbeff9c13 100644 --- a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi @@ -2718,7 +2718,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>; @@ -2732,7 +2732,7 @@ sensor1_crit: sensor1-crit { }; }; - sensor_thermal2: sensor-thermal2 { + sensor2_thermal: sensor2-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsc 1>; @@ -2746,7 +2746,7 @@ sensor2_crit: sensor2-crit { }; }; - sensor_thermal3: sensor-thermal3 { + sensor3_thermal: sensor3-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsc 2>; @@ -2760,7 +2760,7 @@ sensor3_crit: sensor3-crit { }; }; - sensor_thermal4: sensor-thermal4 { + sensor4_thermal: sensor4-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsc 3>; @@ -2774,7 +2774,7 @@ sensor4_crit: sensor4-crit { }; }; - sensor_thermal5: sensor-thermal5 { + sensor5_thermal: sensor5-thermal { polling-delay-passive = <250>; polling-delay = <1000>; thermal-sensors = <&tsc 4>;