]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
arm64: dts: rockchip: Fix PCIe DT properties on rk3399
authorMarc Zyngier <maz@kernel.org>
Sat, 15 Aug 2020 12:51:12 +0000 (13:51 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 9 Jan 2021 14:26:50 +0000 (15:26 +0100)
commit43f20b1c6140896916f4e91aacc166830a7ba849
tree5cc1a52fb953359c754e5e93f8fac729fe07acff
parent642fb2795290c4abe629ca34fb8ff6d78baa9fd3
arm64: dts: rockchip: Fix PCIe DT properties on rk3399

It recently became apparent that the lack of a 'device_type = "pci"'
in the PCIe root complex node for rk3399 is a violation of the PCI
binding, as documented in IEEE Std 1275-1994. Changes to the kernel's
parsing of the DT made such violation fatal, as drivers cannot
probe the controller anymore.

Add the missing property makes the PCIe node compliant. While we
are at it, drop the pointless linux,pci-domain property, which only
makes sense when there are multiple host bridges.

Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200815125112.462652-3-maz@kernel.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399.dtsi