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 CEBC5C001DE for ; Sun, 6 Aug 2023 03:46:11 +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=dkvQ71iRhagPTX9RkBxf8MIrPVwUc4jRjCaz1rERL+Q=; b=cv/pxzQimcj7Ym 6iMYhG6KGarPKCqnCj1WjMjJWLhNLy9LVgpwKmVDGFNIfqDybok/s3GnIf1XbgVaBaBcku6oGQzFm I+pxhc5x7QFU4w8d7KFgHvb3wOfklT81UYeYLPTgRn3wfAJ1+Zv3PbYAMfA0TR6LgQq82MO3NuZm0 nVLVZfu7fQo2w+E4+NwTXQjcSZBByMjTyo1bw5ZxaZE8XqiUssK4G/94rRv5z7aHwppeyIsAfcX7t MLP4ho0rNiP+XpUI9Ev936+GcyJ6lZKIc0b35PWpDukkBqvAFJve3A1oKMqPuCsbCEeVRbutAV6iI l44sVjIfbqNO43K5LWgA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qSUi5-00Eq0q-06; Sun, 06 Aug 2023 03:45:41 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qSUi2-00Eq0Y-0h for linux-arm-kernel@lists.infradead.org; Sun, 06 Aug 2023 03:45:39 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 66C0760DE1; Sun, 6 Aug 2023 03:45:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 310F8C433C8; Sun, 6 Aug 2023 03:45:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691293536; bh=KVzBDo3UW+iwHPpFV139rpduqFhODVjkqqwWBqH8Scs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=q6MT8D2Bo+IVKQXdESbljvPYdtqbn4Sau50EU3whqQLUg98xXYPrmqxk0mnoeHTg6 laj7tyvegOFKmI1ERW8BmlmnW4VDoLA+s+9TSujeuAME87BNK4M9gjITVDlwcC8LMw VmLSakxWsKcv5NkZgaBhBFBCUhVS0rbdooqd1NCT/ULHPt6ynW4dwr6YKZtUQAFErp No+UQR7BLdbKlJ5nFgdDcTPkVtgC3XeVQyaaD5Ze6vKm4yfN4XkP7jUSimfr3cI3FE oPWX/87tJaPwNTr0lr0JEMyx5IihNQnzDtF4Lv5l4TmFZFfuFSqNM/wGdgRBy9RjOj Ki0kMpEhJDDzw== Date: Sun, 6 Aug 2023 11:45:27 +0800 From: Shawn Guo To: Fabio Estevam Cc: linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org, y.moog@phytec.de, c.tenruh@phytec.de, Fabio Estevam Subject: Re: [PATCH 1/2] arm64: dts: imx8dxl-evk: Remove 'fsl,spi-num-chipselects' Message-ID: <20230806034527.GY151430@dragon> References: <20230726125025.295120-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230726125025.295120-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230805_204538_304603_C7A1C0B5 X-CRM114-Status: UNSURE ( 8.94 ) 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 Wed, Jul 26, 2023 at 09:50:24AM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > The 'fsl,spi-num-chipselects' property is not a valid one, so remove it. > > Signed-off-by: Fabio Estevam Applied both, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel