arm64: dts: imx8qxp: add alias for lsio MU
authorPeng Fan <peng.fan@nxp.com>
Tue, 23 Jun 2020 06:49:52 +0000 (14:49 +0800)
committerShawn Guo <shawnguo@kernel.org>
Tue, 23 Jun 2020 11:06:44 +0000 (19:06 +0800)
Add lsio mu alias for all lsio MUs that could communicate with SCU,
imx_scu_enable_general_irq_channel will parse the alias to get
the mu resource id, if using other MU, not MU1, the `mu_resource_id`
is not what we expect, so add alias to fix this issue.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8qxp.dtsi

index d1c3c98..33363c1 100644 (file)
                mmc0 = &usdhc1;
                mmc1 = &usdhc2;
                mmc2 = &usdhc3;
+               mu0 = &lsio_mu0;
                mu1 = &lsio_mu1;
+               mu2 = &lsio_mu2;
+               mu3 = &lsio_mu3;
+               mu4 = &lsio_mu4;
                serial0 = &adma_lpuart0;
                serial1 = &adma_lpuart1;
                serial2 = &adma_lpuart2;