Skip to content

Commit 23d1865

Browse files
ibirnbaumbillwatersiii
authored andcommitted
dts: bindings: remove AMBA AHB bus width parameter from xlnx,gem binding
This parameter no longer needs to be configured at the SoC level in the declarations of the GEM controller instances (used to require different values for the Zynq-7000 and the ZynqMP) as the value matching the current target SoC is now being read at run-time from a design configuration register. Signed-off-by: Immo Birnbaum <[email protected]>
1 parent 2cb6364 commit 23d1865

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

dts/bindings/ethernet/xlnx,gem.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,6 @@ properties:
109109
ists within the current system setup that triggers the transmission
110110
of packets from within the context of the system work queue!
111111
112-
amba-ahb-dbus-width:
113-
type: int
114-
required: true
115-
description: AMBA AHB data bus width.
116-
enum:
117-
- 0
118-
- 1
119-
- 2
120-
121112
amba-ahb-burst-length:
122113
type: int
123114
required: true

include/zephyr/dt-bindings/ethernet/xlnx_gem.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@
3939
#define XLNX_GEM_LINK_SPEED_100MBIT 2
4040
#define XLNX_GEM_LINK_SPEED_1GBIT 3
4141

42-
/* AMBA AHB data bus width */
43-
#define XLNX_GEM_AMBA_AHB_DBUS_WIDTH_32BIT 0
44-
#define XLNX_GEM_AMBA_AHB_DBUS_WIDTH_64BIT 1
45-
#define XLNX_GEM_AMBA_AHB_DBUS_WIDTH_128BIT 2
46-
4742
/* AMBA AHB burst length */
4843
#define XLNX_GEM_AMBA_AHB_BURST_SINGLE 1
4944
#define XLNX_GEM_AMBA_AHB_BURST_INCR4 4

0 commit comments

Comments
 (0)