public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* FAILED: patch "[PATCH] ARM: dts: integrator: Tag PCI host with device_type" failed to apply to 6.0-stable tree
@ 2022-10-16  7:35 gregkh
  0 siblings, 0 replies; only message in thread
From: gregkh @ 2022-10-16  7:35 UTC (permalink / raw)
  To: linus.walleij, arnd; +Cc: stable


The patch below does not apply to the 6.0-stable tree.
If someone wants it applied there, or to any other stable or longterm
tree, then please email the backport, including the original git commit
id to <stable@vger.kernel.org>.

Possible dependencies:

9d88bf08e46d ("ARM: dts: integrator: Tag PCI host with device_type")

thanks,

greg k-h

------------------ original commit in Linus's tree ------------------

From 9d88bf08e46dc2d2975ef87877445a924a04a0a7 Mon Sep 17 00:00:00 2001
From: Linus Walleij <linus.walleij@linaro.org>
Date: Mon, 19 Sep 2022 11:26:08 +0200
Subject: [PATCH] ARM: dts: integrator: Tag PCI host with device_type

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.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20220919092608.813511-1-linus.walleij@linaro.org'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

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>;


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-16  7:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-16  7:35 FAILED: patch "[PATCH] ARM: dts: integrator: Tag PCI host with device_type" failed to apply to 6.0-stable tree gregkh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox