Message ID | 20190319101138.27520-2-mjourdan@baylibre.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | clk: meson: add video decoder clocks for G12A | expand |
On Tue, 19 Mar 2019 11:11:37 +0100, Maxime Jourdan wrote: > Expose the three clocks related to the video decoder. > > Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com> > --- > include/dt-bindings/clock/g12a-clkc.h | 3 +++ > 1 file changed, 3 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/include/dt-bindings/clock/g12a-clkc.h b/include/dt-bindings/clock/g12a-clkc.h index 30303728fe09..82c9e0c020b2 100644 --- a/include/dt-bindings/clock/g12a-clkc.h +++ b/include/dt-bindings/clock/g12a-clkc.h @@ -133,5 +133,8 @@ #define CLKID_MPLL_5OM 177 #define CLKID_CPU_CLK 187 #define CLKID_PCIE_PLL 201 +#define CLKID_VDEC_1 204 +#define CLKID_VDEC_HEVC 207 +#define CLKID_VDEC_HEVCF 210 #endif /* __G12A_CLKC_H */
Expose the three clocks related to the video decoder. Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com> --- include/dt-bindings/clock/g12a-clkc.h | 3 +++ 1 file changed, 3 insertions(+)