lede/target/linux/bcm27xx/patches-6.12/950-0368-dt-bindings-net-cdns-macb-AXI-tuning-properties.patch
=?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= d81c03f05e bcm27xx: add 6.12 patches from RPi repo
These patches were generated from:
https://github.com/raspberrypi/linux/commits/rpi-6.12.y
With the following command:
git format-patch -N v6.12.27..HEAD
(HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e)

Exceptions:
- (def)configs patches
- github workflows patches
- applied & reverted patches
- readme patches
- wireless patches

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2025-06-20 17:01:06 +08:00

39 lines
1.3 KiB
Diff

From f92dca3ef944bed3e5eed950c26181bd9baf9b6d Mon Sep 17 00:00:00 2001
From: Phil Elwell <phil@raspberrypi.com>
Date: Wed, 15 Feb 2023 09:46:35 +0000
Subject: [PATCH] dt-bindings: net: cdns,macb: AXI tuning properties
Add optional properties to tune the AXI interface -
cdns,aw2w-max-pipe, cdns,ar2r-max-pipe and cdns,use-aw2b-fill.
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
---
.../devicetree/bindings/net/cdns,macb.yaml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
--- a/Documentation/devicetree/bindings/net/cdns,macb.yaml
+++ b/Documentation/devicetree/bindings/net/cdns,macb.yaml
@@ -136,6 +136,22 @@ properties:
Node containing PHY children. If this node is not present, then PHYs will
be direct children.
+ cdns,aw2w-max-pipe:
+ $ref: /schemas/types.yaml#/definitions/uint32
+ description:
+ Maximum number of outstanding AXI write requests
+
+ cdns,ar2r-max-pipe:
+ $ref: /schemas/types.yaml#/definitions/uint32
+ description:
+ Maximum number of outstanding AXI read requests
+
+ cdns,use-aw2b-fill:
+ type: boolean
+ description:
+ If set, the maximum number of outstanding write transactions operates
+ between the AW to B AXI channel, instead of the AW to W AXI channel.
+
patternProperties:
"^ethernet-phy@[0-9a-f]$":
type: object