diff options
author | David Bauer <mail@david-bauer.net> | 2021-02-17 05:53:32 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-02-20 01:26:14 +0100 |
commit | da55758cc58a2e6f0570eacd4bb9c2d4792572a6 (patch) | |
tree | 19e65acec9e792ed958be5105a6405054b54571b /target/linux/ath79/dts/qca953x.dtsi | |
parent | 3832403771f3319f2c95a9a084e0c3d46b7ee929 (diff) | |
download | upstream-da55758cc58a2e6f0570eacd4bb9c2d4792572a6.tar.gz upstream-da55758cc58a2e6f0570eacd4bb9c2d4792572a6.tar.bz2 upstream-da55758cc58a2e6f0570eacd4bb9c2d4792572a6.zip |
ath79: specify device-type for PCI controllers
Specify the device_type property for PCI as well as PCIe controllers.
Otherwise, the PCI range parser will not be selected when using kernel
5.10.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ath79/dts/qca953x.dtsi')
-rw-r--r-- | target/linux/ath79/dts/qca953x.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca953x.dtsi b/target/linux/ath79/dts/qca953x.dtsi index 1c2c1350f7..1a64b01300 100644 --- a/target/linux/ath79/dts/qca953x.dtsi +++ b/target/linux/ath79/dts/qca953x.dtsi @@ -164,6 +164,8 @@ interrupt-parent = <&intc2>; interrupts = <1>; + device_type = "pci"; + resets = <&rst 6>, <&rst 7>; reset-names = "hc", "phy"; |