Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3acbbf4 authored by Mars Cheng's avatar Mars Cheng Committed by Matthias Brugger
Browse files

soc: mediatek: add vdec item for scpsys



for some chips, there is vdec item in scpsys, this patch adds it.

Signed-off-by: default avatarMars Cheng <mars.cheng@mediatek.com>
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent f1be4c4e
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -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,
};
};