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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 87CA7C00A5A for ; Thu, 19 Jan 2023 08:29:08 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4NyG4g1dVxz3fDQ for ; Thu, 19 Jan 2023 19:29:07 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=atomide.com (client-ip=72.249.23.125; helo=muru.com; envelope-from=tony@atomide.com; receiver=) X-Greylist: delayed 598 seconds by postgrey-1.36 at boromir; Thu, 19 Jan 2023 19:28:33 AEDT Received: from muru.com (muru.com [72.249.23.125]) by lists.ozlabs.org (Postfix) with ESMTP id 4NyG4142Gxz3c8d; Thu, 19 Jan 2023 19:28:33 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id CE64480F1; Thu, 19 Jan 2023 08:18:30 +0000 (UTC) Date: Thu, 19 Jan 2023 10:18:29 +0200 From: Tony Lindgren To: Geert Uytterhoeven Subject: Re: [PATCH 01/11] ARM: dts: ti: Fix pca954x i2c-mux node names Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , Alexandre Belloni , Tomer Maimon , linux-aspeed@lists.ozlabs.org, devicetree@vger.kernel.org, Stefan Agner , Tali Perry , Krzysztof Kozlowski , Li Yang , Benjamin Fair , Gregory Clement , Russell King , Nancy Yuen , Joel Stanley , Sebastian Hesselbarth , Avi Fishman , Pengutronix Kernel Team , Sascha Hauer , linuxppc-dev@lists.ozlabs.org, Nicholas Piggin , Rob Herring , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Thomas Bogendoerfer , Andrew Jeffery , Patrick Venture , lin ux-mips@vger.kernel.org, UNGLinuxDriver@microchip.com, linux-renesas-soc@vger.kernel.org, Dinh Nguyen , =?utf-8?Q?Beno=C3=AEt?= Cousson , Shawn Guo , openbmc@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" * Geert Uytterhoeven [221202 18:50]: > "make dtbs_check": > > arch/arm/boot/dts/am3874-iceboard.dtb: pca9548@70: $nodename:0: 'pca9548@70' does not match '^(i2c-?)?mux' > From schema: Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.yaml > arch/arm/boot/dts/am3874-iceboard.dtb: pca9548@70: Unevaluated properties are not allowed ('#address-cells', '#size-cells', 'i2c@0', 'i2c@1', 'i2c@2', 'i2c@3', 'i2c@4', 'i2c@5', 'i2c@6', 'i2c@7' 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. Applying this patch into omap-for-v6.3/dt thanks. Tony