[PATCH 2/5] clk: bcm2835: enable management of PCM clock
Arnd Bergmann
arnd at arndb.de
Sat Jan 9 12:56:39 PST 2016
On Saturday 09 January 2016 09:25:54 kernel at martin.sperl.org wrote:
> --- a/include/dt-bindings/clock/bcm2835.h
> +++ b/include/dt-bindings/clock/bcm2835.h
> @@ -44,5 +44,6 @@
> #define BCM2835_CLOCK_EMMC 28
> #define BCM2835_CLOCK_PERI_IMAGE 29
> #define BCM2835_CLOCK_PWM 30
> +#define BCM2835_CLOCK_PCM 31
>
> -#define BCM2835_CLOCK_COUNT 31
> +#define BCM2835_CLOCK_COUNT 32
The last line contains an incompatible change, please don't do that.
If you have to add another clock, do that after the BCM2835_CLOCK_COUNT
definition to avoid changing dts files that use that number.
Arnd
More information about the linux-arm-kernel
mailing list