diff mbox series

arm64: dts: rockchip: fix: PCI reg address is not configuration space

Message ID 20210918164153.207146-1-tomm.merciai@gmail.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: rockchip: fix: PCI reg address is not configuration space | expand

Commit Message

Tommaso Merciai Sept. 18, 2021, 4:41 p.m. UTC
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(-)

Comments

Heiko Stuebner Sept. 20, 2021, 2:28 p.m. UTC | #1
On Sat, 18 Sep 2021 18:41:51 +0200, Tommaso Merciai wrote:
> Warning (pci_device_reg): /pcie@f8000000/pcie@0,0:reg: PCI reg address is not configuration space

Applied, thanks!

[1/1] arm64: dts: rockchip: fix: PCI reg address is not configuration space
      commit: d146198a858ac54653be6d90e3282a7f788c1960

Best regards,
Heiko Stuebner Sept. 20, 2021, 2:32 p.m. UTC | #2
Am Samstag, 18. September 2021, 18:41:51 CEST schrieb Tommaso Merciai:
> 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>

applied for 5.16

thanks
Heiko
Tommaso Merciai Sept. 24, 2021, 7:49 p.m. UTC | #3
On Mon, Sep 20, 2021 at 04:28:48PM +0200, Heiko Stuebner wrote:
> On Sat, 18 Sep 2021 18:41:51 +0200, Tommaso Merciai wrote:
> > Warning (pci_device_reg): /pcie@f8000000/pcie@0,0:reg: PCI reg address is not configuration space
> 
> Applied, thanks!

  Hi Heiko,
  It's a pleasure. If you need an help on other stuff let me know.
  
  Regards.
  Tommaso Merciai
> 
> [1/1] arm64: dts: rockchip: fix: PCI reg address is not configuration space
>       commit: d146198a858ac54653be6d90e3282a7f788c1960
> 
> Best regards,
> -- 
> Heiko Stuebner <heiko@sntech.de>
diff mbox series

Patch

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;