devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH resend] arm64: dts: mediatek: mt8192: Mark scp_adsp clock as broken
@ 2022-11-30  3:17 Chen-Yu Tsai
  2022-11-30 11:10 ` AngeloGioacchino Del Regno
  2022-12-20 15:02 ` Matthias Brugger
  0 siblings, 2 replies; 7+ messages in thread
From: Chen-Yu Tsai @ 2022-11-30  3:17 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: Chen-Yu Tsai, Rob Herring, Krzysztof Kozlowski,
	AngeloGioacchino Del Regno, Nícolas F . R . A . Prado,
	devicetree, linux-arm-kernel, linux-mediatek, linux-kernel

The scp_adsp clock controller is under the SCP_ADSP power domain. This
power domain is currently not supported nor defined.

Mark the clock controller as broken for now, to avoid the system from
trying to access it, and causing the CPU or bus to stall.

Fixes: 5d2b897bc6f5 ("arm64: dts: mediatek: Add mt8192 clock controllers")
Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
---
 arch/arm64/boot/dts/mediatek/mt8192.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
index 6b20376191a7..ef91941848ae 100644
--- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
@@ -575,6 +575,8 @@ scp_adsp: clock-controller@10720000 {
 			compatible = "mediatek,mt8192-scp_adsp";
 			reg = <0 0x10720000 0 0x1000>;
 			#clock-cells = <1>;
+			/* power domain dependency not upstreamed */
+			status = "broken";
 		};
 
 		uart0: serial@11002000 {
-- 
2.37.3.968.ga6b4b080e4-goog


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

end of thread, other threads:[~2022-12-20 15:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-30  3:17 [PATCH resend] arm64: dts: mediatek: mt8192: Mark scp_adsp clock as broken Chen-Yu Tsai
2022-11-30 11:10 ` AngeloGioacchino Del Regno
2022-12-01  8:56   ` Chen-Yu Tsai
2022-12-01  9:02     ` AngeloGioacchino Del Regno
2022-12-16 13:17       ` Matthias Brugger
2022-12-19  8:52         ` AngeloGioacchino Del Regno
2022-12-20 15:02 ` Matthias Brugger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).