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 E21E1CE7A91 for ; Mon, 25 Sep 2023 01:52:43 +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=rDOQCqCkUd/Mbpc4GrbNyz9DFG62VWGUxeBpkwnS99A=; b=bM8GGozNT9rIxq UcMs6yvrekap+JZF4r2ktbcGUE+abtWzEPj9l5DRM7l+XPGzHIJakY4aHh8S0xyh8TX4ic5boFhPd CmVhkyBU+bOt8ixW5YbOuq/QKQjbgaYva/xAIh0vXpXcfg8haRhLwlYtgYWgo/S4xxPuRPN0TRWR4 qn9O/K3DaHRYX3JqRgvydgl0xwWOMkEguidPo6Dlr+2tLtA5CbPjDgojV/BIE2EjE26vvfK1yyeXF HoiNkgDXH3H5okKLarCeV4YZ4WlKnVmk7etKrmPDMbEcpABeV29K4hksXAE7fMQAGlSt6P9Cpb8MQ aJ/KoijlthPBcZVBtSDA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qkalp-00D75d-25; Mon, 25 Sep 2023 01:52:21 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qkalm-00D75F-0K for linux-arm-kernel@lists.infradead.org; Mon, 25 Sep 2023 01:52:19 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 37CAA60DDF; Mon, 25 Sep 2023 01:52:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 45524C433C7; Mon, 25 Sep 2023 01:52:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695606734; bh=P2oSFzvJw+1pMcCZO/DhCQqiSnAIENz7vNuMahmSV1g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=p5vcr1zTto2x7muH5IGMxOQL6yjChp9mbVCrUmFY/5BMWzXjcuNzrWOp40wqBhl+O 79p/UNygkjd8ppi5LiFcDZJyCDOMxLK80NvfAUYlvsusr/2aaWiWAO3N4YMK8QY12b kFBxwAr2+GfcYOYU1wLNMQo0ahOgchDmwOBQ2tAn9fUkNdrtXjoA0ZTPz7xQeTGEq5 cS905dEXzDg/hmTHqS1WMhHm1BuybFIaYDvU2rIFz+hxZJ0n4QJGZdKR2Xf9wzah35 ZBAQH/blgRwQwW73aeOIbHSyNDNNfPFrgQi3P0llh5S6TwRocZFAl7p8EOnNdpRDew vKjkOvaS81PmA== Date: Mon, 25 Sep 2023 09:52:07 +0800 From: Shawn Guo To: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH] arm64: dts: imx8mq-zii-ultra: Fix mdio node name Message-ID: <20230925015207.GO7231@dragon> References: <20230908013318.601264-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230908013318.601264-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230924_185218_181125_F1688690 X-CRM114-Status: UNSURE ( 9.64 ) 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 Thu, Sep 07, 2023 at 10:33:18PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Per mdio-gpio.yaml, the node name should be 'mdio'. > > Change it accordingly to fix the following schema warning: > > imx8mq-zii-ultra-zest.dtb: bitbang-mdio: $nodename:0: 'bitbang-mdio' does not match '^mdio(@.*)?' > from schema $id: http://devicetree.org/schemas/net/mdio-gpio.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