From 654e43e781dc195f696ea8fbf6fa8042f48f9150 Mon Sep 17 00:00:00 2001 From: Heiko Stuebner Date: Sun, 10 Dec 2023 16:58:38 +0800 Subject: [PATCH] rockchip: fix rk356x pcie msg interrupt name The expected name by the binding at this position is "msg" and the SoC's manual also calls the interrupt in question "msg", so fix the rk356x dtsi to use the correct name. Signed-off-by: Heiko Stuebner Signed-off-by: Tianling Shen --- .../files-5.15/arch/arm64/boot/dts/rockchip/rk356x.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/rockchip/files-5.15/arch/arm64/boot/dts/rockchip/rk356x.dtsi b/target/linux/rockchip/files-5.15/arch/arm64/boot/dts/rockchip/rk356x.dtsi index 319981c3e9..4687a42c6a 100644 --- a/target/linux/rockchip/files-5.15/arch/arm64/boot/dts/rockchip/rk356x.dtsi +++ b/target/linux/rockchip/files-5.15/arch/arm64/boot/dts/rockchip/rk356x.dtsi @@ -862,7 +862,7 @@ , , ; - interrupt-names = "sys", "pmc", "msi", "legacy", "err"; + interrupt-names = "sys", "pmc", "msg", "legacy", "err"; bus-range = <0x0 0xf>; clocks = <&cru ACLK_PCIE20_MST>, <&cru ACLK_PCIE20_SLV>, <&cru ACLK_PCIE20_DBI>, <&cru PCLK_PCIE20>,