From patchwork Thu Aug 1 09:50:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 170363 Delivered-To: patch@linaro.org Received: by 2002:a92:512:0:0:0:0:0 with SMTP id q18csp5186148ile; Thu, 1 Aug 2019 02:52:33 -0700 (PDT) X-Google-Smtp-Source: APXvYqxH5rbxKEuFObesNx+65kXCzOF3AUjIsIvED+fhWu59JgfoF+rcK/72/ltiuTIccErkroMG X-Received: by 2002:a17:902:b591:: with SMTP id a17mr43666982pls.96.1564653153827; Thu, 01 Aug 2019 02:52:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564653153; cv=none; d=google.com; s=arc-20160816; b=UqY0tchk+rsDMviKjp1UGFiL8v+yZFJayWkuAqJvUO1kAfw6+gHbVgxrT4wxLZ4gib PTY4gjCdXssRT++O2ygl1IR3UKnLIkvU3/6wunEqh5IMzvV6uiCAYvhDBtW748uVrEg3 oiR7GxhjFtHoqeARKkAzPWC4COipTBQRlwKjvilWKBHnnJSOE4Ll7pDWd/gQI8P4qOHF lAdKP5imeduDgC5qFcs50+eM7DHhqg3Ilf+e/IRG0szS+ml4laqHJad5IvJBXYI3H75Q k5FVZyQVhwP+GUm9nKlarfdjkBYL+BeEl3gOUH3ND0YoToUK8G5TCtVOoNTd6IMCC7yB sHrQ== 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 :references:in-reply-to:message-id:date:subject:cc:to:from :dkim-signature; bh=kd057Awxlf2Dx26TGTcqzS2x6YKUFaoyXGNPry3A9aY=; b=Rm+M3Koe6/E7AARdsBUJNO7wYkWafLG40yolvxur02EPNk67P9tDYIdyCGZWEog6rj il3yaFKKUuf+skdpC8D+do2J4ztE1YnaIzx6mAGnUxS18ApMmkaLFAPU9tEO5zEPbE9s I6Dz1JvwXwcxb2oNOBMoPNz2UdMUuCTGOTjpJfZ4S0rnvWVY79gJs3hR+kR60yBFT/px ReyVPJLKSWH9Fx8pVv7pm5/zdLg03/mocf4XC/szKlNTHgBkqqX2zbGxv/QY1M0Prdmo DGwOzdSn+W/jSgS0rSPeu0GD25NgJprgqj7+EmmsVidcPlQLQWYSRajrrvCOkXcOneb+ AB5Q== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=LpqMKXfK; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id bx21si3565775pjb.21.2019.08.01.02.52.33; Thu, 01 Aug 2019 02:52:33 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=LpqMKXfK; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731174AbfHAJwY (ORCPT + 8 others); Thu, 1 Aug 2019 05:52:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:45770 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728654AbfHAJwY (ORCPT ); Thu, 1 Aug 2019 05:52:24 -0400 Received: from localhost.localdomain (unknown [122.178.237.110]) (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 B2752214DA; Thu, 1 Aug 2019 09:52:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564653143; bh=/bJqbQDEMm8hNMnZ0qkjzcaeXZrEU7N35G86q3pp0ZY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LpqMKXfKpR8+xGbACDLCy3oPJZevLoKQ1i/ECvZ5hAFbXdntaHEZlyvsx0/aW6pJ4 Bb7ZxDBH8uYQwyD3jyjFPGhpyFWteuQvKeiRhHiDEnj7q+V3XR3ZwFB0UrzToPslZv hMLHYroanaHQQvUTuVpesEWEcIHqxo3tPs2Lrcys= From: Vinod Koul To: Andy Gross Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , Vinod Koul , Rob Herring , Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Amit Kucheria Subject: [PATCH v2 1/3] arm64: dts: qcom: pms405: add unit name adc nodes Date: Thu, 1 Aug 2019 15:20:47 +0530 Message-Id: <20190801095049.13855-2-vkoul@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190801095049.13855-1-vkoul@kernel.org> References: <20190801095049.13855-1-vkoul@kernel.org> MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The adc nodes have reg property but were missing the unit name, so add that to fix these warnings: arch/arm64/boot/dts/qcom/pms405.dtsi:91.12-94.6: Warning (unit_address_vs_reg): /soc@0/spmi@200f000/pms405@0/adc@3100/ref_gnd: node has a reg or ranges property, but no unit name arch/arm64/boot/dts/qcom/pms405.dtsi:96.14-99.6: Warning (unit_address_vs_reg): /soc@0/spmi@200f000/pms405@0/adc@3100/vref_1p25: node has a reg or ranges property, but no unit name arch/arm64/boot/dts/qcom/pms405.dtsi:101.19-104.6: Warning (unit_address_vs_reg): /soc@0/spmi@200f000/pms405@0/adc@3100/vph_pwr: node has a reg or ranges property, but no unit name arch/arm64/boot/dts/qcom/pms405.dtsi:106.13-109.6: Warning (unit_address_vs_reg): /soc@0/spmi@200f000/pms405@0/adc@3100/die_temp: node has a reg or ranges property, but no unit name arch/arm64/boot/dts/qcom/pms405.dtsi:111.27-116.6: Warning (unit_address_vs_reg): /soc@0/spmi@200f000/pms405@0/adc@3100/thermistor1: node has a reg or ranges property, but no unit name arch/arm64/boot/dts/qcom/pms405.dtsi:118.27-123.6: Warning (unit_address_vs_reg): /soc@0/spmi@200f000/pms405@0/adc@3100/thermistor3: node has a reg or ranges property, but no unit name arch/arm64/boot/dts/qcom/pms405.dtsi:125.22-130.6: Warning (unit_address_vs_reg): /soc@0/spmi@200f000/pms405@0/adc@3100/xo_temp: node has a reg or ranges property, but no unit name Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/pms405.dtsi | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -- 2.20.1 Reviewed-by: Amit Kucheria diff --git a/arch/arm64/boot/dts/qcom/pms405.dtsi b/arch/arm64/boot/dts/qcom/pms405.dtsi index 14240fedd916..a28386900a3b 100644 --- a/arch/arm64/boot/dts/qcom/pms405.dtsi +++ b/arch/arm64/boot/dts/qcom/pms405.dtsi @@ -88,41 +88,41 @@ #size-cells = <0>; #io-channel-cells = <1>; - ref_gnd { + ref_gnd@0 { reg = ; qcom,pre-scaling = <1 1>; }; - vref_1p25 { + vref_1p25@1 { reg = ; qcom,pre-scaling = <1 1>; }; - pon_1: vph_pwr { + pon_1: vph_pwr@131 { reg = ; qcom,pre-scaling = <1 3>; }; - die_temp { + die_temp@6 { reg = ; qcom,pre-scaling = <1 1>; }; - pa_therm1: thermistor1 { + pa_therm1: thermistor1@77 { reg = ; qcom,ratiometric; qcom,hw-settle-time = <200>; qcom,pre-scaling = <1 1>; }; - pa_therm3: thermistor3 { + pa_therm3: thermistor3@79 { reg = ; qcom,ratiometric; qcom,hw-settle-time = <200>; qcom,pre-scaling = <1 1>; }; - xo_therm: xo_temp { + xo_therm: xo_temp@76 { reg = ; qcom,ratiometric; qcom,hw-settle-time = <200>; From patchwork Thu Aug 1 09:50:49 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 170365 Delivered-To: patch@linaro.org Received: by 2002:a92:512:0:0:0:0:0 with SMTP id q18csp5186215ile; Thu, 1 Aug 2019 02:52:36 -0700 (PDT) X-Google-Smtp-Source: APXvYqzZYRd/LsoVBN1B340ZP6jX0mF/CpOeZMvC14bAKPGpw87hxq4RiQggReKebki2PAKIxPXe X-Received: by 2002:a63:8a43:: with SMTP id y64mr117281512pgd.104.1564653156069; Thu, 01 Aug 2019 02:52:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564653156; cv=none; d=google.com; s=arc-20160816; b=W05TX7jrA9oMfTDzBYD0XGTSsxn0u6gSkpm/pcVoP3qV0+aegjl6KurlgQAgOXv06A HubVR4P2ctgxj0dy8HYa9mdTCf/94uA9oL3gZakwplJUSorfawXpDWfMdMVUW327Hyit CvudbW/naKUUvJ3A7/q2vhBSXqXDeRJoj5H5NqviWNqN25GilsXfF81implKUmmha2Ty F/ftvMtnMr+VhXjXRHgI+vNh2cMbNFtUCSTeq9O6XycADWqicFsvzV98cawakaiJQ+pT ax4B+C0EDpayH5DqVl4VI/qyNwUOg6bozZ2OAOZfhLMt6dOy+fDuA0cmkM7lL7KLKjpp 3gLA== 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 :references:in-reply-to:message-id:date:subject:cc:to:from :dkim-signature; bh=xVtFu6i125rzTo68cOjNU3oki7b+bfe5Pjy+pWP9I8g=; b=Rpp52FERduB7u/xwWrugNIvKhUbfBj4hz1V8zU4u4dqFZQcpMJbjX7N21xWRcQRCYl 2dKcVO/5806/qVFQOWnjo8pStgeT+Dij+W+/5OIUl9VjAEtZZWOxhR+zGm1DNaotalw3 7QwSFFQ6pNLyOsfPjfOOAh8QROB5cDi2wSP0aUFdFo30SKQcCyycK/bCRLIsoeYvpa0U AHvCQDCwUQ0fWkRJWnsPxc9CaHNv7yKCKsE57bZVF7xGZ8W2iDktCBUl3DA2YxSR7rzl v8XnVzDS4GKfCuCXN3MxApOZB28B74wYNBTX95PAKxvNDKuOxLSyD+nVnWvfOALcE73I L6XA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=Y6k1nJoM; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id bx21si3565775pjb.21.2019.08.01.02.52.35; Thu, 01 Aug 2019 02:52:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=Y6k1nJoM; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731296AbfHAJwd (ORCPT + 8 others); Thu, 1 Aug 2019 05:52:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:45842 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728654AbfHAJwb (ORCPT ); Thu, 1 Aug 2019 05:52:31 -0400 Received: from localhost.localdomain (unknown [122.178.237.110]) (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 B1D29216C8; Thu, 1 Aug 2019 09:52:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564653150; bh=vS3r7EDFHKKuCiOyahJwnQM8/yabrh5EDGpjuhjGZn4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Y6k1nJoMQzA04cpRA087bmkFWYVjdQ5yyNTx1JDY8kbSYhuNq52vbkUdpJ3MF5G9l n/FDjWu8Nk0oFTxRdJoK2Oe+wNe3Ej8lrieg9asHWNplasU05TZlSR6qrlB/KXQNVa J10FBjm/0dzGqerS6udX5zsZXrBbUMl3OG/kWk74= From: Vinod Koul To: Andy Gross Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , Vinod Koul , Rob Herring , Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Amit Kucheria Subject: [PATCH v2 3/3] arm64: dts: qcom: qcs404: remove unit name for thermal trip points Date: Thu, 1 Aug 2019 15:20:49 +0530 Message-Id: <20190801095049.13855-4-vkoul@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190801095049.13855-1-vkoul@kernel.org> References: <20190801095049.13855-1-vkoul@kernel.org> MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The thermal trip points have unit name but no reg property, so we can remove them arch/arm64/boot/dts/qcom/qcs404.dtsi:1080.31-1084.7: Warning (unit_address_vs_reg): /thermal-zones/aoss-thermal/trips/trip-point@0: node has a unit name, but no reg property arch/arm64/boot/dts/qcom/qcs404.dtsi:1095.33-1099.7: Warning (unit_address_vs_reg): /thermal-zones/q6-hvx-thermal/trips/trip-point@0: node has a unit name, but no reg property arch/arm64/boot/dts/qcom/qcs404.dtsi:1110.32-1114.7: Warning (unit_address_vs_reg): /thermal-zones/lpass-thermal/trips/trip-point@0: node has a unit name, but no reg property arch/arm64/boot/dts/qcom/qcs404.dtsi:1125.31-1129.7: Warning (unit_address_vs_reg): /thermal-zones/wlan-thermal/trips/trip-point@0: node has a unit name, but no reg property arch/arm64/boot/dts/qcom/qcs404.dtsi:1140.34-1144.7: Warning (unit_address_vs_reg): /thermal-zones/cluster-thermal/trips/trip-point@0: node has a unit name, but no reg property arch/arm64/boot/dts/qcom/qcs404.dtsi:1145.34-1149.7: Warning (unit_address_vs_reg): /thermal-zones/cluster-thermal/trips/trip-point@1: node has a unit name, but no reg property arch/arm64/boot/dts/qcom/qcs404.dtsi:1174.31-1178.7: Warning (unit_address_vs_reg): /thermal-zones/cpu0-thermal/trips/trip-point@0: node has a unit name, but no reg property arch/arm64/boot/dts/qcom/qcs404.dtsi:1179.31-1183.7: Warning (unit_address_vs_reg): /thermal-zones/cpu0-thermal/trips/trip-point@1: node has a unit name, but no reg property arch/arm64/boot/dts/qcom/qcs404.dtsi:1208.31-1212.7: Warning (unit_address_vs_reg): /thermal-zones/cpu1-thermal/trips/trip-point@0: node has a unit name, but no reg property arch/arm64/boot/dts/qcom/qcs404.dtsi:1213.31-1217.7: Warning (unit_address_vs_reg): /thermal-zones/cpu1-thermal/trips/trip-point@1: node has a unit name, but no reg property arch/arm64/boot/dts/qcom/qcs404.dtsi:1242.31-1246.7: Warning (unit_address_vs_reg): /thermal-zones/cpu2-thermal/trips/trip-point@0: node has a unit name, but no reg property arch/arm64/boot/dts/qcom/qcs404.dtsi:1247.31-1251.7: Warning (unit_address_vs_reg): /thermal-zones/cpu2-thermal/trips/trip-point@1: node has a unit name, but no reg property arch/arm64/boot/dts/qcom/qcs404.dtsi:1276.31-1280.7: Warning (unit_address_vs_reg): /thermal-zones/cpu3-thermal/trips/trip-point@0: node has a unit name, but no reg property arch/arm64/boot/dts/qcom/qcs404.dtsi:1281.31-1285.7: Warning (unit_address_vs_reg): /thermal-zones/cpu3-thermal/trips/trip-point@1: node has a unit name, but no reg property arch/arm64/boot/dts/qcom/qcs404.dtsi:1310.30-1314.7: Warning (unit_address_vs_reg): /thermal-zones/gpu-thermal/trips/trip-point@0: node has a unit name, but no reg property Signed-off-by: Vinod Koul Reviewed-by: Amit Kucheria --- arch/arm64/boot/dts/qcom/qcs404.dtsi | 30 ++++++++++++++-------------- 1 file changed, 15 insertions(+), 15 deletions(-) -- 2.20.1 diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi b/arch/arm64/boot/dts/qcom/qcs404.dtsi index 3d0789775009..6d91dae5aee0 100644 --- a/arch/arm64/boot/dts/qcom/qcs404.dtsi +++ b/arch/arm64/boot/dts/qcom/qcs404.dtsi @@ -1077,7 +1077,7 @@ thermal-sensors = <&tsens 0>; trips { - aoss_alert0: trip-point@0 { + aoss_alert0: trip-point0 { temperature = <105000>; hysteresis = <2000>; type = "hot"; @@ -1092,7 +1092,7 @@ thermal-sensors = <&tsens 1>; trips { - q6_hvx_alert0: trip-point@0 { + q6_hvx_alert0: trip-point0 { temperature = <105000>; hysteresis = <2000>; type = "hot"; @@ -1107,7 +1107,7 @@ thermal-sensors = <&tsens 2>; trips { - lpass_alert0: trip-point@0 { + lpass_alert0: trip-point0 { temperature = <105000>; hysteresis = <2000>; type = "hot"; @@ -1122,7 +1122,7 @@ thermal-sensors = <&tsens 3>; trips { - wlan_alert0: trip-point@0 { + wlan_alert0: trip-point0 { temperature = <105000>; hysteresis = <2000>; type = "hot"; @@ -1137,12 +1137,12 @@ thermal-sensors = <&tsens 4>; trips { - cluster_alert0: trip-point@0 { + cluster_alert0: trip-point0 { temperature = <95000>; hysteresis = <2000>; type = "hot"; }; - cluster_alert1: trip-point@1 { + cluster_alert1: trip-point1 { temperature = <105000>; hysteresis = <2000>; type = "passive"; @@ -1171,12 +1171,12 @@ thermal-sensors = <&tsens 5>; trips { - cpu0_alert0: trip-point@0 { + cpu0_alert0: trip-point0 { temperature = <95000>; hysteresis = <2000>; type = "hot"; }; - cpu0_alert1: trip-point@1 { + cpu0_alert1: trip-point1 { temperature = <105000>; hysteresis = <2000>; type = "passive"; @@ -1205,12 +1205,12 @@ thermal-sensors = <&tsens 6>; trips { - cpu1_alert0: trip-point@0 { + cpu1_alert0: trip-point0 { temperature = <95000>; hysteresis = <2000>; type = "hot"; }; - cpu1_alert1: trip-point@1 { + cpu1_alert1: trip-point1 { temperature = <105000>; hysteresis = <2000>; type = "passive"; @@ -1239,12 +1239,12 @@ thermal-sensors = <&tsens 7>; trips { - cpu2_alert0: trip-point@0 { + cpu2_alert0: trip-point0 { temperature = <95000>; hysteresis = <2000>; type = "hot"; }; - cpu2_alert1: trip-point@1 { + cpu2_alert1: trip-point1 { temperature = <105000>; hysteresis = <2000>; type = "passive"; @@ -1273,12 +1273,12 @@ thermal-sensors = <&tsens 8>; trips { - cpu3_alert0: trip-point@0 { + cpu3_alert0: trip-point0 { temperature = <95000>; hysteresis = <2000>; type = "hot"; }; - cpu3_alert1: trip-point@1 { + cpu3_alert1: trip-point1 { temperature = <105000>; hysteresis = <2000>; type = "passive"; @@ -1307,7 +1307,7 @@ thermal-sensors = <&tsens 9>; trips { - gpu_alert0: trip-point@0 { + gpu_alert0: trip-point0 { temperature = <95000>; hysteresis = <2000>; type = "hot";