soc: mediatek: add vdec item for scpsys
authorMars Cheng <mars.cheng@mediatek.com>
Sat, 8 Apr 2017 01:20:32 +0000 (09:20 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Mon, 15 May 2017 08:47:24 +0000 (10:47 +0200)
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>
drivers/soc/mediatek/mtk-scpsys.c

index eadbf0d13e34a951b78ad6522e466d075cfb9768..a8ba80088e3f9a7b217cb329f4c1799c7912fc49 100644 (file)
@@ -71,6 +71,7 @@ enum clk_id {
        CLK_VENC,
        CLK_VENC_LT,
        CLK_ETHIF,
+       CLK_VDEC,
        CLK_MAX,
 };
 
@@ -81,6 +82,7 @@ static const char * const clk_names[] = {
        "venc",
        "venc_lt",
        "ethif",
+       "vdec",
        NULL,
 };