staging: mt7621-dts: remove 'bug-range' property
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Thu, 6 May 2021 17:07:41 +0000 (19:07 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 May 2021 12:34:59 +0000 (14:34 +0200)
Property 'bus-range' when values are the default are
not necessary to be defined. Hence, remove all of them.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20210506170742.28196-2-sergio.paracuellos@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-dts/mt7621.dtsi

index 5623d542bcf2b556fc8f1a9052ee23969e435ffc..466c1ccb7f8e4609094ef490f4c1ae60edd526af 100644 (file)
 
                device_type = "pci";
 
-               bus-range = <0 255>;
                ranges = <0x02000000 0 0x00000000 0x60000000 0 0x10000000>, /* pci memory */
                         <0x01000000 0 0x00000000 0x1e160000 0 0x00010000>; /* io space */
 
                        interrupt-map-mask = <0 0 0 0>;
                        interrupt-map = <0 0 0 0 &gic GIC_SHARED 4 IRQ_TYPE_LEVEL_HIGH>;
                        ranges;
-                       bus-range = <0x00 0xff>;
                };
 
                pcie@1,0 {
                        interrupt-map-mask = <0 0 0 0>;
                        interrupt-map = <0 0 0 0 &gic GIC_SHARED 24 IRQ_TYPE_LEVEL_HIGH>;
                        ranges;
-                       bus-range = <0x00 0xff>;
                };
 
                pcie@2,0 {
                        interrupt-map-mask = <0 0 0 0>;
                        interrupt-map = <0 0 0 0 &gic GIC_SHARED 25 IRQ_TYPE_LEVEL_HIGH>;
                        ranges;
-                       bus-range = <0x00 0xff>;
                };
        };