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 35E7AC4167B for ; Wed, 6 Dec 2023 01:08:59 +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=379SuYvJkuE3063EeltlbeucYvJ8aTM4Wn3zqBCY+Q4=; b=KJC3ABsxDvMtNI QS5qZ6V6XLyBQaCUS/uRtFR+Sqlm3IQxT29g/FGT/S06mCeijtdljVTp7UNV57xsvjmvheU3NJMya 41OCn6/TkLZf2GisvjmIQBBGtxjp1JYJxjletb3bZfGvlW0N2Ri7MgCHH9fJcpA6qdComt5TjN7X2 9qoexdOeN8iW+YaN9YraupGEZQDQ5ZfOJ8z9DKPBa14ZfwV5hYqtCkyDF9cqVhOKbXuIfKZGLWvg9 nRIiyJ5FJtPwbWHYy11POix+84nwGXjurylrU9Oj5oRwJncZ/T98PI2kCfE4ce6dKoOr9PwZK4ac1 0e2Ad7Er23EcXHkT41Pg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rAgOy-008ldw-1p; Wed, 06 Dec 2023 01:08:36 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rAgOw-008ldM-1U for linux-arm-kernel@lists.infradead.org; Wed, 06 Dec 2023 01:08:35 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id 17E12B81CA2; Wed, 6 Dec 2023 01:08:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9CFE8C433C7; Wed, 6 Dec 2023 01:08:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701824912; bh=r8qefqZrCnIC0PajVyLPSPAf29Sv30eh7qHXOXpjXi4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GF4+cSciELOi7slCA1E1Yec5ICCTh6cFs37JtcPgAiZwRBU2I2ilO2k8/fWy0E8ne 0tyYDVFuLnhCERm0PHQ6neo1xbabxKl4CA18Pz6YWZ0yhXhgjDAPFxIObHb4hVegdU hJUPqG/dzbPL8dpsdu+N/CSA3KiafEh9KWJsJTm+3q4lUi9faBMjnUIa8VczQ4osPm RY46cj0uXmAEGc3pMsWWphdZwdY2/VLF3FIaTBGaPy1JcZfSsbFDXZZk5DtH8wFUIZ lELsY6mEciH183LOmWEg77JUij+Fcm2AYJAAY36CWjbmlBKxwzCwDrbR2Xc/xbdScY IB1OIzEhGqThQ== Date: Wed, 6 Dec 2023 09:08:28 +0800 From: Shawn Guo To: Fabio Estevam Cc: Frank.Li@nxp.com, linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH] arm64: dts: imx8dxl-ss-conn: Fix Ethernet interrupt-names order Message-ID: <20231206010828.GQ236001@dragon> References: <20231113193548.28382-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231113193548.28382-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231205_170834_647420_2FB3ED2D X-CRM114-Status: UNSURE ( 9.65 ) 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:35:48PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Per snps,dwmac.yaml, the interrupt-names entries should be in the > following order: "macirq", "eth_wake_irq"; > > Change it to fix the following schema warnings. > > imx8dxl-evk.dtb: ethernet@5b050000: interrupt-names:0: 'macirq' was expected > from schema $id: http://devicetree.org/schemas/net/snps,dwmac.yaml# > imx8dxl-evk.dtb: ethernet@5b050000: interrupt-names:1: 'macirq' is not one of ['eth_wake_irq', 'eth_lpi'] > from schema $id: http://devicetree.org/schemas/net/snps,dwmac.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