mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 14:12:51 +00:00
soc: mediatek: add vdec item for scpsys
for some chips, there is vdec item in scpsys, this patch adds it. Signed-off-by: Mars Cheng <mars.cheng@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
parent
f1be4c4e6c
commit
a3acbbf455
@ -71,6 +71,7 @@ enum clk_id {
|
|||||||
CLK_VENC,
|
CLK_VENC,
|
||||||
CLK_VENC_LT,
|
CLK_VENC_LT,
|
||||||
CLK_ETHIF,
|
CLK_ETHIF,
|
||||||
|
CLK_VDEC,
|
||||||
CLK_MAX,
|
CLK_MAX,
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -81,6 +82,7 @@ static const char * const clk_names[] = {
|
|||||||
"venc",
|
"venc",
|
||||||
"venc_lt",
|
"venc_lt",
|
||||||
"ethif",
|
"ethif",
|
||||||
|
"vdec",
|
||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user