aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/clock/meson8b-clkc.h
diff options
context:
space:
mode:
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>2018-11-22 22:40:14 +0100
committerNeil Armstrong <narmstrong@baylibre.com>2018-11-23 15:11:55 +0100
commit8e1dd17c8b0e3f8c66ed2a3f88a440d36135e589 (patch)
tree8456eb8bf099241ead3d2be5dcedfca638d7eef2 /include/dt-bindings/clock/meson8b-clkc.h
parentLinux 4.20-rc1 (diff)
downloadlinux-dev-8e1dd17c8b0e3f8c66ed2a3f88a440d36135e589.tar.xz
linux-dev-8e1dd17c8b0e3f8c66ed2a3f88a440d36135e589.zip
dt-bindings: clock: meson8b: export the CPU post dividers
There are four CPU clock post dividers: - ABP - PERIPH (used as input for the ARM global timer and ARM TWD timer) - AXI - L2 DRAM Export these so we can use them in .dts files. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Acked-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Link: https://lkml.kernel.org/r/20181122214017.25643-2-martin.blumenstingl@googlemail.com
Diffstat (limited to 'include/dt-bindings/clock/meson8b-clkc.h')
-rw-r--r--include/dt-bindings/clock/meson8b-clkc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h
index a60f47b49231..5fe2923382d0 100644
--- a/include/dt-bindings/clock/meson8b-clkc.h
+++ b/include/dt-bindings/clock/meson8b-clkc.h
@@ -103,5 +103,9 @@
#define CLKID_MPLL1 94
#define CLKID_MPLL2 95
#define CLKID_NAND_CLK 112
+#define CLKID_ABP 124
+#define CLKID_PERIPH 126
+#define CLKID_AXI 128
+#define CLKID_L2_DRAM 130
#endif /* __MESON8B_CLKC_H */