9 Jan
2016
9 Jan
'16
10:56 p.m.
On Saturday 09 January 2016 09:25:54 kernel@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