mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
2e715fb4fc
Add support for BCM2712 (Raspberry Pi 5).
3bb5880ab3
Patches were generated from the diff between linux kernel branch linux-6.1.y
and rpi-6.1.y from raspberry pi kernel source:
- git format-patch linux-6.1.y...rpi-6.1.y
Build system: x86_64
Build-tested: bcm2708, bcm2709, bcm2710, bcm2711
Run-tested: bcm2710/RPi3B, bcm2711/RPi4B
Signed-off-by: Marty Jones <mj8263788@gmail.com>
[Remove applied and reverted patches, squash patches and config commits]
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
39 lines
1.3 KiB
Diff
39 lines
1.3 KiB
Diff
From 2be65d1fd1f7d3cf6f59b58b53e285400f04a160 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
|
|
@@ -121,6 +121,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
|