* [PATCH] ARM: imx8mq: link PCIE1 and PCIE2 power domains
@ 2019-04-11 15:43 Lucas Stach
2019-04-23 8:34 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Lucas Stach @ 2019-04-11 15:43 UTC (permalink / raw)
To: barebox
Those two power domains can only be used together. The link between
the two has been dropped with the dts merge of v5.1-rc1. Fix this.
Fortunately the i.MX8MQ PCIe support will land in Linux 5.2, so we
can drop all those PCIe related local DT overrides with the next big
dts upstream sync.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
arch/arm/dts/imx8mq.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/imx8mq.dtsi b/arch/arm/dts/imx8mq.dtsi
index d1d8bdaa0ee1..1d596152383f 100644
--- a/arch/arm/dts/imx8mq.dtsi
+++ b/arch/arm/dts/imx8mq.dtsi
@@ -198,3 +198,7 @@
<25000000>,
<125000000>;
};
+
+&pgc_pcie1 {
+ power-domains = <&pgc_pcie2>;
+};
--
2.20.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: imx8mq: link PCIE1 and PCIE2 power domains
2019-04-11 15:43 [PATCH] ARM: imx8mq: link PCIE1 and PCIE2 power domains Lucas Stach
@ 2019-04-23 8:34 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2019-04-23 8:34 UTC (permalink / raw)
To: Lucas Stach; +Cc: barebox
On Thu, Apr 11, 2019 at 05:43:26PM +0200, Lucas Stach wrote:
> Those two power domains can only be used together. The link between
> the two has been dropped with the dts merge of v5.1-rc1. Fix this.
>
> Fortunately the i.MX8MQ PCIe support will land in Linux 5.2, so we
> can drop all those PCIe related local DT overrides with the next big
> dts upstream sync.
>
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ---
> arch/arm/dts/imx8mq.dtsi | 4 ++++
> 1 file changed, 4 insertions(+)
Applied, thanks
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-04-23 8:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-11 15:43 [PATCH] ARM: imx8mq: link PCIE1 and PCIE2 power domains Lucas Stach
2019-04-23 8:34 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox