projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82f9d5a
)
ramips: mt7621-dts: add missing device_type in pcie root ports
author
Sergio Paracuellos
<
[email protected]
>
Thu, 6 May 2021 17:07:42 +0000
(19:07 +0200)
committer
Christian Lamparter
<
[email protected]
>
Sat, 6 Nov 2021 22:36:32 +0000
(23:36 +0100)
According to the YAML schema 'pci-bus.yaml' the 'device_type'
property is mandatory for all pcie root ports. Hence add it.
Signed-off-by: Sergio Paracuellos <
[email protected]
>
Link:
https://lore.kernel.org/r/
[email protected]
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
target/linux/ramips/dts/mt7621.dtsi
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/mt7621.dtsi
b/target/linux/ramips/dts/mt7621.dtsi
index f9d719cf522f160a97d9c6cb4ba0d9705641e409..d1c4756cecb9ffc80e7083c556c60152c92fca79 100644
(file)
--- a/
target/linux/ramips/dts/mt7621.dtsi
+++ b/
target/linux/ramips/dts/mt7621.dtsi
@@
-578,6
+578,7
@@
reg = <0x0000 0 0 0 0>;
#address-cells = <3>;
#size-cells = <2>;
+ device_type = "pci";
ranges;
};
@@
-585,6
+586,7
@@
reg = <0x0800 0 0 0 0>;
#address-cells = <3>;
#size-cells = <2>;
+ device_type = "pci";
ranges;
};
@@
-592,6
+594,7
@@
reg = <0x1000 0 0 0 0>;
#address-cells = <3>;
#size-cells = <2>;
+ device_type = "pci";
ranges;
};
};