Skip to content

Commit 3cee9c6

Browse files
committed
arm64: dts: 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. Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20231114153834.934978-1-heiko@sntech.de
1 parent 35938c1 commit 3cee9c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk356x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@
977977
<GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
978978
<GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>,
979979
<GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
980-
interrupt-names = "sys", "pmc", "msi", "legacy", "err";
980+
interrupt-names = "sys", "pmc", "msg", "legacy", "err";
981981
bus-range = <0x0 0xf>;
982982
clocks = <&cru ACLK_PCIE20_MST>, <&cru ACLK_PCIE20_SLV>,
983983
<&cru ACLK_PCIE20_DBI>, <&cru PCLK_PCIE20>,

0 commit comments

Comments
 (0)