提交 d1fb29fa 编写于 作者: W weiyi.lu@mediatek.com 提交者: Matthias Brugger

soc: mediatek: add dependent clock jpgdec/audio for scpsys

There are dependent clock jpgdec/audio in scpsys on MT2712,
and will exist three dependent clocks on MT2712 VDEC.
Signed-off-by: NWeiyi Lu <weiyi.lu@mediatek.com>
Signed-off-by: NMatthias Brugger <matthias.bgg@gmail.com>
上级 fa7e843a
......@@ -84,6 +84,8 @@ enum clk_id {
CLK_ETHIF,
CLK_VDEC,
CLK_HIFSEL,
CLK_JPGDEC,
CLK_AUDIO,
CLK_MAX,
};
......@@ -96,10 +98,12 @@ static const char * const clk_names[] = {
"ethif",
"vdec",
"hif_sel",
"jpgdec",
"audio",
NULL,
};
#define MAX_CLKS 2
#define MAX_CLKS 3
struct scp_domain_data {
const char *name;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册