]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: armada-385-linksys: bm pools by label order
authorRalph Sennhauser <ralph.sennhauser@gmail.com>
Sun, 21 May 2017 12:48:54 +0000 (14:48 +0200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Sat, 17 Jun 2017 06:16:46 +0000 (08:16 +0200)
Which pools we assing doesn't matter. Use the order which doesen't leave
a chance for questions for first time readers.

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/boot/dts/armada-385-linksys.dtsi

index b7f0a16e8a2e2f06a208a83ca5951d69a94355ab..932fca4d64c3d438a752d0a6bd75cd98c95f4b89 100644 (file)
        status = "okay";
        phy-mode = "rgmii-id";
        buffer-manager = <&bm>;
-       bm,pool-long = <2>;
-       bm,pool-short = <3>;
+       bm,pool-long = <0>;
+       bm,pool-short = <1>;
        fixed-link {
                speed = <1000>;
                full-duplex;
        status = "okay";
        phy-mode = "sgmii";
        buffer-manager = <&bm>;
-       bm,pool-long = <0>;
-       bm,pool-short = <1>;
+       bm,pool-long = <2>;
+       bm,pool-short = <3>;
        fixed-link {
                speed = <1000>;
                full-duplex;