dts: arm64: imx8qm: add lpuart0 ipg clock and correct interrupt number
authorAndy Duan <fugang.duan@nxp.com>
Fri, 24 Mar 2017 05:47:41 +0000 (13:47 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:21:44 +0000 (15:21 -0500)
Add lpuart0 ipg clock and correct interrupt number.

Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8qm.dtsi

index d601b3c..27b8df6 100644 (file)
        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 = <&gic>;
-               clocks = <&clk IMX8QM_UART0_CLK>;
-               clock-names = "ipg";
+               clocks = <&clk IMX8QM_UART0_CLK>,
+                        <&clk IMX8QM_UART0_IPG_CLK>;
+               clock-names = "per", "ipg";
+               assigned-clock-names = <&clk IMX8QM_UART0_CLK>;
+               assigned-clock-rates = <80000000>;
+               power-domains = <&pd_dma_lpuart0>;
                status = "disabled";
        };