]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
dt-bindings: clock: meson8b: export the CPU post dividers
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Thu, 22 Nov 2018 21:40:14 +0000 (22:40 +0100)
committerNeil Armstrong <narmstrong@baylibre.com>
Fri, 23 Nov 2018 14:11:55 +0000 (15:11 +0100)
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
include/dt-bindings/clock/meson8b-clkc.h

index a60f47b49231db7b644eb59e86c30117cb6e28a5..5fe2923382d01580c78d3e45f4ac9095a04425e7 100644 (file)
 #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 */