Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1604011
| From | Mars Cheng <mars.cheng@mediatek.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 09/12] soc: mediatek: add vdec item for scpsys |
| Date | 2017-03-19 16:30 +0100 |
| Message-ID | <tmKWm-7EG-15@gated-at.bofh.it> (permalink) |
| References | <tmKWm-7EG-3@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 v3 00/12] Add Basic SoC support for MT6797 Mars Cheng <mars.cheng@mediatek.com> - 2017-03-19 16:30 +0100
[PATCH v3 01/12] dt-bindings: mediatek: multiple bases support for sysirq Mars Cheng <mars.cheng@mediatek.com> - 2017-03-19 16:30 +0100
Re: [PATCH v3 01/12] dt-bindings: mediatek: multiple bases support for sysirq Rob Herring <robh@kernel.org> - 2017-03-24 16:30 +0100
Re: [PATCH v3 01/12] dt-bindings: mediatek: multiple bases support for sysirq Marc Zyngier <marc.zyngier@arm.com> - 2017-03-24 17:10 +0100
[PATCH v3 04/12] dt-bindings: mediatek: Add bindings for mediatek MT6797 Platform Mars Cheng <mars.cheng@mediatek.com> - 2017-03-19 16:30 +0100
[PATCH v3 09/12] soc: mediatek: add vdec item for scpsys Mars Cheng <mars.cheng@mediatek.com> - 2017-03-19 16:30 +0100
[PATCH v3 11/12] soc: mediatek: add MT6797 scysys support Mars Cheng <mars.cheng@mediatek.com> - 2017-03-19 16:30 +0100
[PATCH v3 08/12] soc: mediatek: avoid using fixed spm power status defines Mars Cheng <mars.cheng@mediatek.com> - 2017-03-19 16:30 +0100
[PATCH v3 02/12] irqchip: mtk-sysirq: extend intpol base to arbitrary number Mars Cheng <mars.cheng@mediatek.com> - 2017-03-19 16:40 +0100
Re: [PATCH v3 02/12] irqchip: mtk-sysirq: extend intpol base to arbitrary number Marc Zyngier <marc.zyngier@arm.com> - 2017-03-23 17:30 +0100
Re: [PATCH v3 02/12] irqchip: mtk-sysirq: extend intpol base to arbitrary number Mars Cheng <mars.cheng@mediatek.com> - 2017-03-24 01:00 +0100
Re: [PATCH v3 02/12] irqchip: mtk-sysirq: extend intpol base to arbitrary number Marc Zyngier <marc.zyngier@arm.com> - 2017-03-24 10:50 +0100
Re: [PATCH v3 00/12] Add Basic SoC support for MT6797 Mars Cheng <mars.cheng@mediatek.com> - 2017-03-23 01:50 +0100
Re: [PATCH v3 00/12] Add Basic SoC support for MT6797 Marc Zyngier <marc.zyngier@arm.com> - 2017-03-23 16:40 +0100
Re: [PATCH v3 00/12] Add Basic SoC support for MT6797 Mars Cheng <mars.cheng@mediatek.com> - 2017-03-24 00:50 +0100
csiph-web