From da55758cc58a2e6f0570eacd4bb9c2d4792572a6 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Wed, 17 Feb 2021 05:53:32 +0100 Subject: 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 --- target/linux/ath79/dts/ar724x.dtsi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/ath79/dts/ar724x.dtsi') diff --git a/target/linux/ath79/dts/ar724x.dtsi b/target/linux/ath79/dts/ar724x.dtsi index e9daae0678..a078712e01 100644 --- a/target/linux/ath79/dts/ar724x.dtsi +++ b/target/linux/ath79/dts/ar724x.dtsi @@ -133,6 +133,8 @@ resets = <&rst 6>, <&rst 7>; reset-names = "hc", "phy"; + device_type = "pci"; + interrupt-controller; #interrupt-cells = <1>; -- cgit v1.2.3