Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1619202
| From | Mars Cheng <mars.cheng@mediatek.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 07/10] soc: mediatek: add vdec item for scpsys |
| Date | 2017-04-08 03:30 +0200 |
| Message-ID | <ttNmp-76Q-7@gated-at.bofh.it> (permalink) |
| References | <ttNmp-76Q-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
for some chips, there is vdec item in scpsys, this patch adds it.
Signed-off-by: Mars Cheng <mars.cheng@mediatek.com>
---
drivers/soc/mediatek/mtk-scpsys.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/soc/mediatek/mtk-scpsys.c b/drivers/soc/mediatek/mtk-scpsys.c
index eadbf0d..a8ba800 100644
--- a/drivers/soc/mediatek/mtk-scpsys.c
+++ b/drivers/soc/mediatek/mtk-scpsys.c
@@ -71,6 +71,7 @@ enum clk_id {
CLK_VENC,
CLK_VENC_LT,
CLK_ETHIF,
+ CLK_VDEC,
CLK_MAX,
};
@@ -81,6 +82,7 @@ enum clk_id {
"venc",
"venc_lt",
"ethif",
+ "vdec",
NULL,
};
--
1.7.9.5
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v4 00/10] Add Basic SoC support for MT6797 Mars Cheng <mars.cheng@mediatek.com> - 2017-04-08 03:30 +0200 [PATCH v4 01/10] dt-bindings: mediatek: Add bindings for mediatek MT6797 Platform Mars Cheng <mars.cheng@mediatek.com> - 2017-04-08 03:30 +0200 [PATCH v4 10/10] arm64: dts: mediatek: add clk and scp nodes for MT6797 Mars Cheng <mars.cheng@mediatek.com> - 2017-04-08 03:30 +0200 [PATCH v4 07/10] soc: mediatek: add vdec item for scpsys Mars Cheng <mars.cheng@mediatek.com> - 2017-04-08 03:30 +0200 [PATCH v4 09/10] soc: mediatek: add MT6797 scpsys support Mars Cheng <mars.cheng@mediatek.com> - 2017-04-08 03:30 +0200 [PATCH v4 02/10] arm64: dts: mediatek: add mt6797 support Mars Cheng <mars.cheng@mediatek.com> - 2017-04-08 03:30 +0200 [PATCH v4 04/10] clk: mediatek: add mt6797 clock IDs Mars Cheng <mars.cheng@mediatek.com> - 2017-04-08 03:30 +0200 [PATCH v4 08/10] dt-bindings: mediatek: add MT6797 power dt-bindings Mars Cheng <mars.cheng@mediatek.com> - 2017-04-08 03:30 +0200 [PATCH v4 03/10] dt-bindings: arm: mediatek: document clk bindings for MT6797 Mars Cheng <mars.cheng@mediatek.com> - 2017-04-08 03:30 +0200 [PATCH v4 06/10] soc: mediatek: avoid using fixed spm power status defines Mars Cheng <mars.cheng@mediatek.com> - 2017-04-08 03:30 +0200
csiph-web