[PATCH net-next] dt-bindings: net: snps,dwmac: Fix "snps,kbbe" type

Rob Herring (Arm) posted 1 patch 3 weeks, 1 day ago
Documentation/devicetree/bindings/net/snps,dwmac.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH net-next] dt-bindings: net: snps,dwmac: Fix "snps,kbbe" type
Posted by Rob Herring (Arm) 3 weeks, 1 day ago
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(-)

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.
 
-- 
2.45.2
Re: [PATCH net-next] dt-bindings: net: snps,dwmac: Fix "snps,kbbe" type
Posted by Krzysztof Kozlowski 3 weeks ago
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