diff options
author | Martin Sperl <kernel@martin.sperl.org> | 2016-02-29 13:51:43 +0100 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-03-17 18:42:17 +0100 |
commit | 33b689600f43094a9316a1b582f2286d17bc737b (patch) | |
tree | 4629e75429101a9191ded31016f6fad5e7b36eb7 /include/dt-bindings/clock/bcm2835.h | |
parent | clk: bcm2835: reorganize bcm2835_clock_array assignment (diff) | |
download | linux-33b689600f43094a9316a1b582f2286d17bc737b.tar.xz linux-33b689600f43094a9316a1b582f2286d17bc737b.zip |
clk: bcm2835: enable management of PCM clock
Enable the PCM clock in the SOC, which is used by the
bcm2835-i2s driver.
Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'include/dt-bindings/clock/bcm2835.h')
-rw-r--r-- | include/dt-bindings/clock/bcm2835.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/bcm2835.h b/include/dt-bindings/clock/bcm2835.h index 87235ac76ef1..9a7b4a5cd6e6 100644 --- a/include/dt-bindings/clock/bcm2835.h +++ b/include/dt-bindings/clock/bcm2835.h @@ -44,3 +44,4 @@ #define BCM2835_CLOCK_EMMC 28 #define BCM2835_CLOCK_PERI_IMAGE 29 #define BCM2835_CLOCK_PWM 30 +#define BCM2835_CLOCK_PCM 31 |