arm64: dts: ls1043a: use pcie aer/pme interrupts
authorLi Yang <leoyang.li@nxp.com>
Wed, 14 Sep 2022 21:46:55 +0000 (16:46 -0500)
committerShawn Guo <shawnguo@kernel.org>
Sat, 17 Sep 2022 08:35:22 +0000 (16:35 +0800)
After the binding has been updated to include more specific interrupt
definition, update the dts to use the more specific interrupt names.

Signed-off-by: Po Liu <po.liu@nxp.com>
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@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-ls1043a.dtsi

index 3ba66b18de35d49cae0025bca4d07cc95d800277..d04d4ac66d2aaa92938d1b6a9dcf43efbaad9247 100644 (file)
                        reg = <0x00 0x03400000 0x0 0x00100000>, /* controller registers */
                              <0x40 0x00000000 0x0 0x00002000>; /* configuration space */
                        reg-names = "regs", "config";
-                       interrupts = <0 118 0x4>, /* controller interrupt */
-                                    <0 117 0x4>; /* PME interrupt */
-                       interrupt-names = "intr", "pme";
+                       interrupts = <0 117 IRQ_TYPE_LEVEL_HIGH>,
+                                    <0 118 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupt-names = "pme", "aer";
                        #address-cells = <3>;
                        #size-cells = <2>;
                        device_type = "pci";
                        reg = <0x00 0x03500000 0x0 0x00100000>, /* controller registers */
                              <0x48 0x00000000 0x0 0x00002000>; /* configuration space */
                        reg-names = "regs", "config";
-                       interrupts = <0 128 0x4>,
-                                    <0 127 0x4>;
-                       interrupt-names = "intr", "pme";
+                       interrupts = <0 127 IRQ_TYPE_LEVEL_HIGH>,
+                                    <0 128 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupt-names = "pme", "aer";
                        #address-cells = <3>;
                        #size-cells = <2>;
                        device_type = "pci";
                        reg = <0x00 0x03600000 0x0 0x00100000>, /* controller registers */
                              <0x50 0x00000000 0x0 0x00002000>; /* configuration space */
                        reg-names = "regs", "config";
-                       interrupts = <0 162 0x4>,
-                                    <0 161 0x4>;
-                       interrupt-names = "intr", "pme";
+                       interrupts = <0 161 IRQ_TYPE_LEVEL_HIGH>,
+                                    <0 162 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupt-names = "pme", "aer";
                        #address-cells = <3>;
                        #size-cells = <2>;
                        device_type = "pci";