Skip to content

Commit b97b94f

Browse files
ibirnbaumbillwatersiii
authored andcommitted
dts: xilinx: zynq7000: zynqmp: remove amba-ahb-dbus-width parameter
Remove the obsolete DT parameter "amba-ahb-dbus-width" from all GEM controller instance declarations for both the Zynq-7000 and the ZynqMP. 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 23d1865 commit b97b94f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

dts/arm/xilinx/zynq7000.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
mdio-phy-address = <XLNX_GEM_PHY_AUTO_DETECT>;
6262
phy-poll-interval = <1000>;
6363
link-speed = <XLNX_GEM_LINK_SPEED_100MBIT>;
64-
amba-ahb-dbus-width = <XLNX_GEM_AMBA_AHB_DBUS_WIDTH_32BIT>;
6564
amba-ahb-burst-length = <XLNX_GEM_AMBA_AHB_BURST_SINGLE>;
6665
hw-rx-buffer-size = <XLNX_GEM_HW_RX_BUFFER_SIZE_8KB>;
6766
hw-rx-buffer-offset = <0>;
@@ -88,7 +87,6 @@
8887
mdio-phy-address = <XLNX_GEM_PHY_AUTO_DETECT>;
8988
phy-poll-interval = <1000>;
9089
link-speed = <XLNX_GEM_LINK_SPEED_100MBIT>;
91-
amba-ahb-dbus-width = <XLNX_GEM_AMBA_AHB_DBUS_WIDTH_32BIT>;
9290
amba-ahb-burst-length = <XLNX_GEM_AMBA_AHB_BURST_SINGLE>;
9391
hw-rx-buffer-size = <XLNX_GEM_HW_RX_BUFFER_SIZE_8KB>;
9492
hw-rx-buffer-offset = <0>;

dts/arm/xilinx/zynqmp.dtsi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
mdio-phy-address = <XLNX_GEM_PHY_AUTO_DETECT>;
111111
phy-poll-interval = <1000>;
112112
link-speed = <XLNX_GEM_LINK_SPEED_100MBIT>;
113-
amba-ahb-dbus-width = <XLNX_GEM_AMBA_AHB_DBUS_WIDTH_32BIT>;
114113
amba-ahb-burst-length = <XLNX_GEM_AMBA_AHB_BURST_SINGLE>;
115114
hw-rx-buffer-size = <XLNX_GEM_HW_RX_BUFFER_SIZE_8KB>;
116115
hw-rx-buffer-offset = <0>;
@@ -137,7 +136,6 @@
137136
mdio-phy-address = <XLNX_GEM_PHY_AUTO_DETECT>;
138137
phy-poll-interval = <1000>;
139138
link-speed = <XLNX_GEM_LINK_SPEED_100MBIT>;
140-
amba-ahb-dbus-width = <XLNX_GEM_AMBA_AHB_DBUS_WIDTH_32BIT>;
141139
amba-ahb-burst-length = <XLNX_GEM_AMBA_AHB_BURST_SINGLE>;
142140
hw-rx-buffer-size = <XLNX_GEM_HW_RX_BUFFER_SIZE_8KB>;
143141
hw-rx-buffer-offset = <0>;
@@ -164,7 +162,6 @@
164162
mdio-phy-address = <XLNX_GEM_PHY_AUTO_DETECT>;
165163
phy-poll-interval = <1000>;
166164
link-speed = <XLNX_GEM_LINK_SPEED_100MBIT>;
167-
amba-ahb-dbus-width = <XLNX_GEM_AMBA_AHB_DBUS_WIDTH_32BIT>;
168165
amba-ahb-burst-length = <XLNX_GEM_AMBA_AHB_BURST_SINGLE>;
169166
hw-rx-buffer-size = <XLNX_GEM_HW_RX_BUFFER_SIZE_8KB>;
170167
hw-rx-buffer-offset = <0>;
@@ -191,7 +188,6 @@
191188
mdio-phy-address = <XLNX_GEM_PHY_AUTO_DETECT>;
192189
phy-poll-interval = <1000>;
193190
link-speed = <XLNX_GEM_LINK_SPEED_100MBIT>;
194-
amba-ahb-dbus-width = <XLNX_GEM_AMBA_AHB_DBUS_WIDTH_32BIT>;
195191
amba-ahb-burst-length = <XLNX_GEM_AMBA_AHB_BURST_SINGLE>;
196192
hw-rx-buffer-size = <XLNX_GEM_HW_RX_BUFFER_SIZE_8KB>;
197193
hw-rx-buffer-offset = <0>;

0 commit comments

Comments
 (0)