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; }; }; };