Message ID | 20200219130452.8895-3-igor.opaniuk@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | [v1,1/4] ARM: dts: imx8qm-apalis: replace dm-spl with dm-pre-proper | expand |
On Wed, Feb 19, 2020 at 3:05 PM Igor Opaniuk <igor.opaniuk at gmail.com> wrote: > > From: Igor Opaniuk <igor.opaniuk at toradex.com> > > pd_dma_* nodes should be accessible during pre-relocation stage of > U-Boot proper for properly handling power domains. > > This fixes the issue with permanent failing of invocation of > power_domain_get_by_index() in the common code of DM power domain > uclass (drivers/power/domain/power-domain-uclass.c). > > Fixes: f0cc4eae9a ("core: device: use dev_power_domain_on") > Signed-off-by: Igor Opaniuk <igor.opaniuk at toradex.com> Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov at toradex.com> > --- > > arch/arm/dts/fsl-imx8qm-apalis-u-boot.dtsi | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm/dts/fsl-imx8qm-apalis-u-boot.dtsi b/arch/arm/dts/fsl-imx8qm-apalis-u-boot.dtsi > index 6cdf58c8ad..956d724979 100644 > --- a/arch/arm/dts/fsl-imx8qm-apalis-u-boot.dtsi > +++ b/arch/arm/dts/fsl-imx8qm-apalis-u-boot.dtsi > @@ -51,6 +51,14 @@ > u-boot,dm-pre-proper; > }; > > +&pd_dma { > + u-boot,dm-pre-proper; > +}; > + > +&pd_dma_lpuart1 { > + u-boot,dm-pre-proper; > +}; > + > &pd_conn { > u-boot,dm-pre-proper; > }; > -- > 2.17.1 >
diff --git a/arch/arm/dts/fsl-imx8qm-apalis-u-boot.dtsi b/arch/arm/dts/fsl-imx8qm-apalis-u-boot.dtsi index 6cdf58c8ad..956d724979 100644 --- a/arch/arm/dts/fsl-imx8qm-apalis-u-boot.dtsi +++ b/arch/arm/dts/fsl-imx8qm-apalis-u-boot.dtsi @@ -51,6 +51,14 @@ u-boot,dm-pre-proper; }; +&pd_dma { + u-boot,dm-pre-proper; +}; + +&pd_dma_lpuart1 { + u-boot,dm-pre-proper; +}; + &pd_conn { u-boot,dm-pre-proper; };