arm64: dts: rockchip: add missing #interrupt-cells to rk356x pcie2x1
authorJensen Huang <jensenhuang@friendlyarm.com>
Fri, 13 Jan 2023 06:44:57 +0000 (14:44 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 15 Jan 2023 14:43:46 +0000 (15:43 +0100)
This fixes the following issue:
  pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22

Signed-off-by: Jensen Huang <jensenhuang@friendlyarm.com>
Link: https://lore.kernel.org/r/20230113064457.7105-1-jensenhuang@friendlyarm.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk356x.dtsi

index 5706c3e24f0a090e8003496c519bd27d5aad1c20..c27f1c7f072dae97e862294442a440619b4952ce 100644 (file)
                clock-names = "aclk_mst", "aclk_slv",
                              "aclk_dbi", "pclk", "aux";
                device_type = "pci";
+               #interrupt-cells = <1>;
                interrupt-map-mask = <0 0 0 7>;
                interrupt-map = <0 0 0 1 &pcie_intc 0>,
                                <0 0 0 2 &pcie_intc 1>,