mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 23:29:10 -04:00
arm64: dts: mediatek: mt8183: Remove clock from mfg_async power domain
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: 37fb78b9ae ("arm64: dts: mediatek: Add mt8183 power domains controller")
Tested-by: Chen-Yu Tsai <wenst@chromium.org>
Link: https://lore.kernel.org/r/20240805065051.3129354-1-treapking@chromium.org
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
committed by
AngeloGioacchino Del Regno
parent
f5843dc835
commit
8294c090a0
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user