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=-5.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 7D8AAC2BA19 for ; Tue, 21 Apr 2020 03:18:59 +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 466CB206D9 for ; Tue, 21 Apr 2020 03:18:59 +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="upzS0WMv"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="MYlhkF1S" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 466CB206D9 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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=qVya9Kn+6RZvOme03aBe2gkmfMQYAnvdImv+5sBI6Xs=; b=upzS0WMvKXHe05 lsRLqWYcCHAjsqCzFzODfhY3ep7yFUxupoMy8RpQDXmpkaq+16M6/NjGvM8e7WwTkPBP7X/duo6cV ldxpSW8Ml2PlOgG2/D4Kv5EebCAwpfrgz8830ZYVqiaUS/oEeCowq3wQtL0RdhI1jnSTwdklP7HnG 2klMwCz5xhbXMb4YtgAH44dYVyDjDaChF7qIr/CDVq2BE+zm0P+YRsMXJYO7Izpiv0aKZ3tBjQERM KAJoT5AYFXrbYL1Xv3T9CXDl0ogos5EvFKGas+3bt+ApdxsJ/EmMtmft8Bof82sw3WEt7hfX1JgGu kUcp4DjJrSToPDk64NCQ==; 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 1jQjR0-0008SF-D7; Tue, 21 Apr 2020 03:18:54 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jQjQx-0008RK-SY for linux-arm-kernel@lists.infradead.org; Tue, 21 Apr 2020 03:18:53 +0000 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 20D1A206D9; Tue, 21 Apr 2020 03:18:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587439131; bh=A9V9TrneZ8ZRVB+8+GcheUZWdyndQEn3TxUujMilcuY=; h=Date:From:To:List-Id:Cc:Subject:References:In-Reply-To:From; b=MYlhkF1SV8CPe7Y70OYKhCYImer/XsACZJ45XE13K1yWwA+K1QhyLme5csPN6oTE4 4VTO3ybEvi0R3qV1iPdhJdH6Wd9P7RsnJfb09b2km78UOM6OHWRUOdLmLZ942xoWEb sAm5sL2OkSn1dzcL/0YRMEwBq/4l97qG6mhnxwko= Date: Tue, 21 Apr 2020 11:18:45 +0800 From: Shawn Guo To: Linus Walleij Subject: Re: [PATCH v2] arm64: dts: Fix leftover entry-methods for PSCI Message-ID: <20200421031843.GC8571@dragon> 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-20200420_201851_942315_E9DFA827 X-CRM114-Status: UNSURE ( 9.85 ) 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: Chunyan Zhang , soc@kernel.org, arm@kernel.org, Amit Kucheria , Sudeep Holla , Fabio Estevam , 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 > Cc: Fabio Estevam > Cc: Shawn Guo > Cc: Chunyan Zhang > Reviewed-by: Amit Kucheria > Signed-off-by: Linus Walleij > --- > ARM SoC folks: if this is fine just apply it to the > tree where appropriate please. > --- > arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 2 +- Acked-by: Shawn Guo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel