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 AF8F4FA3757 for ; Fri, 13 Sep 2024 14:25:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Subject:Message-Id: References:In-Reply-To:Cc:To:From:MIME-Version:Content-Transfer-Encoding: Content-Type:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=QrLWsf4PFE/5lIkiPE4zsUH4olfYK4BcQKT14wqy9xk=; b=lcgkWyP8plP5xPbBFTTGVbfN47 hWzGhUHu/Ry0sWFQYY0LaepyRJ1rptyZIdiNCgP+JXUNDBRjVwabILz20EuYJnnKBmQHSNbVxhOzy 2MXQCDHkii6cqFZhOWBFQpXKYpuR906UVcrSAFnA0LQBzGPrimPgroxWfrpjOyYVdNxSRsmhJoFU2 6ZNS/c8eJo9/x+QIvUX/x/BNg6yacoQiX3Fm/JZxeLmIt61SP04xTDOANCXt9ENKN8Pmh0aFPECzA wkRJwNAac4ziw5Ap4x5sf9cpEsVgdpHT8ikhnoctCn9PoHkUd/sC8u3uEbwqMJd+ImWa8A6Qtrt5w SsLuU2Nw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sp7Es-0000000GBOb-0IyF; Fri, 13 Sep 2024 14:25:34 +0000 Received: from nyc.source.kernel.org ([147.75.193.91]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sp7Dn-0000000GBC1-1TVq for linux-arm-kernel@lists.infradead.org; Fri, 13 Sep 2024 14:24:28 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 91634A44BC0; Fri, 13 Sep 2024 14:24:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B7DCBC4CECF; Fri, 13 Sep 2024 14:24:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1726237465; bh=CQBAbFrO+Yye4O/yy6p6cNcUXg4T9wjsgQNnXsGVLcY=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=MjFjKh39C4b+me5ss60BUz+OCYMJsr9TqjrAIpOx2UxJzxMCybH6XLqwsmxMtEyZW Ez9PFNv4iCIiJOVCI+fusE/5AGCqA6RVYKXHifhyPVmZlMffPP3+IwtGIq+AW++a/T rgHE2B3+ucH6bOMubG+5tOumZ1Hp6+zHpojqZLnxPWoWIopFePdB8i4k7N6XN9/KWZ 50FjQzq+5ucznY+rxTecaSQePN34zBuXYtTJ1vuQcRYNOTvYj/HmzwC85e8fEvSNeV NXP/Y4B4spAeJ2y5rWnipnOJ8nyyQlxi2oRfc7g6rKMGUo9zDLTw92EFaOsHmpVHEf RrBHYUCbbZ5JA== Date: Fri, 13 Sep 2024 09:24:24 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: "Rob Herring (Arm)" To: Icenowy Zheng Cc: devicetree@vger.kernel.org, Jernej Skrabec , Conor Dooley , Maxime Ripard , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@lists.linux.dev, Andre Przywara , Samuel Holland , Chen-Yu Tsai , Krzysztof Kozlowski In-Reply-To: <20240913104845.4112986-1-uwu@icenowy.me> References: <20240913104845.4112986-1-uwu@icenowy.me> Message-Id: <172623730520.4076253.7175037716930825765.robh@kernel.org> Subject: Re: [PATCH 1/2] dt-bindings: arm: sunxi: document RerVision A33-Vstar board X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240913_072427_477664_7548DB0A X-CRM114-Status: GOOD ( 11.54 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 13 Sep 2024 18:48:44 +0800, Icenowy Zheng wrote: > RerVision A33-Vstar is an evaluation board of their A33-Core1 SoM. > > Add its compatible (with the SoM compatible) to the sunxi board DT > binding file. > > Signed-off-by: Icenowy Zheng > --- > Documentation/devicetree/bindings/arm/sunxi.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > My bot found new DTB warnings on the .dts files added or changed in this series. Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings are fixed by another series. Ultimately, it is up to the platform maintainer whether these warnings are acceptable or not. No need to reply unless the platform maintainer has comments. If you already ran DT checks and didn't see these error(s), then make sure dt-schema is up to date: pip3 install dtschema --upgrade New warnings running 'make CHECK_DTBS=y allwinner/sun8i-a33-vstar.dtb' for 20240913104845.4112986-1-uwu@icenowy.me: arch/arm/boot/dts/allwinner/sun8i-a33-vstar.dtb: hub@1: '#address-cells', '#size-cells', 'ethernet@4' do not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/usb/genesys,gl850g.yaml#