devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: rockchip: fix: PCI reg address is not configuration space
@ 2021-09-18 16:41 Tommaso Merciai
  2021-09-20 14:28 ` Heiko Stuebner
  2021-09-20 14:32 ` Heiko Stuebner
  0 siblings, 2 replies; 4+ messages in thread
From: Tommaso Merciai @ 2021-09-18 16:41 UTC (permalink / raw)
  Cc: tomm.merciai, Rob Herring, Heiko Stuebner, Johan Jonker,
	devicetree, linux-arm-kernel, linux-rockchip, linux-kernel

Warning (pci_device_reg): /pcie@f8000000/pcie@0,0:reg: PCI reg address is not configuration space

Signed-off-by: Tommaso Merciai <tomm.merciai@gmail.com>
---
 arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi
index c1bcc8ca3769..799580314c1a 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi
@@ -461,7 +461,7 @@ &pcie0 {
 	vpcie0v9-supply = <&pp900_pcie>;
 
 	pci_rootport: pcie@0,0 {
-		reg = <0x83000000 0x0 0x00000000 0x0 0x00000000>;
+		reg = <0x0000 0 0 0 0>;
 		#address-cells = <3>;
 		#size-cells = <2>;
 		ranges;
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-24 19:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-18 16:41 [PATCH] arm64: dts: rockchip: fix: PCI reg address is not configuration space Tommaso Merciai
2021-09-20 14:28 ` Heiko Stuebner
2021-09-24 19:49   ` Tommaso Merciai
2021-09-20 14:32 ` Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).