Skip to content

Commit a323e6b

Browse files
911gt3mmind
authored andcommitted
arm64: dts: rockchip: add missing #interrupt-cells to rk356x pcie2x1
This fixes the following issue: pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22 Signed-off-by: Jensen Huang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 6f515b6 commit a323e6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/rockchip/rk356x.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,7 @@
966966
clock-names = "aclk_mst", "aclk_slv",
967967
"aclk_dbi", "pclk", "aux";
968968
device_type = "pci";
969+
#interrupt-cells = <1>;
969970
interrupt-map-mask = <0 0 0 7>;
970971
interrupt-map = <0 0 0 1 &pcie_intc 0>,
971972
<0 0 0 2 &pcie_intc 1>,

0 commit comments

Comments
 (0)