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 2FA5CC4167B for ; Wed, 6 Dec 2023 01:08:52 +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=BH9ijjli9vXYTqMIdp3NcNRFd2hJPCAWYTRjKK59Neo=; b=bArDyRaF8Z9jao bl760+gO7ZtKlBu+H/0TkUiFgwnocreZOFc50uMhSDy1/ZkRUEpkeB7/cq5q+0JsNa0oULZ4N1EDE NnOvCO8WeRTd198n4031++xY/FqT/IQcLE1bW6b9D/Z9EssNeanphom7nu4mZP9+oRlNc14gSKt8f VhlqsYBsJ22HwJPrJdkqKKtlofKN0UW7zOra6QboJ0bz9SesZgo/lEQPVg/z5jO8+cM8U7NQefmfO dSH9+OPLdpB7i5CHE0kNR5tEJz1r9KPTzQdhwWfFfKpSg2Z6c28ogfQugMgqBT3CJKIAfB14zJU4y y36Fo49CYPVZ/cxiyY/w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rAgOl-008lcB-18; Wed, 06 Dec 2023 01:08:23 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rAgOi-008lbh-1I for linux-arm-kernel@lists.infradead.org; Wed, 06 Dec 2023 01:08:21 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id A26AECE1AE9; Wed, 6 Dec 2023 01:08:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 40372C433C8; Wed, 6 Dec 2023 01:08:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701824896; bh=pS6DKyGfAJvzz1fwIzLTHgJppQ6ePGNQUpVzHdH9UVA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=L531JDfGsPASuyykgAEMYk5cFDKd+SGosoOvFuS6jWgYeUmxvofNa/rr82zRusUSJ fH1wbTnknB8qBBjs8OMSGwDMQ29rqxZrw3rgkRAH9ToUUDmYcwDUgSx3LWqhIJ2zR1 p62FCGv7+6ycz9uDILRqrv9MF1SikhghDTwLdnCmf+UpjTLMQqs98s0hZJHfwA++ir 3MsYxWupI1oPKG+uIqJWfFXJkHGV4TOHJY9L4jSGaK/l0Ic0NrSBvfyfsT8cgU5boV ZROuTJZtO5WYX51SqY3NtxnmSJXqVMbJTgTIyxSK08HBGSN18fjGLCfpMsqF/aX9kn 9qmRbazIZCDWw== Date: Wed, 6 Dec 2023 09:08:12 +0800 From: Shawn Guo To: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH] arm64: dts: imx8mm-emcon-avari: Fix gpio-cells Message-ID: <20231206010812.GP236001@dragon> References: <20231113192649.25669-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231113192649.25669-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231205_170820_632792_0A61A8F6 X-CRM114-Status: UNSURE ( 9.00 ) 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, Nov 13, 2023 at 04:26:49PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Per nxp,pcf8575.yaml, #gpio-cells should be 2. > > Change it to fix the following schema warning: > > imx8mm-emcon-avari.dtb: gpio@3a: #gpio-cells:0:0: 2 was expected > from schema $id: http://devicetree.org/schemas/gpio/nxp,pcf8575.yaml# > > 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