summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8dx.dtsi
diff options
context:
space:
mode:
authorAndy Duan <fugang.duan@nxp.com>2019-02-14 19:05:12 +0800
committerAndy Duan <fugang.duan@nxp.com>2019-02-19 13:37:05 +0800
commit3ffc16ac0f591723ed29bb1d6d947606eee07be2 (patch)
tree7d25a8ddf3a4126b4ff2f23e7c9e4543d8a97e25 /arch/arm64/boot/dts/freescale/fsl-imx8dx.dtsi
parentc6183ddabcd98a80ce490012c23b4f51b841883b (diff)
MLK-20927 ARM64: dts: imx8dx: use separated irq for lpuart
i.MX8QXP has separated irq, and shared irq for lpuart with eDMA, it is better for uart to use separated irq although there has no function impact. Reviewed-by: Robin Gong <yibin.gong@nxp.com> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-imx8dx.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8dx.dtsi16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8dx.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8dx.dtsi
index b647675d8141..578161dc8852 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8dx.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8dx.dtsi
@@ -925,7 +925,7 @@
reg = <SC_R_UART_0>;
#power-domain-cells = <0>;
power-domains = <&pd_dma>;
- wakeup-irq = <225>;
+ wakeup-irq = <345>;
};
pd_dma_lpuart1: PD_DMA_UART1 {
reg = <SC_R_UART_1>;
@@ -933,7 +933,7 @@
power-domains = <&pd_dma>;
#address-cells = <1>;
#size-cells = <0>;
- wakeup-irq = <226>;
+ wakeup-irq = <346>;
pd_dma2_chan10: PD_UART1_RX {
reg = <SC_R_DMA_2_CH10>;
@@ -957,7 +957,7 @@
power-domains = <&pd_dma>;
#address-cells = <1>;
#size-cells = <0>;
- wakeup-irq = <227>;
+ wakeup-irq = <347>;
pd_dma2_chan12: PD_UART2_RX {
reg = <SC_R_DMA_2_CH12>;
@@ -981,7 +981,7 @@
power-domains = <&pd_dma>;
#address-cells = <1>;
#size-cells = <0>;
- wakeup-irq = <228>;
+ wakeup-irq = <348>;
pd_dma3_chan14: PD_UART3_RX {
reg = <SC_R_DMA_2_CH14>;
@@ -2698,7 +2698,7 @@
lpuart0: serial@5a060000 {
compatible = "fsl,imx8qm-lpuart";
reg = <0x0 0x5a060000 0x0 0x1000>;
- interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
+ interrupts = <GIC_SPI 345 IRQ_TYPE_LEVEL_HIGH>;
interrupt-parent = <&wu>;
clocks = <&clk IMX8QXP_UART0_CLK>,
<&clk IMX8QXP_UART0_IPG_CLK>;
@@ -2712,7 +2712,7 @@
lpuart1: serial@5a070000 {
compatible = "fsl,imx8qm-lpuart";
reg = <0x0 0x5a070000 0x0 0x1000>;
- interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>;
+ interrupts = <GIC_SPI 346 IRQ_TYPE_LEVEL_HIGH>;
interrupt-parent = <&wu>;
clocks = <&clk IMX8QXP_UART1_CLK>,
<&clk IMX8QXP_UART1_IPG_CLK>;
@@ -2729,7 +2729,7 @@
lpuart2: serial@5a080000 {
compatible = "fsl,imx8qm-lpuart";
reg = <0x0 0x5a080000 0x0 0x1000>;
- interrupts = <GIC_SPI 227 IRQ_TYPE_LEVEL_HIGH>;
+ interrupts = <GIC_SPI 347 IRQ_TYPE_LEVEL_HIGH>;
interrupt-parent = <&wu>;
clocks = <&clk IMX8QXP_UART2_CLK>,
<&clk IMX8QXP_UART2_IPG_CLK>;
@@ -2746,7 +2746,7 @@
lpuart3: serial@5a090000 {
compatible = "fsl,imx8qm-lpuart";
reg = <0x0 0x5a090000 0x0 0x1000>;
- interrupts = <GIC_SPI 228 IRQ_TYPE_LEVEL_HIGH>;
+ interrupts = <GIC_SPI 348 IRQ_TYPE_LEVEL_HIGH>;
interrupt-parent = <&wu>;
clocks = <&clk IMX8QXP_UART3_CLK>,
<&clk IMX8QXP_UART3_IPG_CLK>;