Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e34573c9 authored by James Liao's avatar James Liao Committed by Matthias Brugger
Browse files

arm64: dts: mt8173: Add clocks for SCPSYS unit



Add clocks needed by Mediatek VENC and VENC_LT power domianis.
These clocks were needed by accessing subsystem's registers,
so they need to be enabled before power on these subsystems.

Signed-off-by: default avatarJames Liao <jamesjj.liao@mediatek.com>
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 67e56c56
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -234,8 +234,10 @@
			#power-domain-cells = <1>;
			reg = <0 0x10006000 0 0x1000>;
			clocks = <&clk26m>,
				 <&topckgen CLK_TOP_MM_SEL>;
			clock-names = "mfg", "mm";
				 <&topckgen CLK_TOP_MM_SEL>,
				 <&topckgen CLK_TOP_VENC_SEL>,
				 <&topckgen CLK_TOP_VENC_LT_SEL>;
			clock-names = "mfg", "mm", "venc", "venc_lt";
			infracfg = <&infracfg>;
		};