summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2019-04-11 17:43:26 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-04-23 10:34:35 +0200
commit577df55b2fce18a5a433a4b0f9a6a7e3966909fe (patch)
tree58b67222deef3bbbc1da1210c1511124914d9090 /arch
parent2bbbd2367a15a247cfe8261de6165341a9db36e8 (diff)
downloadbarebox-577df55b2fce18a5a433a4b0f9a6a7e3966909fe.tar.gz
barebox-577df55b2fce18a5a433a4b0f9a6a7e3966909fe.tar.xz
ARM: imx8mq: link PCIE1 and PCIE2 power domains
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> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx8mq.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mq.dtsi b/arch/arm/dts/imx8mq.dtsi
index d1d8bdaa0e..1d59615238 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>;
+};