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 0F2A4C3DA7A for ; Sat, 31 Dec 2022 12:42:23 +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=xoj7KIthZekU7pJwUHaMTelT8n4nn3h4OuYDbLd04EI=; b=gmgnbf+5Zoyjx6 wBiIpJUT0VMuzHFZ1sdM72Ro9oL1gTsVZSIMdE68890Ao/VAzMHuCU6fD10Y+Xy6QC8Zx5m4zjo5U RGRBs1yzTn3YyXttE1BbGlig6LqxslNFca+FTwKK8U8284EL+oQxjLNgqu42l4QlCTdN3PyxJEhtn hai1P6hGf7DfYagaYl+hKZkLMI4fpocxgfVDxk5fhK1mU3bj/Zy2wMYoaHcBmaKCfJMgcuvfPXepw i5d96MLnOI28g0CWXxjbG9er/2NQzXrxGqZzB9cXi0ZMYp9TjekdYFfXObUIkkHcAnJQdXfVQeytv /hZl3Dt6FqygL3THOGCQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pBbAW-005Iib-1e; Sat, 31 Dec 2022 12:40:56 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pBbAE-005Ib6-Lf for linux-arm-kernel@lists.infradead.org; Sat, 31 Dec 2022 12:40:40 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 86ACF60B3B; Sat, 31 Dec 2022 12:40:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E6599C433D2; Sat, 31 Dec 2022 12:40:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672490436; bh=1uolKVPyJ3cT1aENN4cDRp3M7MVup3Q86tGSFzUAcHU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=i8Wrnvm1B3zN/g4PxnjqQYu+ZoGKXuJBk2wxYku6y3Ayqc1Dbd9HVNmbmMD4DmLCQ NeW2G12TYpyA4fBzU9ySJnPevtLZFTmg5kX+R+fNabvw9wZt+IX5fw8d01Trv99Vf6 3Gf9td60NIhZMVV/jwSYaK5xU3Y1k2FPzFzgAYemUWJrdqpLysWCJGGPmbOszLWRXe y/Z0PzDqjMhFgJTudu4fxESEvi5c4wz72wIyq3ksSuH+GrPlopPI7RUemSsaVvqPxy At2NaKvLMMlLLnIC1a3/G0Wth/K0APXQIIPu8QLgkwBVZ5/a054SU8WjRpGoCxqkMi STjxzWPT+l1RA== Date: Sat, 31 Dec 2022 20:40:26 +0800 From: Shawn Guo To: Geert Uytterhoeven Cc: =?iso-8859-1?Q?Beno=EEt?= Cousson , Tony Lindgren , Joel Stanley , Andrew Jeffery , Avi Fishman , Tomer Maimon , Tali Perry , Patrick Venture , Nancy Yuen , Benjamin Fair , Dinh Nguyen , Sascha Hauer , Pengutronix Kernel Team , Stefan Agner , Li Yang , Russell King , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Magnus Damm , Alexandre Belloni , UNGLinuxDriver@microchip.com, Thomas Bogendoerfer , Michael Ellerman , Nicholas Piggin , Christophe Leroy , Rob Herring , Krzysztof Kozlowski , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, openbmc@lists.ozlabs.org, linux-renesas-soc@vger.kernel.org, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, devicetree@vger.kernel.org Subject: Re: [PATCH 07/11] arm64: dts: freescale: Fix pca954x i2c-mux node names Message-ID: <20221231124025.GV6112@T480> References: <3755a821121c472c9a9fd26a735c87ebb79484a5.1669999298.git.geert+renesas@glider.be> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <3755a821121c472c9a9fd26a735c87ebb79484a5.1669999298.git.geert+renesas@glider.be> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221231_044038_808559_6646B8E5 X-CRM114-Status: GOOD ( 10.45 ) 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 Fri, Dec 02, 2022 at 05:49:22PM +0100, Geert Uytterhoeven wrote: > "make dtbs_check": > > arch/arm64/boot/dts/freescale/fsl-ls1012a-qds.dtb: pca9547@77: $nodename:0: 'pca9547@77' does not match '^(i2c-?)?mux' > From schema: Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.yaml > arch/arm64/boot/dts/freescale/fsl-ls1012a-qds.dtb: pca9547@77: Unevaluated properties are not allowed ('#address-cells', '#size-cells', 'i2c@4' were unexpected) > From schema: Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.yaml > ... > > Fix this by renaming PCA954x nodes to "i2c-mux", to match the I2C bus > multiplexer/switch DT bindings and the Generic Names Recommendation in > the Devicetree Specification. > > Signed-off-by: Geert Uytterhoeven Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel