aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/meson/gxbb.h
diff options
context:
space:
mode:
authorMaxime Jourdan <maxi.jourdan@wanadoo.fr>2018-04-24 20:48:38 +0200
committerJerome Brunet <jbrunet@baylibre.com>2018-05-15 14:18:38 +0200
commita565242eb9fca13051ec374b427022a0e22421cf (patch)
tree0eb0fc8904ea0ed7b40fed21d36e45e92e9fb037 /drivers/clk/meson/gxbb.h
parentclk: meson: meson8b: add support for the NAND clocks (diff)
downloadwireguard-linux-a565242eb9fca13051ec374b427022a0e22421cf.tar.xz
wireguard-linux-a565242eb9fca13051ec374b427022a0e22421cf.zip
clk: meson: gxbb: add the video decoder clocks
Add the SEL/DIV/GATE for VDEC_1 and VDEC_HEVC. Signed-off-by: Maxime Jourdan <maxi.jourdan@wanadoo.fr> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Diffstat (limited to 'drivers/clk/meson/gxbb.h')
-rw-r--r--drivers/clk/meson/gxbb.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/clk/meson/gxbb.h b/drivers/clk/meson/gxbb.h
index 9febf3f03739..b3ef54f65a9d 100644
--- a/drivers/clk/meson/gxbb.h
+++ b/drivers/clk/meson/gxbb.h
@@ -204,8 +204,12 @@
#define CLKID_FCLK_DIV4_DIV 148
#define CLKID_FCLK_DIV5_DIV 149
#define CLKID_FCLK_DIV7_DIV 150
+#define CLKID_VDEC_1_SEL 151
+#define CLKID_VDEC_1_DIV 152
+#define CLKID_VDEC_HEVC_SEL 154
+#define CLKID_VDEC_HEVC_DIV 155
-#define NR_CLKS 151
+#define NR_CLKS 157
/* include the CLKIDs that have been made part of the DT binding */
#include <dt-bindings/clock/gxbb-clkc.h>