]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: imx95: Fix MSI mapping for PCIe endpoint nodes
authorFrank Li <Frank.Li@nxp.com>
Fri, 17 Oct 2025 20:39:46 +0000 (16:39 -0400)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Oct 2025 06:46:19 +0000 (14:46 +0800)
The msi-map property was incorrectly applied to pcie0-ep instead of
pcie1-ep. Correct the msi-map for both pcie0-ep and pcie1-ep nodes.

Fixes: bbe4b2f7d6533 ("arm64: dts: imx95: Add msi-map for pci-ep device")
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx95.dtsi

index 1292677cbe4eb8c5f3ec2874a17ad6efd0111192..6da961eb3fe5cc73f94fd8194afe98d6d9c369d1 100644 (file)
                        assigned-clock-rates = <3600000000>, <100000000>, <10000000>;
                        assigned-clock-parents = <0>, <0>,
                                                 <&scmi_clk IMX95_CLK_SYSPLL1_PFD1_DIV2>;
-                       msi-map = <0x0 &its 0x98 0x1>;
+                       msi-map = <0x0 &its 0x10 0x1>;
                        power-domains = <&scmi_devpd IMX95_PD_HSIO_TOP>;
                        status = "disabled";
                };
                        assigned-clock-rates = <3600000000>, <100000000>, <10000000>;
                        assigned-clock-parents = <0>, <0>,
                                                 <&scmi_clk IMX95_CLK_SYSPLL1_PFD1_DIV2>;
+                       msi-map = <0x0 &its 0x98 0x1>;
                        power-domains = <&scmi_devpd IMX95_PD_HSIO_TOP>;
                        status = "disabled";
                };