Skip to content

Commit 293fdc2

Browse files
gclementdavem330
authored andcommitted
ARM: dts: armada-xp-openblocks-ax3-4: Add BM support
Allow Openblock AX3 using hardware buffer management with mvneta. Signed-off-by: Gregory CLEMENT <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 9dd7a57 commit 293fdc2

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000
6868
MBUS_ID(0x01, 0x2f) 0 0 0xf0000000 0x8000000
6969
MBUS_ID(0x09, 0x09) 0 0 0xf8100000 0x10000
70-
MBUS_ID(0x09, 0x05) 0 0 0xf8110000 0x10000>;
70+
MBUS_ID(0x09, 0x05) 0 0 0xf8110000 0x10000
71+
MBUS_ID(0x0c, 0x04) 0 0 0xd1200000 0x100000>;
7172

7273
devbus-bootcs {
7374
status = "okay";
@@ -176,21 +177,29 @@
176177
status = "okay";
177178
phy = <&phy0>;
178179
phy-mode = "sgmii";
180+
buffer-manager = <&bm>;
181+
bm,pool-long = <0>;
179182
};
180183
ethernet@74000 {
181184
status = "okay";
182185
phy = <&phy1>;
183186
phy-mode = "sgmii";
187+
buffer-manager = <&bm>;
188+
bm,pool-long = <1>;
184189
};
185190
ethernet@30000 {
186191
status = "okay";
187192
phy = <&phy2>;
188193
phy-mode = "sgmii";
194+
buffer-manager = <&bm>;
195+
bm,pool-long = <2>;
189196
};
190197
ethernet@34000 {
191198
status = "okay";
192199
phy = <&phy3>;
193200
phy-mode = "sgmii";
201+
buffer-manager = <&bm>;
202+
bm,pool-long = <3>;
194203
};
195204
i2c@11000 {
196205
status = "okay";
@@ -219,6 +228,14 @@
219228
usb@51000 {
220229
status = "okay";
221230
};
231+
232+
bm@c0000 {
233+
status = "okay";
234+
};
235+
};
236+
237+
bm-bppi {
238+
status = "okay";
222239
};
223240
};
224241
};

0 commit comments

Comments
 (0)