Message ID | 20241101211331.24605-2-robh@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | d847548c7ef44ac01c1c102ed19744c8e26ada9b |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] dt-bindings: net: snps,dwmac: Fix "snps,kbbe" type | expand |
On Fri, Nov 01, 2024 at 04:13:31PM -0500, Rob Herring (Arm) wrote: > The driver and description indicate "snps,kbbe" is a boolean, not an > uint32. > > Signed-off-by: Rob Herring (Arm) <robh@kernel.org> > --- > Documentation/devicetree/bindings/net/snps,dwmac.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Best regards, Krzysztof
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Fri, 1 Nov 2024 16:13:31 -0500 you wrote: > The driver and description indicate "snps,kbbe" is a boolean, not an > uint32. > > Signed-off-by: Rob Herring (Arm) <robh@kernel.org> > --- > Documentation/devicetree/bindings/net/snps,dwmac.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [net-next] dt-bindings: net: snps,dwmac: Fix "snps,kbbe" type https://git.kernel.org/netdev/net-next/c/d847548c7ef4 You are awesome, thank you!
diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml index 4e2ba1bf788c..f48a0f44cf2d 100644 --- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml +++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml @@ -560,7 +560,7 @@ properties: max read outstanding req. limit snps,kbbe: - $ref: /schemas/types.yaml#/definitions/uint32 + $ref: /schemas/types.yaml#/definitions/flag description: do not cross 1KiB boundary.
The driver and description indicate "snps,kbbe" is a boolean, not an uint32. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> --- Documentation/devicetree/bindings/net/snps,dwmac.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)