Skip to content
Snippets Groups Projects
Commit 82f9d5ad authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Christian Lamparter
Browse files

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: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20210506170742.28196-2-sergio.paracuellos@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e04130fc
No related branches found
No related tags found
No related merge requests found
...@@ -553,7 +553,6 @@ ...@@ -553,7 +553,6 @@
device_type = "pci"; device_type = "pci";
bus-range = <0 255>;
ranges = < ranges = <
0x02000000 0 0x00000000 0x60000000 0 0x10000000 /* pci memory */ 0x02000000 0 0x00000000 0x60000000 0 0x10000000 /* pci memory */
0x01000000 0 0x00000000 0x1e160000 0 0x00010000 /* io space */ 0x01000000 0 0x00000000 0x1e160000 0 0x00010000 /* io space */
...@@ -580,7 +579,6 @@ ...@@ -580,7 +579,6 @@
#address-cells = <3>; #address-cells = <3>;
#size-cells = <2>; #size-cells = <2>;
ranges; ranges;
bus-range = <0x00 0xff>;
}; };
pcie1: pcie@1,0 { pcie1: pcie@1,0 {
...@@ -588,7 +586,6 @@ ...@@ -588,7 +586,6 @@
#address-cells = <3>; #address-cells = <3>;
#size-cells = <2>; #size-cells = <2>;
ranges; ranges;
bus-range = <0x00 0xff>;
}; };
pcie2: pcie@2,0 { pcie2: pcie@2,0 {
...@@ -596,7 +593,6 @@ ...@@ -596,7 +593,6 @@
#address-cells = <3>; #address-cells = <3>;
#size-cells = <2>; #size-cells = <2>;
ranges; ranges;
bus-range = <0x00 0xff>;
}; };
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment