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=-2.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 41A4EC4332B for ; Tue, 24 Mar 2020 12:05:16 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0EC592080C for ; Tue, 24 Mar 2020 12:05:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="u1noxmwX" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0EC592080C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=7NIX+Sz/qL329DYnZQN/Eihn6E7gccV5SP+IJh4etKY=; b=u1noxmwXD7nVhi LafPdVubsTLgIVTx1u8UX8m+uED/WXW3D2MA33NDcD4oPocGaNnICL8rp9C0MZas20TTol62jYsIS J2mWTVmjKDPa2j/WoRUi8H5UOH/Vwa5hBLXX3+Qx1+03vf0aS51cIOp/vTtEFqgpifEEOgWb93tnn ACmzXUMe9Bb+qP1tQCZq3vv5+Rg25aJjRiDtOp0JtU9/L9ibSCXuVkkPdTayjilcOI99oEg3wpldq CGeC9EsJrTLoZY47ncWxXOe9W31tDS1rRUw7bXhh3Vr5beUS0IEIITs+YbvDwcOnulm9FJQ1GJTdw sOwap3i0kTglGoX6Ssgw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jGiIy-0001iU-Tf; Tue, 24 Mar 2020 12:05:12 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jGiIw-0001iC-4N for linux-arm-kernel@lists.infradead.org; Tue, 24 Mar 2020 12:05:11 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 025EB1FB; Tue, 24 Mar 2020 05:05:08 -0700 (PDT) Received: from bogus (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id CE9603F792; Tue, 24 Mar 2020 05:05:05 -0700 (PDT) Date: Tue, 24 Mar 2020 12:05:03 +0000 From: Sudeep Holla To: Linus Walleij Subject: Re: [PATCH v2] arm64: dts: Fix leftover entry-methods for PSCI Message-ID: <20200324120503.GE21686@bogus> References: <20200322115846.16265-1-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200322115846.16265-1-linus.walleij@linaro.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200324_050510_217425_1F3A4916 X-CRM114-Status: UNSURE ( 7.48 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Cc: Fabio Estevam , Chunyan Zhang , soc@kernel.org, arm@kernel.org, Amit Kucheria , Sudeep Holla , Shawn Guo , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, Mar 22, 2020 at 12:58:46PM +0100, Linus Walleij wrote: > These two device trees were either missed or added after > the commit correcting the "entry-method" from > "arm,psci" to just "psci" as per the binding. > > Cc: Sudeep Holla FWIW, Reviewed-by: Sudeep Holla -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel