projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef370d8
)
arm64: dts: imx93: correct s4mu interrupt names
author
Peng Fan
<peng.fan@nxp.com>
Thu, 20 Oct 2022 10:16:56 +0000
(18:16 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Sat, 29 Oct 2022 08:26:32 +0000
(16:26 +0800)
Per binding doc, interrupt names should be tx and rx.
Fixes:
0dfb380d2492
("arm64: dts: imx93: add s4 mu node")
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx93.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx93.dtsi
b/arch/arm64/boot/dts/freescale/imx93.dtsi
index
3a5713b
..
55a70ee
100644
(file)
--- a/
arch/arm64/boot/dts/freescale/imx93.dtsi
+++ b/
arch/arm64/boot/dts/freescale/imx93.dtsi
@@
-501,7
+501,7
@@
reg = <0x47520000 0x10000>;
interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
- interrupt-names = "tx
irq", "rxirq
";
+ interrupt-names = "tx
", "rx
";
#mbox-cells = <2>;
};