powerpc: dts: fsl: Drop obsolete fsl,rx-bit-map and fsl,tx-bit-map properties
authorClaudiu Manoil <claudiu.manoil@nxp.com>
Fri, 16 Apr 2021 17:11:23 +0000 (20:11 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Apr 2021 22:46:15 +0000 (15:46 -0700)
These are very old properties that were used by the "gianfar" ethernet
driver.  They don't have documented bindings and are obsolete.

Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/powerpc/boot/dts/fsl/bsc9131si-post.dtsi
arch/powerpc/boot/dts/fsl/bsc9132si-post.dtsi
arch/powerpc/boot/dts/fsl/c293si-post.dtsi
arch/powerpc/boot/dts/fsl/p1010si-post.dtsi

index 0c0efa94cfb4e958473c671f6dd6c64d6707bc55..2a677fd323ebea75f2ae8e6585dee1bef3a6d6d8 100644 (file)
@@ -170,8 +170,6 @@ timer@41100 {
 /include/ "pq3-etsec2-0.dtsi"
 enet0: ethernet@b0000 {
        queue-group@b0000 {
-               fsl,rx-bit-map = <0xff>;
-               fsl,tx-bit-map = <0xff>;
                interrupts = <26 2 0 0 27 2 0 0 28 2 0 0>;
        };
 };
@@ -179,8 +177,6 @@ enet0: ethernet@b0000 {
 /include/ "pq3-etsec2-1.dtsi"
 enet1: ethernet@b1000 {
        queue-group@b1000 {
-               fsl,rx-bit-map = <0xff>;
-               fsl,tx-bit-map = <0xff>;
                interrupts = <33 2 0 0 34 2 0 0 35 2 0 0>;
        };
 };
index b5f071574e831afb112b48ca973ce6b37f11812b..b8e0edd1ac69a146b93a2049141345fc4be88f76 100644 (file)
@@ -190,8 +190,6 @@ crypto@30000 {
 /include/ "pq3-etsec2-0.dtsi"
 enet0: ethernet@b0000 {
        queue-group@b0000 {
-               fsl,rx-bit-map = <0xff>;
-               fsl,tx-bit-map = <0xff>;
                interrupts = <26 2 0 0 27 2 0 0 28 2 0 0>;
        };
 };
@@ -199,8 +197,6 @@ enet0: ethernet@b0000 {
 /include/ "pq3-etsec2-1.dtsi"
 enet1: ethernet@b1000 {
        queue-group@b1000 {
-               fsl,rx-bit-map = <0xff>;
-               fsl,tx-bit-map = <0xff>;
                interrupts = <33 2 0 0 34 2 0 0 35 2 0 0>;
        };
 };
index bd208320bff5e15f6b1bf60aeaaccf1d928b4293..bec0fc36849dd519d4ec2cf78585fcc406c20b5a 100644 (file)
        enet0: ethernet@b0000 {
                queue-group@b0000 {
                        reg = <0x10000 0x1000>;
-                       fsl,rx-bit-map = <0xff>;
-                       fsl,tx-bit-map = <0xff>;
                };
        };
 
        enet1: ethernet@b1000 {
                queue-group@b1000 {
                        reg = <0x11000 0x1000>;
-                       fsl,rx-bit-map = <0xff>;
-                       fsl,tx-bit-map = <0xff>;
                };
        };
 
index 1b4aafc1f6a27bbaaa4bf3c8ceeffa71e76cc8db..c2717f31925a20cce778340c6c10d8bd216ea633 100644 (file)
 /include/ "pq3-mpic-timer-B.dtsi"
 
 /include/ "pq3-etsec2-0.dtsi"
-       enet0: ethernet@b0000 {
-               queue-group@b0000 {
-                       fsl,rx-bit-map = <0xff>;
-                       fsl,tx-bit-map = <0xff>;
-               };
-       };
-
 /include/ "pq3-etsec2-1.dtsi"
-       enet1: ethernet@b1000 {
-               queue-group@b1000 {
-                       fsl,rx-bit-map = <0xff>;
-                       fsl,tx-bit-map = <0xff>;
-               };
-       };
-
 /include/ "pq3-etsec2-2.dtsi"
-       enet2: ethernet@b2000 {
-               queue-group@b2000 {
-                       fsl,rx-bit-map = <0xff>;
-                       fsl,tx-bit-map = <0xff>;
-               };
-
-       };
 
        global-utilities@e0000 {
                compatible = "fsl,p1010-guts";