Commit a323e6b5 authored by Jensen Huang's avatar Jensen Huang Committed by Heiko Stuebner

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: default avatarJensen Huang <jensenhuang@friendlyarm.com>
Link: https://lore.kernel.org/r/20230113064457.7105-1-jensenhuang@friendlyarm.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 6f515b66
...@@ -966,6 +966,7 @@ pcie2x1: pcie@fe260000 { ...@@ -966,6 +966,7 @@ pcie2x1: pcie@fe260000 {
clock-names = "aclk_mst", "aclk_slv", clock-names = "aclk_mst", "aclk_slv",
"aclk_dbi", "pclk", "aux"; "aclk_dbi", "pclk", "aux";
device_type = "pci"; device_type = "pci";
#interrupt-cells = <1>;
interrupt-map-mask = <0 0 0 7>; interrupt-map-mask = <0 0 0 7>;
interrupt-map = <0 0 0 1 &pcie_intc 0>, interrupt-map = <0 0 0 1 &pcie_intc 0>,
<0 0 0 2 &pcie_intc 1>, <0 0 0 2 &pcie_intc 1>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment