Skip to content

Commit 1eb42ba

Browse files
nxpfrankliShawn Guo
authored andcommitted
arm64: dts: imx95: Fix MSI mapping for PCIe endpoint nodes
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: bbe4b2f ("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>
1 parent ec4daac commit 1eb42ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

arch/arm64/boot/dts/freescale/imx95.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,7 @@
18861886
assigned-clock-rates = <3600000000>, <100000000>, <10000000>;
18871887
assigned-clock-parents = <0>, <0>,
18881888
<&scmi_clk IMX95_CLK_SYSPLL1_PFD1_DIV2>;
1889-
msi-map = <0x0 &its 0x98 0x1>;
1889+
msi-map = <0x0 &its 0x10 0x1>;
18901890
power-domains = <&scmi_devpd IMX95_PD_HSIO_TOP>;
18911891
status = "disabled";
18921892
};
@@ -1963,6 +1963,7 @@
19631963
assigned-clock-rates = <3600000000>, <100000000>, <10000000>;
19641964
assigned-clock-parents = <0>, <0>,
19651965
<&scmi_clk IMX95_CLK_SYSPLL1_PFD1_DIV2>;
1966+
msi-map = <0x0 &its 0x98 0x1>;
19661967
power-domains = <&scmi_devpd IMX95_PD_HSIO_TOP>;
19671968
status = "disabled";
19681969
};

0 commit comments

Comments
 (0)