diff mbox series

ARM: dts: integrator: Tag PCI host with device_type

Message ID 20220919092608.813511-1-linus.walleij@linaro.org (mailing list archive)
State Accepted
Commit 4952aa696a9f221c5e34e5961e02fca41ef67ad6
Headers show
Series ARM: dts: integrator: Tag PCI host with device_type | expand

Commit Message

Linus Walleij Sept. 19, 2022, 9:26 a.m. UTC
The DT parser is dependent on the PCI device being tagged as
device_type = "pci" in order to parse memory ranges properly.
Fix this up.

Cc: stable@vger.kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
ARM SoC folks: please apply this directly for fixes.
---
 arch/arm/boot/dts/integratorap.dts | 1 +
 1 file changed, 1 insertion(+)

Comments

patchwork-bot+linux-soc@kernel.org Sept. 23, 2022, 2:51 p.m. UTC | #1
Hello:

This patch was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Mon, 19 Sep 2022 11:26:08 +0200 you wrote:
> The DT parser is dependent on the PCI device being tagged as
> device_type = "pci" in order to parse memory ranges properly.
> Fix this up.
> 
> Cc: stable@vger.kernel.org
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> 
> [...]

Here is the summary with links:
  - ARM: dts: integrator: Tag PCI host with device_type
    https://git.kernel.org/soc/soc/c/4952aa696a9f

You are awesome, thank you!
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/integratorap.dts b/arch/arm/boot/dts/integratorap.dts
index 9b652cc27b14..c983435ed492 100644
--- a/arch/arm/boot/dts/integratorap.dts
+++ b/arch/arm/boot/dts/integratorap.dts
@@ -160,6 +160,7 @@  pic: pic@14000000 {
 
 	pci: pciv3@62000000 {
 		compatible = "arm,integrator-ap-pci", "v3,v360epc-pci";
+		device_type = "pci";
 		#interrupt-cells = <1>;
 		#size-cells = <2>;
 		#address-cells = <3>;