diff options
author | Kevin Hilman <[email protected]> | 2018-12-04 16:35:46 -0800 |
---|---|---|
committer | Kevin Hilman <[email protected]> | 2018-12-04 16:35:46 -0800 |
commit | 2ad4cff71e31ee5ade26da31c1b8375e9d01e67c (patch) | |
tree | 4683241f95a1d9de179f139053cd6bc769ea777c | |
parent | 7b141abe4aa137f362d7324de5a49fd3105f570f (diff) | |
parent | 8e1dd17c8b0e3f8c66ed2a3f88a440d36135e589 (diff) |
Merge tag 'meson-clk-headers-4.21-1' of git://github.com/BayLibre/clk-meson into v4.21/dt
Update for meson clocks bindings targeted at v4.21:
- Export Meson8b CPU post dividers
* tag 'meson-clk-headers-4.21-1' of git://github.com/BayLibre/clk-meson:
dt-bindings: clock: meson8b: export the CPU post dividers
-rw-r--r-- | include/dt-bindings/clock/meson8b-clkc.h | 4 |
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 */ |