mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Lucas Stach <l.stach@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 2/2] ARM: zii-imx8mq-dev: disable GPU and VPU power domain in DT
Date: Wed, 30 Oct 2019 12:16:40 +0100	[thread overview]
Message-ID: <20191030111640.12367-2-l.stach@pengutronix.de> (raw)
In-Reply-To: <20191030111640.12367-1-l.stach@pengutronix.de>

In Barebox we don't have a driver for the PMIC powering those domains,
so we get a "probe permanently deferred" warning for those domains. As
they are not actually used in Barebox, we can just disable them to get
rid of the warning.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 arch/arm/dts/imx8mq-zii-ultra.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/dts/imx8mq-zii-ultra.dtsi b/arch/arm/dts/imx8mq-zii-ultra.dtsi
index 6180f21ab0a4..bde70901a331 100644
--- a/arch/arm/dts/imx8mq-zii-ultra.dtsi
+++ b/arch/arm/dts/imx8mq-zii-ultra.dtsi
@@ -56,6 +56,14 @@
 	};
 };
 
+&pgc_gpu {
+	status = "disabled";
+};
+
+&pgc_vpu {
+	status = "disabled";
+};
+
 &i210 {
 	nvmem-cells = <&mac_address_1>;
 	nvmem-cell-names = "mac-address";
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2019-10-30 11:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-30 11:16 [PATCH 1/2] soc: imx: gpcv2: skip registering devices for unavailable power domains Lucas Stach
2019-10-30 11:16 ` Lucas Stach [this message]
2019-11-04  8:11   ` [PATCH 2/2] ARM: zii-imx8mq-dev: disable GPU and VPU power domain in DT Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191030111640.12367-2-l.stach@pengutronix.de \
    --to=l.stach@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox