mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: ukl@pengutronix.de, Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH master] ARM: i.MX8MP: dts: remove power domains referenced by media_blk_ctrl
Date: Tue, 20 Feb 2024 18:25:27 +0100	[thread overview]
Message-ID: <20240220172527.599962-1-a.fatoum@pengutronix.de> (raw)

The media_blk_ctrl is hardcoded in the DT to reference a number of power
domains that we delete. The media_blk_ctrl itself is still usable
without them (e.g. LVDS doesn't require ISP), but the probe in Linux
would fail, because the power domain can't be attached.

This has already been fixed once in commit 5600290f4bf1
("/arch/arm/dts: imx8mp: Do not mask out mediamix power domain"), but
got reintroduced recently.

As the upstream DT has no ISP node and we already disable the MIPI DSI
node, let's just leave the power domains untouched and see how that
fares.

Fixes: aaea50bbcde2 ("soc: imx: featctrl: finalize support for i.MX8MP")
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 arch/arm/dts/imx8mp.dtsi | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/arch/arm/dts/imx8mp.dtsi b/arch/arm/dts/imx8mp.dtsi
index 9d87ddaea836..6c84cfb21101 100644
--- a/arch/arm/dts/imx8mp.dtsi
+++ b/arch/arm/dts/imx8mp.dtsi
@@ -40,10 +40,6 @@ feat: &ocotp {
 	barebox,feature-controller;
 };
 
-&pgc_mipi_phy1 {
-	barebox,feature-gates = <&feat IMX8M_FEAT_MIPI_DSI>;
-};
-
 &pgc_gpu2d {
 	barebox,feature-gates = <&feat IMX8M_FEAT_GPU>;
 };
@@ -56,10 +52,6 @@ &pgc_gpumix {
 	barebox,feature-gates = <&feat IMX8M_FEAT_GPU>;
 };
 
-&pgc_mipi_phy2 {
-	barebox,feature-gates = <&feat IMX8M_FEAT_MIPI_DSI>;
-};
-
 &mipi_dsi {
 	barebox,feature-gates = <&feat IMX8M_FEAT_MIPI_DSI>;
 };
@@ -68,10 +60,6 @@ &lcdif1 {
 	barebox,feature-gates = <&feat IMX8M_FEAT_MIPI_DSI>;
 };
 
-&pgc_ispdwp {
-	barebox,feature-gates = <&feat IMX8M_FEAT_ISP>;
-};
-
 &gpu3d {
 	barebox,feature-gates = <&feat IMX8M_FEAT_GPU>;
 };
-- 
2.39.2




             reply	other threads:[~2024-02-20 17:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-20 17:25 Ahmad Fatoum [this message]
2024-02-23  7:32 ` 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=20240220172527.599962-1-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=ukl@pengutronix.de \
    /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