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: James Liao <jamesjj.liao@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
parent
67e56c5651
commit
e34573c95a
1 changed files with 4 additions and 2 deletions
|
@ -234,8 +234,10 @@
|
||||||
#power-domain-cells = <1>;
|
#power-domain-cells = <1>;
|
||||||
reg = <0 0x10006000 0 0x1000>;
|
reg = <0 0x10006000 0 0x1000>;
|
||||||
clocks = <&clk26m>,
|
clocks = <&clk26m>,
|
||||||
<&topckgen CLK_TOP_MM_SEL>;
|
<&topckgen CLK_TOP_MM_SEL>,
|
||||||
clock-names = "mfg", "mm";
|
<&topckgen CLK_TOP_VENC_SEL>,
|
||||||
|
<&topckgen CLK_TOP_VENC_LT_SEL>;
|
||||||
|
clock-names = "mfg", "mm", "venc", "venc_lt";
|
||||||
infracfg = <&infracfg>;
|
infracfg = <&infracfg>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue