From mboxrd@z Thu Jan 1 00:00:00 1970 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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2DED9C352A1 for ; Tue, 6 Dec 2022 16:17:13 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 24A748554C; Tue, 6 Dec 2022 17:16:47 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id D2A9B85472; Tue, 6 Dec 2022 17:16:41 +0100 (CET) Received: from mail-ot1-f48.google.com (mail-ot1-f48.google.com [209.85.210.48]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 98874854FF for ; Tue, 6 Dec 2022 17:16:38 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=robherring2@gmail.com Received: by mail-ot1-f48.google.com with SMTP id p24-20020a0568301d5800b0066e6dc09be5so9561807oth.8 for ; Tue, 06 Dec 2022 08:16:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=STZmfobgK9gA62CxAQE7bFGN4cU9n7ICG0yLMLaxhEU=; b=lDvZtclHJMSrn4V8KNLYaSrkPfsRD+LXap9ZF5zTEaTIDRzuXd0n0Ey7xt0+tjgJwP PnzR2Kvospm+4I5rA7reS8ro6/zgbzicNANPsWUFnKbeUvV1kJAl5oF6V2kRVUjIqAFS iPhVgoOXdPf3heVMOva0ToArnBW8beP0spap8nKX00uZZUt8h5xuPpyIuYF7ifl+HWI3 eO7/tX/5HG/j9HStZzNvAsCaj6dsqjYV7uzdTmtEP1pXewY0kFH1Jtk7gwIgYJO3Mzed YFeocjhqS0VC9aXNGBi6PZJXR4wJW+5oomgr3fn0V61RhJT1sv15400LAavZsAfLg1+5 YlCw== X-Gm-Message-State: ANoB5pl9pN7LOYeMxmd4d2fg2A+jo2ZH5chaKZpxRtN1HLJloGd+RjDO PkZLJIp5lJe3M6DcgzgEj4CShN7RGg== X-Google-Smtp-Source: AA0mqf4vmdebFaV+DzjUOK40HaFFvX3G5LsTrA8gq5D7SLEOPgWJsTBu89wj/Gy1DAn6xtuqcUY8+Q== X-Received: by 2002:a9d:7615:0:b0:66c:a1e8:ae7c with SMTP id k21-20020a9d7615000000b0066ca1e8ae7cmr34637455otl.365.1670343397158; Tue, 06 Dec 2022 08:16:37 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id z24-20020a9d62d8000000b00661c0747545sm9366446otk.44.2022.12.06.08.16.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 06 Dec 2022 08:16:36 -0800 (PST) Received: (nullmailer pid 581650 invoked by uid 1000); Tue, 06 Dec 2022 16:16:32 -0000 From: Rob Herring Date: Tue, 06 Dec 2022 10:16:32 -0600 Subject: [PATCH 4/4] dts: synquacer: Fix idle-states 'entry-method' value MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Message-Id: <20221206-synquacer-dts-v1-4-73eb52e391e9@kernel.org> References: <20221206-synquacer-dts-v1-0-73eb52e391e9@kernel.org> In-Reply-To: <20221206-synquacer-dts-v1-0-73eb52e391e9@kernel.org> To: Masahisa Kojima , Tom Rini , Ilias Apalodimas Cc: u-boot@lists.denx.de X-Mailer: b4 0.11.0-dev X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean The correct value for 'entry-method' in the idle-states binding is 'psci', not 'arm,psci'. It hasn't mattered because it isn't used by the OS. Signed-off-by: Rob Herring --- arch/arm/dts/synquacer-sc2a11.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/synquacer-sc2a11.dtsi b/arch/arm/dts/synquacer-sc2a11.dtsi index 049afcb0af8a..0dd2969b5e3c 100644 --- a/arch/arm/dts/synquacer-sc2a11.dtsi +++ b/arch/arm/dts/synquacer-sc2a11.dtsi @@ -309,7 +309,7 @@ }; idle-states { - entry-method = "arm,psci"; + entry-method = "psci"; CPU_SLEEP_0: cpu-sleep-0 { compatible = "arm,idle-state"; -- b4 0.11.0-dev