diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-10-12 14:44:49 -0400 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-10-12 14:44:49 -0400 |
commit | 67d7188afe23e4b1b82ee6fed35c14387f169f74 (patch) | |
tree | ec3fe1c511b34c89626745b08bbd46c4c6d7a8a4 /include/dt-bindings | |
parent | 53c929c922ccc5e615c3310e86ffbc1387372854 (diff) | |
parent | 41691b8862e2a32080306f17a723efc4b6ca86ab (diff) |
Merge branch 'clk-bcm2835' into clk-next
* clk-bcm2835:
clk: bcm2835: Add support for programming the audio domain clocks
clk: bcm2835: Add binding docs for the new platform clock driver.
clk: bcm2835: Move under bcm/ with other Broadcom SoC clk drivers.
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/bcm2835.h | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/bcm2835.h b/include/dt-bindings/clock/bcm2835.h new file mode 100644 index 000000000000..d323efac7edf --- /dev/null +++ b/include/dt-bindings/clock/bcm2835.h | |||
@@ -0,0 +1,47 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2015 Broadcom Corporation | ||
3 | * | ||
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of the GNU General Public License as | ||
6 | * published by the Free Software Foundation version 2. | ||
7 | * | ||
8 | * This program is distributed "as is" WITHOUT ANY WARRANTY of any | ||
9 | * kind, whether express or implied; without even the implied warranty | ||
10 | * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | ||
13 | |||
14 | #define BCM2835_PLLA 0 | ||
15 | #define BCM2835_PLLB 1 | ||
16 | #define BCM2835_PLLC 2 | ||
17 | #define BCM2835_PLLD 3 | ||
18 | #define BCM2835_PLLH 4 | ||
19 | |||
20 | #define BCM2835_PLLA_CORE 5 | ||
21 | #define BCM2835_PLLA_PER 6 | ||
22 | #define BCM2835_PLLB_ARM 7 | ||
23 | #define BCM2835_PLLC_CORE0 8 | ||
24 | #define BCM2835_PLLC_CORE1 9 | ||
25 | #define BCM2835_PLLC_CORE2 10 | ||
26 | #define BCM2835_PLLC_PER 11 | ||
27 | #define BCM2835_PLLD_CORE 12 | ||
28 | #define BCM2835_PLLD_PER 13 | ||
29 | #define BCM2835_PLLH_RCAL 14 | ||
30 | #define BCM2835_PLLH_AUX 15 | ||
31 | #define BCM2835_PLLH_PIX 16 | ||
32 | |||
33 | #define BCM2835_CLOCK_TIMER 17 | ||
34 | #define BCM2835_CLOCK_OTP 18 | ||
35 | #define BCM2835_CLOCK_UART 19 | ||
36 | #define BCM2835_CLOCK_VPU 20 | ||
37 | #define BCM2835_CLOCK_V3D 21 | ||
38 | #define BCM2835_CLOCK_ISP 22 | ||
39 | #define BCM2835_CLOCK_H264 23 | ||
40 | #define BCM2835_CLOCK_VEC 24 | ||
41 | #define BCM2835_CLOCK_HSM 25 | ||
42 | #define BCM2835_CLOCK_SDRAM 26 | ||
43 | #define BCM2835_CLOCK_TSENS 27 | ||
44 | #define BCM2835_CLOCK_EMMC 28 | ||
45 | #define BCM2835_CLOCK_PERI_IMAGE 29 | ||
46 | |||
47 | #define BCM2835_CLOCK_COUNT 30 | ||