diff options
author | Sergio Paracuellos <sergio.paracuellos@gmail.com> | 2021-05-06 19:07:41 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2021-11-06 23:36:32 +0100 |
commit | 82f9d5ad0b17e7bc1afa35fc8fdb69154136c25d (patch) | |
tree | 4bc5bfc8e360f0e2cedb6180630f95c5810fadbb /target/linux/ramips/dts/mt7621.dtsi | |
parent | e04130fc17fcabd7d2fa224de612bce11ab227c8 (diff) | |
download | upstream-82f9d5ad0b17e7bc1afa35fc8fdb69154136c25d.tar.gz upstream-82f9d5ad0b17e7bc1afa35fc8fdb69154136c25d.tar.bz2 upstream-82f9d5ad0b17e7bc1afa35fc8fdb69154136c25d.zip |
ramips: mt7621-dts: remove 'bug-range' property
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>
Diffstat (limited to 'target/linux/ramips/dts/mt7621.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7621.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi index bcbc8d5899..f9d719cf52 100644 --- a/target/linux/ramips/dts/mt7621.dtsi +++ b/target/linux/ramips/dts/mt7621.dtsi @@ -553,7 +553,6 @@ device_type = "pci"; - bus-range = <0 255>; ranges = < 0x02000000 0 0x00000000 0x60000000 0 0x10000000 /* pci memory */ 0x01000000 0 0x00000000 0x1e160000 0 0x00010000 /* io space */ @@ -580,7 +579,6 @@ #address-cells = <3>; #size-cells = <2>; ranges; - bus-range = <0x00 0xff>; }; pcie1: pcie@1,0 { @@ -588,7 +586,6 @@ #address-cells = <3>; #size-cells = <2>; ranges; - bus-range = <0x00 0xff>; }; pcie2: pcie@2,0 { @@ -596,7 +593,6 @@ #address-cells = <3>; #size-cells = <2>; ranges; - bus-range = <0x00 0xff>; }; }; |