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 X-Spam-Level: X-Spam-Status: No, score=-9.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BC256C04AAF for ; Tue, 21 May 2019 09:35:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 91EF321743 for ; Tue, 21 May 2019 09:35:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="rVPESzlo" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727541AbfEUJf3 (ORCPT ); Tue, 21 May 2019 05:35:29 -0400 Received: from mail-pl1-f195.google.com ([209.85.214.195]:46653 "EHLO mail-pl1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726389AbfEUJf3 (ORCPT ); Tue, 21 May 2019 05:35:29 -0400 Received: by mail-pl1-f195.google.com with SMTP id r18so8151636pls.13 for ; Tue, 21 May 2019 02:35:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=snr6I7xOlJyQUxx9e5KJWRPzOk5/RPGil0u5RknK1co=; b=rVPESzloEoFaSm5eQVX+SSjgn2ZsbWsXtAubks8NdodjIma1kybM3H7lhAqtQdgdAV clp9h5CkSJa2HT4/kfjRDBUErdWd8NUlKVMz7EI4G9oSHjOLfVg+xwmahACy9O4lIsrG xBnNq11FyV62nviOis7Kt9LMBoQiyhmjQiS3iVHHQxyR5OBTzlfDtui1q1cO3fnF6Np9 LQLAKENmgf621qZS3qr0dQW4fB4AYgzSZlLhR6N4C/LDBMvnAMRFkfYXGZR9Utn3Sien NLpOLL+DorAVv1FL32ViodUCMOimKafPcHVxEX1uLz2twuTW/BU/k7pBn7wrfVw/9daO 3F0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=snr6I7xOlJyQUxx9e5KJWRPzOk5/RPGil0u5RknK1co=; b=Xmu9QBnRt2hhdjbjyhSWE+B3QlOKwkwpDbiaIxfeHb8VzEIVr4ErSq2j+AYCNfn4wB c0gcHzUe+z84KKEowhBuoNSwE2KhdHVtNtiDII/F/+Y4NCs53MnS6rtQ/+P1SzNGx14W OdCYbTRePssXU9jl7SVEfZGrpZhINBDfoPizqTGHnvZ5Zhp2ZeQZSzD6Qt+q1cDEzyiC zg2XPlR2R+NRysNCKUtnK5vWpAl0SAIc6xuDoSChATe/KC6Js5tT8tO7iZTShWFo438v mlKgTT46duu8sZzVv+bI+fNx7qJQgN7fRDEsDLhnNHF0b/9RFQ/sIbvnH11l+3D2oygr LpNg== X-Gm-Message-State: APjAAAWJNiBJfmdTmXCebZftNLm7peQCKUyJm9NBiGJxuSPOT48qS7Ip BA1IKGI28fkEAatHnjk/bnW5Rw== X-Google-Smtp-Source: APXvYqxblgRSQgNYff41+kJRYh4Og5BQ8zoVZkjZcLjl8sKf00ZpyEGZOIT/R9ZECXRvs2o0hW9Abw== X-Received: by 2002:a17:902:aa45:: with SMTP id c5mr80617108plr.144.1558431328331; Tue, 21 May 2019 02:35:28 -0700 (PDT) Received: from localhost ([49.248.189.249]) by smtp.gmail.com with ESMTPSA id t18sm30938459pgm.69.2019.05.21.02.35.26 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 21 May 2019 02:35:27 -0700 (PDT) From: Amit Kucheria To: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, bjorn.andersson@linaro.org, agross@kernel.org, niklas.cassel@linaro.org, marc.w.gonzalez@free.fr, sibis@codeaurora.org, daniel.lezcano@linaro.org, Andy Gross , David Brown , Li Yang , Shawn Guo Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: [PATCH v2 1/9] arm64: dts: fsl: ls1028a: Fix entry-method property to reflect documentation Date: Tue, 21 May 2019 15:05:11 +0530 Message-Id: X-Mailer: git-send-email 2.17.1 In-Reply-To: References: In-Reply-To: References: Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org The idle-states binding documentation[1] mentions that the 'entry-method' property is required on 64-bit platforms and must be set to "psci". We fixed up all uses of the entry-method property in commit e9880240e4f4 ("arm64: dts: Fix various entry-method properties to reflect documentation"). But a new one has appeared. Fix it up. [1] Documentation/devicetree/bindings/arm/idle-states.txt (see idle-states node) Signed-off-by: Amit Kucheria Acked-by: Sudeep Holla Reviewed-by: Bjorn Andersson Reviewed-by: Niklas Cassel --- arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi index 2896bbcfa3bb..42e7822a0227 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi @@ -51,7 +51,7 @@ * PSCI node is not added default, U-boot will add missing * parts if it determines to use PSCI. */ - entry-method = "arm,psci"; + entry-method = "psci"; CPU_PH20: cpu-ph20 { compatible = "arm,idle-state"; -- 2.17.1