Explorar el Código

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>
Mars Cheng hace 8 años
padre
commit
a3acbbf455
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      drivers/soc/mediatek/mtk-scpsys.c

+ 2 - 0
drivers/soc/mediatek/mtk-scpsys.c

@@ -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,
 };
 };