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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 6B081CE7A88 for ; Sun, 24 Sep 2023 13:19:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=krG4a6SimzP4ANdEtWHX/QgnVy9YwLARkcfTUDhP4W8=; b=m6niaoeiA7hC0Y FUq0ESaI7cz8sCp/vjwa4Ihqgb4thnJww+y3CqvkzroMyfHseHObflK0inMgd0JUT3sPqsOTrHKne 2t0f077ioXtVE4sX7v+7NRFkl7ffSPTo3xN7cL/AkCJSRxjnT/mlSMYn8Y3z7pZ7iCJe5dzYJFoo5 YPlvLIrS5T9HtdHRsUhSPWv+SfSb2lFqjp+Vj2ELDgaosHzWPoG86ho4s9yMakxeJCed6VvpeDfOl fAposGb4WG1FUP7qB51jlQ/nVFWSiWxHST21FPaSbr9DYFxSvpaZG269acFfBuQo5vCATIPb3omgi V6FlfNacJ8qRqbrk/d4A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qkP12-00CIa9-0I; Sun, 24 Sep 2023 13:19:16 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qkP0z-00CIYF-1R for linux-arm-kernel@lists.infradead.org; Sun, 24 Sep 2023 13:19:14 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id CD3D3CE0B21; Sun, 24 Sep 2023 13:19:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1D2CFC43395; Sun, 24 Sep 2023 13:19:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695561551; bh=r15GWHAxYbn46wMzmTUgZ1SqmJb7ADwedzXD5Uh9+58=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hjdpN5LQSuTIzs5hOH7x6X526RZWPN8SdVwzKAv7undFFJTf13T7H22gFtonWJ0c5 RJ2uovxoue1jIKOhtGQT0NZFMU1F92COT/ikmZdYolrDQspBXqE92ueEqMxXSFFQf7 PwQ343ZGS1SCEC91ofVFreptGgz/Txrf4hmUjzboI6wyFeS0tov5dJ+OHcFn2vBJkj i5X72VuBVGgKBh5hrSkw+vSS0hvALn7eFcBuekhEMGtPSkNsHG47KScj4s+nFUcHNy EF2K+eAteQtSv3bgqhZHFY5mHPfox/MUSkuGkvs0XJoG9UMtyGyvzcBUjBRunt6vWD s9Cdo8NLVlduQ== Date: Sun, 24 Sep 2023 21:19:02 +0800 From: Shawn Guo To: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH] arm64: dts: imx8dxl-evk: Remove invalid SPI property Message-ID: <20230924131902.GG7231@dragon> References: <20230814113917.192277-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230814113917.192277-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230924_061913_657804_FB94F0B0 X-CRM114-Status: UNSURE ( 9.73 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Aug 14, 2023 at 08:39:17AM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > 'pinctrl-assert-gpios' is not a valid property. > > Remove it to fix the following schema warning: > > imx8dxl-evk.dtb: spi@5a030000: Unevaluated properties are not allowed ('pinctrl-assert-gpios' was unexpected) > > Signed-off-by: Fabio Estevam Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel