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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 246A7C46467 for ; Sat, 31 Dec 2022 12:41:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235459AbiLaMlR (ORCPT ); Sat, 31 Dec 2022 07:41:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60228 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231864AbiLaMkp (ORCPT ); Sat, 31 Dec 2022 07:40:45 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 831C0B4AD; Sat, 31 Dec 2022 04:40:39 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 361FDB8070E; Sat, 31 Dec 2022 12:40:38 +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-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3755a821121c472c9a9fd26a735c87ebb79484a5.1669999298.git.geert+renesas@glider.be> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.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!