summaryrefslogtreecommitdiffstats
path: root/drivers/clk/meson/gxbb.h
diff options
context:
space:
mode:
authorNeil Armstrong2017-10-16 17:34:44 +0200
committerNeil Armstrong2017-10-20 10:24:30 +0200
commit4cf8f811c64ab570d40cb2f4bfc723750aec122f (patch)
tree53ae264e32c88c73c5930b15b7832e08c91586fa /drivers/clk/meson/gxbb.h
parentLinux 4.14-rc1 (diff)
downloadkernel-qcow2-linux-4cf8f811c64ab570d40cb2f4bfc723750aec122f.tar.gz
kernel-qcow2-linux-4cf8f811c64ab570d40cb2f4bfc723750aec122f.tar.xz
kernel-qcow2-linux-4cf8f811c64ab570d40cb2f4bfc723750aec122f.zip
clk: meson: gxbb: Add VPU and VAPB clockids
Add the clkids for the clocks feeding the Video Processing Unit. Acked-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@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 5b1d4b374d1c..aee6fbba2004 100644
--- a/drivers/clk/meson/gxbb.h
+++ b/drivers/clk/meson/gxbb.h
@@ -190,8 +190,12 @@
#define CLKID_SD_EMMC_B_CLK0_DIV 121
#define CLKID_SD_EMMC_C_CLK0_SEL 123
#define CLKID_SD_EMMC_C_CLK0_DIV 124
+#define CLKID_VPU_0_DIV 127
+#define CLKID_VPU_1_DIV 130
+#define CLKID_VAPB_0_DIV 134
+#define CLKID_VAPB_1_DIV 137
-#define NR_CLKS 126
+#define NR_CLKS 141
/* include the CLKIDs that have been made part of the DT binding */
#include <dt-bindings/clock/gxbb-clkc.h>