mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
arm64: dts: rockchip: add linux,pci-domain for PCIe
We need this to ask PCIe bus allocater to always assign 0 to our root bus isntead of increasing it , otherwise the hierarchy would be wrong if we unbind and bind the root port. Change-Id: I4ada61c89e617c7bccd92c5f9fa3334cae40603e Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
@@ -1200,6 +1200,7 @@
|
||||
"hclk", "pm";
|
||||
bus-range = <0x0 0x1>;
|
||||
max-link-speed = <1>;
|
||||
linux,pci-domain = <0>;
|
||||
msi-map = <0x0 &its 0x0 0x1000>;
|
||||
interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH 0>,
|
||||
<GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH 0>,
|
||||
|
||||
Reference in New Issue
Block a user