arm64: dts: ls1046a: Add the PME interrupt and big-endian to PCIe EP nodes
authorXiaowei Bao <xiaowei.bao@nxp.com>
Thu, 15 Sep 2022 23:34:25 +0000 (18:34 -0500)
committerShawn Guo <shawnguo@kernel.org>
Sat, 17 Sep 2022 08:35:24 +0000 (16:35 +0800)
Add the PME interrupt porperty and big-endian property in PCIe EP nodes.

Signed-off-by: Xiaowei Bao <xiaowei.bao@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi

index ddae3cb0a977e0f051c234b2ee78b8d10d28fba5..8002d83b341bbb96a6953a586ffd77f2791ec707 100644 (file)
                        reg = <0x00 0x03400000 0x0 0x00100000>,
                              <0x40 0x00000000 0x8 0x00000000>;
                        reg-names = "regs", "addr_space";
+                       interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupt-names = "pme";
                        num-ib-windows = <6>;
                        num-ob-windows = <8>;
+                       big-endian;
                        status = "disabled";
                };
 
                        reg = <0x00 0x03500000 0x0 0x00100000>,
                              <0x48 0x00000000 0x8 0x00000000>;
                        reg-names = "regs", "addr_space";
+                       interrupts = <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupt-names = "pme";
                        num-ib-windows = <6>;
                        num-ob-windows = <8>;
+                       big-endian;
                        status = "disabled";
                };
 
                        reg = <0x00 0x03600000 0x0 0x00100000>,
                              <0x50 0x00000000 0x8 0x00000000>;
                        reg-names = "regs", "addr_space";
+                       interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupt-names = "pme";
                        num-ib-windows = <6>;
                        num-ob-windows = <8>;
+                       big-endian;
                        status = "disabled";
                };