Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mars Cheng and committed by
Matthias Brugger
a3acbbf4 f1be4c4e

+2
+2
drivers/soc/mediatek/mtk-scpsys.c
··· 71 71 CLK_VENC, 72 72 CLK_VENC_LT, 73 73 CLK_ETHIF, 74 + CLK_VDEC, 74 75 CLK_MAX, 75 76 }; 76 77 ··· 82 81 "venc", 83 82 "venc_lt", 84 83 "ethif", 84 + "vdec", 85 85 NULL, 86 86 }; 87 87