From patchwork Tue Jun 23 19:51:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greg Kroah-Hartman X-Patchwork-Id: 191622 Delivered-To: patch@linaro.org Received: by 2002:a54:3249:0:0:0:0:0 with SMTP id g9csp1376312ecs; Tue, 23 Jun 2020 14:41:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwJmabXkX7nGIxtsRK2lZW2UWluEm7+vRSNoAYyJSEM6BXv9NU4nZ8JXyzkxRyb+z4gHleL X-Received: by 2002:a05:6402:6d6:: with SMTP id n22mr24634884edy.362.1592948502552; Tue, 23 Jun 2020 14:41:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592948502; cv=none; d=google.com; s=arc-20160816; b=GgxpKgCtOt0Ig33xyLNaGZ1v8INI03l9fBOCa94lcMMFTIBChPo/8z3EhnNzfnsIps Dzl0gCf+Y0RqfgCHMVPIkIYsn1D3KRpypUzBMuBPCePK0Hhh0EA63M1tgMmTZ5CgkLeV wQ3KVoeVB92kJkhLbTGRvWL4lDbPeVb812MY4KNDUNgWwtNfuVdHF1eTShLTK+sSF/g+ yBYJDj1e5WnnSePgChbqmuRS/deqYofIJ7GIXl5oJR5HzvXIxXCZehWXWrq3UAy2Bs+M A0kL0dPniGYzo75X8aqMNnMN1luQ/VlbFNstJh2Llmta57soGKz1zWLMBqIyflG95OSz Nh1w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=Wv2Ag02aG7qTOZHZMCqAKsmKQm3TsRUI8DDjRKu6Nm0=; b=kJ9/bVChfWHZi46BGHoEQw8aQU6VQyOu0HqvLFQqdcgHI4tyVFZWVIaQeTrENCnp4b VY/bVeRxI7d6cwO9Qe1344c2LiB+YePOZTqjC+NmV7hqd2qL11StFZw+htPy9JyZCE1h ACm7FffHVPK3YkWRTHP7ZE/rPosp+mq3AN9Xa3Gt01QidHdcTf0SPOVsokGm3r+jIB3f 6wNdhvakgQ645IfcOg9Ws9MLGsOZzjjX6HnPEtNTx1qumpK014/XOuEX/KDWCZ5CJsd4 pLctLdhZ+O3TRUWb3TZ6aT3ItV7gxMzhMhtjO+RBekHU7Ewf01RxzA/gFcXaVUVLBf5l rsjg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=jcmhSwvV; spf=pass (google.com: domain of stable-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=stable-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r12si12632538edc.599.2020.06.23.14.41.42; Tue, 23 Jun 2020 14:41:42 -0700 (PDT) Received-SPF: pass (google.com: domain of stable-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=jcmhSwvV; spf=pass (google.com: domain of stable-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=stable-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388987AbgFWVlh (ORCPT + 15 others); Tue, 23 Jun 2020 17:41:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:45534 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388389AbgFWUFu (ORCPT ); Tue, 23 Jun 2020 16:05:50 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E98D7206C3; Tue, 23 Jun 2020 20:05:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592942749; bh=RqUV47Xl7l506UHysYK6LyPd/cA3yhC+6UhX+Vh3Bis=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jcmhSwvVYQOfMBidyx3anR5wrwJGyDZirLA5ZrBFvuOuuAHhg4dYYd35UTQ9XdRrk 1XPtxnhj1QnPgcw/XkqeSTvTmjTRxxjZ2vAQHCCD8gstL7W5gsUt6Em8dZmctHIE8P Yv3beMCHwxJWO3IAfB7aY16++0UHzVRSv6C7fxcg= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Amit Kucheria , Bjorn Andersson , Sasha Levin Subject: [PATCH 5.7 120/477] arm64: dts: qcom: msm8916: remove unit name for thermal trip points Date: Tue, 23 Jun 2020 21:51:57 +0200 Message-Id: <20200623195413.278405955@linuxfoundation.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200623195407.572062007@linuxfoundation.org> References: <20200623195407.572062007@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org From: Amit Kucheria [ Upstream commit fe2aff0c574d206f34f1864d5a0b093694c27142 ] The thermal trip points have unit name but no reg property, so we can remove them. It also fixes the following warnings from 'make dtbs_check' after adding the thermal yaml bindings. arch/arm64/boot/dts/qcom/apq8016-sbc.dt.yaml: thermal-zones: gpu-thermal:trips: 'trip-point@0' does not match any of the regexes: '^[a-zA-Z][a-zA-Z0-9\\-_]{0,63}$', 'pinctrl-[0-9]+' arch/arm64/boot/dts/qcom/apq8016-sbc.dt.yaml: thermal-zones: camera-thermal:trips: 'trip-point@0' does not match any of the regexes: '^[a-zA-Z][a-zA-Z0-9\\-_]{0,63}$', 'pinctrl-[0-9]+' arch/arm64/boot/dts/qcom/apq8016-sbc.dt.yaml: thermal-zones: modem-thermal:trips: 'trip-point@0' does not match any of the regexes: '^[a-zA-Z][a-zA-Z0-9\\-_]{0,63}$', 'pinctrl-[0-9]+' arch/arm64/boot/dts/qcom/msm8916-mtp.dt.yaml: thermal-zones: gpu-thermal:trips: 'trip-point@0' does not match any of the regexes: '^[a-zA-Z][a-zA-Z0-9\\-_]{0,63}$', 'pinctrl-[0-9]+' arch/arm64/boot/dts/qcom/msm8916-mtp.dt.yaml: thermal-zones: camera-thermal:trips: 'trip-point@0' does not match any of the regexes: '^[a-zA-Z][a-zA-Z0-9\\-_]{0,63}$', 'pinctrl-[0-9]+' arch/arm64/boot/dts/qcom/msm8916-mtp.dt.yaml: thermal-zones: modem-thermal:trips: 'trip-point@0' does not match any of the regexes: '^[a-zA-Z][a-zA-Z0-9\\-_]{0,63}$', 'pinctrl-[0-9]+' Signed-off-by: Amit Kucheria Link: https://lore.kernel.org/r/2d3d045c18a2fb85b28cf304aa11ae6e6538d75e.1585562459.git.amit.kucheria@linaro.org Signed-off-by: Bjorn Andersson Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- 2.25.1 diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi index a88a15f2352bc..5548d7b5096ca 100644 --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi @@ -261,7 +261,7 @@ thermal-sensors = <&tsens 4>; trips { - cpu2_3_alert0: trip-point@0 { + cpu2_3_alert0: trip-point0 { temperature = <75000>; hysteresis = <2000>; type = "passive"; @@ -291,7 +291,7 @@ thermal-sensors = <&tsens 2>; trips { - gpu_alert0: trip-point@0 { + gpu_alert0: trip-point0 { temperature = <75000>; hysteresis = <2000>; type = "passive"; @@ -311,7 +311,7 @@ thermal-sensors = <&tsens 1>; trips { - cam_alert0: trip-point@0 { + cam_alert0: trip-point0 { temperature = <75000>; hysteresis = <2000>; type = "hot"; @@ -326,7 +326,7 @@ thermal-sensors = <&tsens 0>; trips { - modem_alert0: trip-point@0 { + modem_alert0: trip-point0 { temperature = <85000>; hysteresis = <2000>; type = "hot";