Commit 1eb42bac authored by Frank Li's avatar Frank Li Committed by Shawn Guo
Browse files

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: bbe4b2f7 ("arm64: dts: imx95: Add msi-map for pci-ep device")
Signed-off-by: default avatarFrank Li <Frank.Li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent ec4daace
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1886,7 +1886,7 @@ pcie0_ep: pcie-ep@4c300000 {
			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";
		};
@@ -1963,6 +1963,7 @@ pcie1_ep: pcie-ep@4c380000 {
			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";
		};