From patchwork Fri Mar 24 07:38:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 666987 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7184CC6FD20 for ; Fri, 24 Mar 2023 07:38:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231738AbjCXHi0 (ORCPT ); Fri, 24 Mar 2023 03:38:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40186 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231789AbjCXHiX (ORCPT ); Fri, 24 Mar 2023 03:38:23 -0400 Received: from mail-ed1-x529.google.com (mail-ed1-x529.google.com [IPv6:2a00:1450:4864:20::529]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8ED4293C2 for ; Fri, 24 Mar 2023 00:38:17 -0700 (PDT) Received: by mail-ed1-x529.google.com with SMTP id eg48so4224205edb.13 for ; Fri, 24 Mar 2023 00:38:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1679643496; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=SbAf2latoavh3eJGtio+qW5pAyTQGPmQap6Xic0WdfE=; b=zekak/ONVgjfkGs+GlAg8GR6owU2/Cc3+zOgWnMNaRiAykx2X4PoKiKOj5kHsWUeeS XSH1LEg86fIUf+QT7bSZF8RXXZjwFQT07iW6XkvG9fJUaR3DFMYE7IL03DN19FHLNJP1 mgNg8SeHiJYLaFkYxJ7nrsnAZqybETbNqpnbgotwcFOQFs/YQyFOfxd+xfhE56UYw687 rAMoqF3FmLmXpKGiN93dinnBNvM2xB3eDFVqdtikOWHlKZOnRlHRRbTY13XowRyNL8o/ qFtZ7e2oSIIHVXSwBguWoXRXJFN2yFLy6AwDe6+yo8PMZIAUAzh5nx0LUZUwPhYhpoyJ oFKQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679643496; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=SbAf2latoavh3eJGtio+qW5pAyTQGPmQap6Xic0WdfE=; b=X212VGTMRBkGkjm+jWYe/7676E+X3Nrtr4SYkmpj+QHIWvbr1UYMWiYzifIIpHBWao uCcHC6U/K9hy+mV3iOFbH13TTGzdDpdcMD+T3/UpZheFzp3jTdhsm9LfFYAGbJrkfPy2 msqcdr8a36qE2AJc4SRD/vK9P0GPItcGFtdlHfZ7RG/QhQGlK0RJq8Bl+NrN9VdpKsUU mpwqPHsV01NZIH3BDR5XwVfmOD4TV5yLRm+QnN32B0r9CtzYtFyyO3XyrTzjOJJNf6DO rgoj1BIeCt7aLSbwS1UAdXAWp6V4OSGhvS9wA2y9t064N9uNphBeWXI7cDXsaZad6qit 9Tow== X-Gm-Message-State: AAQBX9d/+58ydWt+ahso7EnYnpVYiQMZhrdIoO7zNdcobJ4Rej3auIpE OUfAhKZt04irE8UwwDyjCyKRyg== X-Google-Smtp-Source: AKy350bj/GoIHHkOn/JepY1wfzD4wPyF2aGUsowGkH1WVVXUYWoV1A/9nUuW0ZHj4p6xjXeqo3oygQ== X-Received: by 2002:a17:906:fa0b:b0:8b8:c06e:52d8 with SMTP id lo11-20020a170906fa0b00b008b8c06e52d8mr1500716ejb.36.1679643496002; Fri, 24 Mar 2023 00:38:16 -0700 (PDT) Received: from krzk-bin.. ([2a02:810d:15c0:828:ce50:243f:54cc:5373]) by smtp.gmail.com with ESMTPSA id rh26-20020a17090720fa00b00930ba362216sm9970429ejb.176.2023.03.24.00.38.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Mar 2023 00:38:15 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , Neil Armstrong Subject: [PATCH 1/6] arm64: dts: qcom: sm8250: drop incorrect domain idle states properties Date: Fri, 24 Mar 2023 08:38:08 +0100 Message-Id: <20230324073813.22158-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Domain idle states do not use 'idle-state-name' and 'local-timer-stop': sm8250-hdk.dtb: domain-idle-states: cluster-sleep-0: 'idle-state-name', 'local-timer-stop' do not match any of the regexes: 'pinctrl-[0-9]+' Reported-by: Neil Armstrong Link: https://lore.kernel.org/all/20230323-topic-sm8450-upstream-dt-bindings-fixes-v1-4-3ead1e418fe4@linaro.org/ Signed-off-by: Krzysztof Kozlowski Reviewed-by: Ulf Hansson --- arch/arm64/boot/dts/qcom/sm8250.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi index 79d67b466856..9cf2de87c632 100644 --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi @@ -354,12 +354,10 @@ BIG_CPU_SLEEP_0: cpu-sleep-1-0 { domain-idle-states { CLUSTER_SLEEP_0: cluster-sleep-0 { compatible = "domain-idle-state"; - idle-state-name = "cluster-llcc-off"; arm,psci-suspend-param = <0x4100c244>; entry-latency-us = <3264>; exit-latency-us = <6562>; min-residency-us = <9987>; - local-timer-stop; }; }; }; From patchwork Fri Mar 24 07:38:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 666614 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D07D2C76195 for ; Fri, 24 Mar 2023 07:38:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231805AbjCXHib (ORCPT ); Fri, 24 Mar 2023 03:38:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40198 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229794AbjCXHiZ (ORCPT ); Fri, 24 Mar 2023 03:38:25 -0400 Received: from mail-ed1-x529.google.com (mail-ed1-x529.google.com [IPv6:2a00:1450:4864:20::529]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9248D9756 for ; Fri, 24 Mar 2023 00:38:18 -0700 (PDT) Received: by mail-ed1-x529.google.com with SMTP id x3so4269434edb.10 for ; Fri, 24 Mar 2023 00:38:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1679643497; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=pBj1rBlifTeYBWfBaFqrskZBvLx8jr8lX+ag75/Q/1c=; b=OjLJFTqqp8mdL099pdHn4eZnJMjNBsU50KnvGWmYalcuxXrHli0kHGjMdm7YV21Gqh k7sJAE++HehtM/KboC3IeqBliJ6Zq67ZQyt9gCXXSVLchsrN+gFtTYh68IcgMS3RRNjq wZEt5SulLcPX6Jkze6N6SYHuQPyyYODWzSsCVVEA/PY3ADOP0Ew/C0Awskzr9ehBvJmm UwqOoXTwH2KNN0nJm7AyIpRm0lAEvdLHchvVYf4I/k92wOpYiA87vJh3HEzMMArom9F/ ySFQTSU1RQvI8ZAVDFg/kvmb8f1/aZb5PfVvDdxcPiYPsxxMufOUjW3VBfWGhz2JSSK7 P7uQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679643497; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=pBj1rBlifTeYBWfBaFqrskZBvLx8jr8lX+ag75/Q/1c=; b=Iydm8bXB9gRgRGNuhqlL3LcMTlXhGyC28bJfthuheAVowj71uq25MYCBOxrVGkZQFN CqAJNbvF5PQwBrPRUqEq9sQWN7KXpdXjMi9kh81ENS0yUdd1RhN7EEVUaiuKDs0PT//x V2qsdESjtWHE9WkqKKzlSGJb4yF5+mAnK1BBqSkBVNGBajRCiP7hX0aVwSNn2CKG3DRF WXPAc2ZeohmbtwuMevn+EcNLkLJLr6b2KZAtFCSvsiqaTDFe8s/W/f3/eKks99kbjlPp 2HyPePwYQgjCj+WWh6ExQ8herjwWg20dQnGyNiRJunrnk76myxO63VcuNHKXtjpCjwH+ TUBg== X-Gm-Message-State: AAQBX9fa5okuY6osbxiDJ+h/YJ2nGJWrokiRbCLIMWcM7LroxjHQWH31 jDwLADHFaGi5jmYnhxPe7qcLDQ== X-Google-Smtp-Source: AKy350aSmqp/jTl8AJ+hC/jfH5+R63J/jJrzIC1zRUVvbFF0ZIowk5FSVewHqL3dI+B1Vj6dtX7b0Q== X-Received: by 2002:a17:906:ca56:b0:921:7e42:2777 with SMTP id jx22-20020a170906ca5600b009217e422777mr2179362ejb.69.1679643496869; Fri, 24 Mar 2023 00:38:16 -0700 (PDT) Received: from krzk-bin.. ([2a02:810d:15c0:828:ce50:243f:54cc:5373]) by smtp.gmail.com with ESMTPSA id rh26-20020a17090720fa00b00930ba362216sm9970429ejb.176.2023.03.24.00.38.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Mar 2023 00:38:16 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , Neil Armstrong Subject: [PATCH 2/6] arm64: dts: qcom: sdm845: drop incorrect domain idle states properties Date: Fri, 24 Mar 2023 08:38:09 +0100 Message-Id: <20230324073813.22158-2-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230324073813.22158-1-krzysztof.kozlowski@linaro.org> References: <20230324073813.22158-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Domain idle states do not use 'idle-state-name' and 'local-timer-stop': sdm845-shift-axolotl.dtb: domain-idle-states: cluster-sleep-0: 'idle-state-name', 'local-timer-stop' do not match any of the regexes: 'pinctrl-[0-9]+' Reported-by: Neil Armstrong Link: https://lore.kernel.org/all/20230323-topic-sm8450-upstream-dt-bindings-fixes-v1-4-3ead1e418fe4@linaro.org/ Signed-off-by: Krzysztof Kozlowski --- arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index dc43e438b64a..189786a7c5a7 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -331,12 +331,10 @@ BIG_CPU_SLEEP_0: cpu-sleep-1-0 { domain-idle-states { CLUSTER_SLEEP_0: cluster-sleep-0 { compatible = "domain-idle-state"; - idle-state-name = "cluster-power-collapse"; arm,psci-suspend-param = <0x4100c244>; entry-latency-us = <3263>; exit-latency-us = <6562>; min-residency-us = <9987>; - local-timer-stop; }; }; }; From patchwork Fri Mar 24 07:38:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 666986 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E2A89C6FD1C for ; Fri, 24 Mar 2023 07:38:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230157AbjCXHic (ORCPT ); Fri, 24 Mar 2023 03:38:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40492 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231776AbjCXHi1 (ORCPT ); Fri, 24 Mar 2023 03:38:27 -0400 Received: from mail-ed1-x532.google.com (mail-ed1-x532.google.com [IPv6:2a00:1450:4864:20::532]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 64C9D4C3D for ; Fri, 24 Mar 2023 00:38:19 -0700 (PDT) Received: by mail-ed1-x532.google.com with SMTP id cn12so4382407edb.4 for ; Fri, 24 Mar 2023 00:38:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1679643498; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=E1JPVhPaKbK9t6zWORTjEjcFohQ8Rc4HAUg0NuNw4Xc=; b=ndY85iwE3RVt5WVLWo8eeDVxPfY2k7Dw0VGoZzuE4Q1qHDHEUVZJTOlEjw5rHVUTBI tVxqGaKLK5AhgSYmomRxhz7af+x0L/ESGZ/zQd03W8w7+XaT1LuZ6kScEwgwk1NFI8pV bb9LaQRi5MCOb1QjaOZ3Rhn4TEHsuuXFU9eMfHgAxQ9ErHvVRb1QgWhj3JBshOEjLtJZ 8ZDg+Jrh6hpjelgBmk+CNpXvriwitnTYPr8LGHES0sfQnjf3qoGXp0lnGL2spLyZPXk8 wCOCd6/pwVbwd9hn/REpA0k/pYsS7VKNn8ynQ4sc8kA6L0nWDCmcG8uZMwPRDjejlurI LGbg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679643498; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=E1JPVhPaKbK9t6zWORTjEjcFohQ8Rc4HAUg0NuNw4Xc=; b=NBzxc3VN5yw8Poa4cQEuA79VYEIc7754kJqCtnutUwYeSoHlToqdPXgZWHl5D/xM/9 fKE8cYX19TrR9UW/nnorTo7Xv+LjDqFFPXp56/ysXY7GCyLw2bmR6+o3Atja0AiNwV5C HgrWrNC0zOpWDL68/ugp+S7cmtScwJ1KT2fDttx1HsIs1z3Ol7+icyxhPW5dlQmqdBHB KvmRqWfSr0BG1G1U6naVNHY69R0OPFyeBhIw2/8rrpw7dZd7+4ZB+GRjutNq1YYcwZFo KNO/IiKzTOWco1RHXUaxlhOk6JQDLzonTrifnWJmlZWrAZmq6ZB4if3xxvfX9zieOSR1 bOIg== X-Gm-Message-State: AAQBX9fkiUs3kH5NcX9fTj4ZpptQWwlvI6TZSFD+EPkfB5wlOUDnAyIf YW0smggooB4pUIJw7BbcSxStjA== X-Google-Smtp-Source: AKy350Ycx3CDmLkOlEBiyNB7hA2XRwYqRWxKrsIe7d7/rmV5hctI3km8t2WdRZ7WscFgC/lHpVzUCw== X-Received: by 2002:a17:906:7189:b0:930:6591:15ee with SMTP id h9-20020a170906718900b00930659115eemr2026580ejk.10.1679643497767; Fri, 24 Mar 2023 00:38:17 -0700 (PDT) Received: from krzk-bin.. ([2a02:810d:15c0:828:ce50:243f:54cc:5373]) by smtp.gmail.com with ESMTPSA id rh26-20020a17090720fa00b00930ba362216sm9970429ejb.176.2023.03.24.00.38.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Mar 2023 00:38:17 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , Neil Armstrong Subject: [PATCH 3/6] arm64: dts: qcom: sm6375: drop incorrect domain idle states properties Date: Fri, 24 Mar 2023 08:38:10 +0100 Message-Id: <20230324073813.22158-3-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230324073813.22158-1-krzysztof.kozlowski@linaro.org> References: <20230324073813.22158-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Domain idle states do not use 'idle-state-name' and 'local-timer-stop': sm6375-sony-xperia-murray-pdx225.dtb: domain-idle-states: cluster-sleep-0: 'idle-state-name', 'local-timer-stop' do not match any of the regexes: 'pinctrl-[0-9]+' Reported-by: Neil Armstrong Link: https://lore.kernel.org/all/20230323-topic-sm8450-upstream-dt-bindings-fixes-v1-4-3ead1e418fe4@linaro.org/ Signed-off-by: Krzysztof Kozlowski --- arch/arm64/boot/dts/qcom/sm6375.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sm6375.dtsi b/arch/arm64/boot/dts/qcom/sm6375.dtsi index a99a5641623f..c020f5bd6491 100644 --- a/arch/arm64/boot/dts/qcom/sm6375.dtsi +++ b/arch/arm64/boot/dts/qcom/sm6375.dtsi @@ -229,12 +229,10 @@ BIG_CPU_SLEEP_0: cpu-sleep-1-0 { domain-idle-states { CLUSTER_SLEEP_0: cluster-sleep-0 { compatible = "domain-idle-state"; - idle-state-name = "cluster-power-collapse"; arm,psci-suspend-param = <0x41000044>; entry-latency-us = <2752>; exit-latency-us = <3048>; min-residency-us = <6118>; - local-timer-stop; }; }; }; From patchwork Fri Mar 24 07:38:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 666613 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E9218C76195 for ; Fri, 24 Mar 2023 07:38:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230213AbjCXHie (ORCPT ); Fri, 24 Mar 2023 03:38:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40526 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231790AbjCXHi2 (ORCPT ); Fri, 24 Mar 2023 03:38:28 -0400 Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 49237D520 for ; Fri, 24 Mar 2023 00:38:20 -0700 (PDT) Received: by mail-ed1-x52a.google.com with SMTP id ek18so4351088edb.6 for ; Fri, 24 Mar 2023 00:38:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1679643498; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=s0CXrEO0kHiEzAxVSvYkVOU3gt452PSdh5fBlOScP70=; b=txP9jfzdiXhV57tUGUvx/Nr288Di2Kd4DyfwqiXGf3sEzRawJ9R0dzHlZiDXp/cfQ8 9yPpP+852qEckiTIq8k8Nu6n5Hyhg8DVb/2SozTbgMhcyLvOilpCGB1NXYhsgipVztN0 KetpUWafVQlJOjwID7GKaI23n+b/6HH4kxzCkG68b1UjZuvdHRKdT7oPFQgx4PPTtlL7 KTZQ4GuVsb6fHqK/Er4Pq6VBrl+ELjHv1TlragN5FG0BzWNem5rDIaPiSR1OCwLJsakV 6SFU1TSLmea0k6CiLQGBEOHfeN0wc0ArkiXVzNYu26VC5MR+3oFiVhRXdn1aDp7Rawrp qJ+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679643498; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=s0CXrEO0kHiEzAxVSvYkVOU3gt452PSdh5fBlOScP70=; b=U0NQaTuI8+yu4CT/u323EfQ+YRkd4k9Lztl6G7PsUoeRrJnR98sksH2Itd2j/48vB8 QdTzJX4k81/bfkhbEXiiywNZ74moS5mIhnxQDW+hqkydOmTH06ue3KU5CS9OUDh5hxBd +TV/YkGXk9lQ+K1PoL4DKrQ/7k9wqmPXTGOHmSjr1I1pbQx7em54mJJQKqRyQrA2OFtm 805uDipgrxH6V0mxiUbM+fm1/78xKmszdY0cIXGOIzPzo6qZzpiWV3qMVRpVSg2qgisg QaDvOm0gsW33Jwb2KZTS6upYcmdgvF4EFSgrozW6O42/aTx3wZ/iFvHmL/r54DMDh7wI wERw== X-Gm-Message-State: AAQBX9eZZe2tdTrNKlPcnYB7Lc0QWVONt2KBEV28M+W+j7gurMeTRu4p frM0Q+bFVe+0HfbTO8b43EO/vg== X-Google-Smtp-Source: AKy350Y95ECzPAy9a25mMDi63+t+A41Pldkx5vPXjcrKdHuLv9Aj+jl4u6E8yEwxdj02vm6I/uKI8g== X-Received: by 2002:a17:906:3896:b0:933:3a22:8513 with SMTP id q22-20020a170906389600b009333a228513mr2493570ejd.53.1679643498750; Fri, 24 Mar 2023 00:38:18 -0700 (PDT) Received: from krzk-bin.. ([2a02:810d:15c0:828:ce50:243f:54cc:5373]) by smtp.gmail.com with ESMTPSA id rh26-20020a17090720fa00b00930ba362216sm9970429ejb.176.2023.03.24.00.38.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Mar 2023 00:38:18 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , Neil Armstrong Subject: [PATCH 4/6] arm64: dts: qcom: sm8150: drop incorrect domain idle states properties Date: Fri, 24 Mar 2023 08:38:11 +0100 Message-Id: <20230324073813.22158-4-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230324073813.22158-1-krzysztof.kozlowski@linaro.org> References: <20230324073813.22158-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Domain idle states do not use 'idle-state-name' and 'local-timer-stop': sm8150-hdk.dtb: domain-idle-states: cluster-sleep-0: 'idle-state-name', 'local-timer-stop' do not match any of the regexes: 'pinctrl-[0-9]+' Reported-by: Neil Armstrong Link: https://lore.kernel.org/all/20230323-topic-sm8450-upstream-dt-bindings-fixes-v1-4-3ead1e418fe4@linaro.org/ Signed-off-by: Krzysztof Kozlowski --- arch/arm64/boot/dts/qcom/sm8150.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi index 0de406752a4c..da048f86c50e 100644 --- a/arch/arm64/boot/dts/qcom/sm8150.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi @@ -287,12 +287,10 @@ BIG_CPU_SLEEP_0: cpu-sleep-1-0 { domain-idle-states { CLUSTER_SLEEP_0: cluster-sleep-0 { compatible = "domain-idle-state"; - idle-state-name = "cluster-power-collapse"; arm,psci-suspend-param = <0x4100c244>; entry-latency-us = <3263>; exit-latency-us = <6562>; min-residency-us = <9987>; - local-timer-stop; }; }; }; From patchwork Fri Mar 24 07:38:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 666985 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 58E3EC6FD1C for ; Fri, 24 Mar 2023 07:38:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231796AbjCXHif (ORCPT ); Fri, 24 Mar 2023 03:38:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40200 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231801AbjCXHia (ORCPT ); Fri, 24 Mar 2023 03:38:30 -0400 Received: from mail-ed1-x52b.google.com (mail-ed1-x52b.google.com [IPv6:2a00:1450:4864:20::52b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2792535BF for ; Fri, 24 Mar 2023 00:38:21 -0700 (PDT) Received: by mail-ed1-x52b.google.com with SMTP id eh3so4255713edb.11 for ; Fri, 24 Mar 2023 00:38:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1679643499; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=oAprqgd89DQDWghmK8wzlkk4PWPeS5Tsb0KbPljBSvQ=; b=LTDQy9N3mmNu1hltRqTgxtWO2OtLHLin+xAaKZBlE8SuMzn+aot1KEDkW9XjWoHzvx 9c4R78DLsUNTN66fSCu7Yj8SnMwBurjTOH4LOjibBzO4vzpadRk2htixYLRoqBmm6BUp +K8Mm0QCjeEV9yB9/HjdwOypaeILsvjuQzt8kLxI/ODHlG0kA26ubuDe7R43H0MVY2xj qs/RvRdHU2FKh7QMycO+NY+9nQo4RjqRk2ECr4cTpS3d4f+R9fUT7FSiO/IpiPMX9G/2 x2uw9dKl0xzeDKrR+dwDVQ4XfxR0tTIl02+m5Wq07Taf6ao+hMAS1JrWfDtLFvEul/LM mGIA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679643499; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=oAprqgd89DQDWghmK8wzlkk4PWPeS5Tsb0KbPljBSvQ=; b=D1lXkQQue+ThefAdujkDC+yD0avrCnYbkxv7sO77FQKCOrRVZLy60v3i+6J1UqM6bO RNon0md3QDh77/vGQFflJOEqMhgBryEqdYw/ERcRQiO8Y4VohsDoLo+NuDRHkJfvGzQd qukXkaLjgmRKTOluJgyyNMiGKY3Q8e1IRvgoy39ldE5b0ygBkNJrMclcz79ldoV3UFkc qvKuwcqFnd0ApUnZ/M7fFykHgZoEmzClfyC16iv8LrLnzucKPBVrZriCzUQ8Yqo1XRji zmXiOPIEstAR7ZippPmlUhMsD24pihcMSfw2bRABunf+X4a7iBOyKg5mdKosxZ2Wjg3Q SuKA== X-Gm-Message-State: AAQBX9dDb/EsaFZT5HldamTRNV15BlTnQqFeUZ9Bv87GhXKIuTNO859O hnNpcYOULk573zfc8lCo+hwddA== X-Google-Smtp-Source: AKy350bSR4Jed2aPQf81Z3u7aHv98nYX0B4O/Wa5eo2AwrKQfXqdOFHd4zKOTiE+1w3kXiiZyyrItA== X-Received: by 2002:a17:907:7fa6:b0:931:99b5:6791 with SMTP id qk38-20020a1709077fa600b0093199b56791mr2015985ejc.72.1679643499768; Fri, 24 Mar 2023 00:38:19 -0700 (PDT) Received: from krzk-bin.. ([2a02:810d:15c0:828:ce50:243f:54cc:5373]) by smtp.gmail.com with ESMTPSA id rh26-20020a17090720fa00b00930ba362216sm9970429ejb.176.2023.03.24.00.38.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Mar 2023 00:38:19 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , Neil Armstrong Subject: [PATCH 5/6] arm64: dts: qcom: sm8350: drop incorrect domain idle states properties Date: Fri, 24 Mar 2023 08:38:12 +0100 Message-Id: <20230324073813.22158-5-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230324073813.22158-1-krzysztof.kozlowski@linaro.org> References: <20230324073813.22158-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Domain idle states do not use 'idle-state-name' and 'local-timer-stop': sm8350-mtp.dtb: domain-idle-states: cluster-sleep-0: 'idle-state-name', 'local-timer-stop' do not match any of the regexes: 'pinctrl-[0-9]+' Reported-by: Neil Armstrong Link: https://lore.kernel.org/all/20230323-topic-sm8450-upstream-dt-bindings-fixes-v1-4-3ead1e418fe4@linaro.org/ Signed-off-by: Krzysztof Kozlowski --- arch/arm64/boot/dts/qcom/sm8350.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi index 2431b77e38d8..05a4c33eaed9 100644 --- a/arch/arm64/boot/dts/qcom/sm8350.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi @@ -248,12 +248,10 @@ BIG_CPU_SLEEP_0: cpu-sleep-1-0 { domain-idle-states { CLUSTER_SLEEP_0: cluster-sleep-0 { compatible = "domain-idle-state"; - idle-state-name = "cluster-power-collapse"; arm,psci-suspend-param = <0x4100c344>; entry-latency-us = <3263>; exit-latency-us = <6562>; min-residency-us = <9987>; - local-timer-stop; }; }; }; From patchwork Fri Mar 24 07:38:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 666612 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A7895C76195 for ; Fri, 24 Mar 2023 07:38:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231818AbjCXHil (ORCPT ); Fri, 24 Mar 2023 03:38:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40526 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231773AbjCXHid (ORCPT ); Fri, 24 Mar 2023 03:38:33 -0400 Received: from mail-ed1-x530.google.com (mail-ed1-x530.google.com [IPv6:2a00:1450:4864:20::530]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1427646B6 for ; Fri, 24 Mar 2023 00:38:22 -0700 (PDT) Received: by mail-ed1-x530.google.com with SMTP id h8so4315689ede.8 for ; Fri, 24 Mar 2023 00:38:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1679643500; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=WZMi7sLdrM3/+emhhwm7I6CBclwb/X39tQ363y4/lo4=; b=gvnoPVBeZOw7DEqPIZWPn+jVjwnuhu9c/4a9j4OsWMJktoqJhXfVE0Q91UlER8vlPp bCVlX5inqzm+dWl33+CaeRkQt7iU7Kj4KVl3iaZVJsXTJ7Rq0LIAy5lxVAo6mkPxXxQd A5TePjzwtILzPvlRPkxjdxee5r7Q9vrGjhby5hT41c39kztOlGq8dJWDhmZi0kCXgjMp GA+1Awi5AEcrLk8Mx13bDQHmEouubi6tZjrIGHoS4lXJfxMPcWM7JgFUCj1vk4BMpYue JnewLsA89XiHNMu/HDTW75hf9L2JyiVb5cDefsgD/KomLzfsoYEA77uOqLZwiTFc2V4V OPkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679643500; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=WZMi7sLdrM3/+emhhwm7I6CBclwb/X39tQ363y4/lo4=; b=mINwTja81m3vkOV2Ax0kppWAMdgpb60DT/zOqDfCdCFPvqp+AI3Q0jQTcH8AXg6buv LdMzl2ekXQaAufMC7SrPtd2BUH8m5Tcesa6GgFIRwEBvYima26zjPjES+1jCMZZ7Wg0+ LB1ThY4SYIkaUjFnKA8l3H7bISsethrqm94R1T5yXkYJvveMmdXEYddS9ydgfmn42EtK YH4sTqVbUMWedijJ/vZ4lDBLsCvNoa7TQrG4vqkDA7I2q3nIVOO63l+YbEwW5pbe/Pit h02chDgrmQz+qAJv2yutAqPQCJroGXXI5kfBUzJWwBPLT7VUx1BRdgWcWouP2ZuBe/op yfxQ== X-Gm-Message-State: AAQBX9eGw8903ySIbGeD74q+rt767Ih+A22Y9f8D2jO6DfBkKQLNDlXP DnywjAQKxd4RGsnrmTulOtfdU20aMeKZxmEhc8M= X-Google-Smtp-Source: AKy350bbRZyHEiuhazOXLX+kXjCrxVkzcm90HtTPEZQ4KX0VDn4TlNMk5TzJuO3ijn+jCQujDcuLoA== X-Received: by 2002:a17:906:a3ca:b0:926:e917:133c with SMTP id ca10-20020a170906a3ca00b00926e917133cmr1682953ejb.47.1679643500582; Fri, 24 Mar 2023 00:38:20 -0700 (PDT) Received: from krzk-bin.. ([2a02:810d:15c0:828:ce50:243f:54cc:5373]) by smtp.gmail.com with ESMTPSA id rh26-20020a17090720fa00b00930ba362216sm9970429ejb.176.2023.03.24.00.38.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Mar 2023 00:38:20 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , Neil Armstrong Subject: [PATCH 6/6] arm64: dts: qcom: sc8280xp: drop incorrect domain idle states properties Date: Fri, 24 Mar 2023 08:38:13 +0100 Message-Id: <20230324073813.22158-6-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230324073813.22158-1-krzysztof.kozlowski@linaro.org> References: <20230324073813.22158-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Domain idle states do not use 'idle-state-name': sc8280xp-crd.dtb: domain-idle-states: cluster-sleep-0: 'idle-state-name' does not match any of the regexes: 'pinctrl-[0-9]+' Reported-by: Neil Armstrong Link: https://lore.kernel.org/all/20230323-topic-sm8450-upstream-dt-bindings-fixes-v1-4-3ead1e418fe4@linaro.org/ Signed-off-by: Krzysztof Kozlowski --- arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi index 1a3d15e6d381..4adfff7583be 100644 --- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi +++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi @@ -268,7 +268,6 @@ BIG_CPU_SLEEP_0: cpu-sleep-1-0 { domain-idle-states { CLUSTER_SLEEP_0: cluster-sleep-0 { compatible = "domain-idle-state"; - idle-state-name = "cluster-power-collapse"; arm,psci-suspend-param = <0x4100c344>; entry-latency-us = <3263>; exit-latency-us = <6562>;