mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: mediatek: mt8183: Remove clock from mfg_async power domain
@ 2024-08-05  6:50 Pin-yen Lin
  2024-08-05 11:46 ` AngeloGioacchino Del Regno
  2024-08-06  8:55 ` AngeloGioacchino Del Regno
  0 siblings, 2 replies; 4+ messages in thread
From: Pin-yen Lin @ 2024-08-05  6:50 UTC (permalink / raw)
  To: Matthias Brugger, AngeloGioacchino Del Regno
  Cc: Rob Herring, Kiwi Liu, Conor Dooley, devicetree,
	Enric Balletbo i Serra, linux-mediatek, linux-arm-kernel,
	linux-kernel, Krzysztof Kozlowski, Hsin-Te Yuan, Chen-Yu Tsai,
	Pin-yen Lin

This clock dependency introduced a mutual dependency between mfg_async
power domain and mt8183-mfgcfg clock, and Mediatek has confirmed that
this dependency is not needed. Remove this to avoid potential deadlock.

Signed-off-by: Pin-yen Lin <treapking@chromium.org>
Fixes: 37fb78b9aeb7 ("arm64: dts: mediatek: Add mt8183 power domains controller")

---

 arch/arm64/boot/dts/mediatek/mt8183.dtsi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
index fbf145639b8c..267378fa46c0 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
@@ -872,8 +872,6 @@ power-domain@MT8183_POWER_DOMAIN_CONN {
 
 				mfg_async: power-domain@MT8183_POWER_DOMAIN_MFG_ASYNC {
 					reg = <MT8183_POWER_DOMAIN_MFG_ASYNC>;
-					clocks = <&topckgen CLK_TOP_MUX_MFG>;
-					clock-names = "mfg";
 					#address-cells = <1>;
 					#size-cells = <0>;
 					#power-domain-cells = <1>;
-- 
2.46.0.rc2.264.g509ed76dc8-goog


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-08-06  8:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-05  6:50 [PATCH] arm64: dts: mediatek: mt8183: Remove clock from mfg_async power domain Pin-yen Lin
2024-08-05 11:46 ` AngeloGioacchino Del Regno
2024-08-06  4:36   ` Chen-Yu Tsai
2024-08-06  8:55 ` AngeloGioacchino Del Regno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®