aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
diff options
context:
space:
mode:
authorSergio Paracuellos <sergio.paracuellos@gmail.com>2021-05-06 19:07:42 +0200
committerChristian Lamparter <chunkeey@gmail.com>2021-11-06 23:36:32 +0100
commit2bc659ee07fa06b82a6272185865cac29819c254 (patch)
tree630e58a126bbe109488142a8202a841cc7c4a998 /target/linux/ramips
parent82f9d5ad0b17e7bc1afa35fc8fdb69154136c25d (diff)
downloadupstream-2bc659ee07fa06b82a6272185865cac29819c254.tar.gz
upstream-2bc659ee07fa06b82a6272185865cac29819c254.tar.bz2
upstream-2bc659ee07fa06b82a6272185865cac29819c254.zip
ramips: mt7621-dts: add missing device_type in pcie root ports
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 <sergio.paracuellos@gmail.com> Link: https://lore.kernel.org/r/20210506170742.28196-3-sergio.paracuellos@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r--target/linux/ramips/dts/mt7621.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi
index f9d719cf52..d1c4756cec 100644
--- 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;
};
};