From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 772148F49; Fri, 9 Aug 2024 01:29:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723166991; cv=none; b=qi0+IJ4mrK7wAIjRU/m+mw0E/ja/FlyAuWo1XzZMGM9SSKvD9XDk+6cT3YSHFHTET6ycvwq4O4WJCoiyQj3hDUKZD2Psm/qN9qh1xwYPjPPPUwZosJVUzquxa08o7LoSZ4XB4p2IqS6UE1aYgAK00buV8M7U21167amwr0DynYI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723166991; c=relaxed/simple; bh=WpZAolvuAbbkHmlwrfLzGI6UGMpXjvkIIJmACSdZHOc=; h=Date:Content-Type:MIME-Version:From:To:Cc:In-Reply-To:References: Message-Id:Subject; b=OlzbFOXQ4k8zvHFpz/66tMHp04YqOCEAjDar8kE8DbL1yqHbTdGc58hQKp+gsPo8UUDbrAJ4yfOQ753JQWrjwJ1o6fivAOXi2v1AjdohB7RY1oPmyZhHmITCWOLdKMlKjNSB6ox7p6NoWzUb87rjne9zQX7cqdUIKZgDWa2a0Yc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=uz2Nwnvs; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="uz2Nwnvs" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9F5B7C32782; Fri, 9 Aug 2024 01:29:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1723166991; bh=WpZAolvuAbbkHmlwrfLzGI6UGMpXjvkIIJmACSdZHOc=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=uz2NwnvsTc3GcEEH02TxnR/VvdC/+ee5YneYtMZRmy+qx6nw+kDgqCwviy6SmxeNu uqTV1R0olusPy11IbExGDKdN50247XHhrO7tNyuz85Wz0xLYWtOT62v66FP30i7JOS H+LHChNTRA5qr6RL0I7z+BFFRv0CNSCKDF1jjp3vmb3P7xreUTlPsRVrhxGUIYz3G0 qZr0B0sARFyCRh82JyMnOOEUBeQKS+jLu47bGkiGALSraGtDqQUcjqiwb9FwgR0jr7 C4fxN3zJWqt13jCNRz8gsREftIiaICjaPxnsDWylCf2wprfAbfMSNVbt88e/J1Ub+1 cgoJi4Zp+ZEsw== Date: Thu, 08 Aug 2024 19:29:49 -0600 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Rob Herring (Arm)" To: Tristram.Ha@microchip.com Cc: "David S. Miller" , Krzysztof Kozlowski , Woojung Huh , Tristram Ha , Andrew Lunn , netdev@vger.kernel.org, Marek Vasut , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Vladimir Oltean , UNGLinuxDriver@microchip.com, Florian Fainelli , Conor Dooley , Jakub Kicinski , Eric Dumazet , Paolo Abeni , Oleksij Rempel In-Reply-To: <20240809004310.239242-2-Tristram.Ha@microchip.com> References: <20240809004310.239242-1-Tristram.Ha@microchip.com> <20240809004310.239242-2-Tristram.Ha@microchip.com> Message-Id: <172316698916.2542023.14755989610157748245.robh@kernel.org> Subject: Re: [PATCH net-next v2 1/2] dt-bindings: net: dsa: microchip: Add KSZ8895/KSZ8864 switch support On Thu, 08 Aug 2024 17:43:09 -0700, Tristram.Ha@microchip.com wrote: > From: Tristram Ha > > KSZ8895/KSZ8864 is a switch family developed before KSZ8795 and after > KSZ8863, so it shares some registers and functions in those switches. > KSZ8895 has 5 ports and so is more similar to KSZ8795. > > KSZ8864 is a 4-port version of KSZ8895. The first port is removed > while port 5 remains as a host port. > > Signed-off-by: Tristram Ha > --- > Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml | 2 ++ > 1 file changed, 2 insertions(+) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml:24:26: [error] syntax error: found character '\t' that cannot start any token (syntax) dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240809004310.239242-2-Tristram.Ha@microchip.com The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema.