From: Peng Fan Date: Mon, 2 Sep 2019 10:20:12 +0000 (+0000) Subject: arm: dts: imx8qxp-mek: add u-boot, dm-spl for lpuart0 X-Git-Tag: v2020.01-rc3~7^2~28 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c1a64dccc0c0ccaadc6f6341cf25f225ca04b5ad;p=oweals%2Fu-boot.git arm: dts: imx8qxp-mek: add u-boot, dm-spl for lpuart0 lpuart0 is the uart used by SPL and U-Boot proper, and DM_SERIAL is enabled. Since uclass power domain is also enabled, to make lpuart work properly, need add u-boot,dm-spl for lpuart power domain and its parent. Signed-off-by: Peng Fan --- diff --git a/arch/arm/dts/fsl-imx8qxp-mek-u-boot.dtsi b/arch/arm/dts/fsl-imx8qxp-mek-u-boot.dtsi index 201559008c..771ab635f1 100644 --- a/arch/arm/dts/fsl-imx8qxp-mek-u-boot.dtsi +++ b/arch/arm/dts/fsl-imx8qxp-mek-u-boot.dtsi @@ -72,6 +72,14 @@ u-boot,dm-spl; }; +&pd_dma { + u-boot,dm-spl; +}; + +&pd_dma_lpuart0 { + u-boot,dm-spl; +}; + &gpio0 { u-boot,dm-spl; };