aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorMichael Turquette <mturquette@baylibre.com>2015-12-24 20:39:02 -0800
committerMichael Turquette <mturquette@baylibre.com>2015-12-24 20:39:02 -0800
commit82d0f8bc4b5765027fa3eb07cc32916b7b229ee0 (patch)
tree6fc35502c6919f728139c4793f2c5b3c5d179047 /include/dt-bindings
parentMerge branch 'clk-lpc32xx' into clk-next (diff)
parentclk: bcm2835: Add PWM clock support (diff)
downloadlinux-dev-82d0f8bc4b5765027fa3eb07cc32916b7b229ee0.tar.xz
linux-dev-82d0f8bc4b5765027fa3eb07cc32916b7b229ee0.zip
Merge branch 'clk-bcm2835' into clk-next
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/bcm2835.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/bcm2835.h b/include/dt-bindings/clock/bcm2835.h
index d323efac7edf..61f1d20c2a67 100644
--- a/include/dt-bindings/clock/bcm2835.h
+++ b/include/dt-bindings/clock/bcm2835.h
@@ -43,5 +43,6 @@
#define BCM2835_CLOCK_TSENS 27
#define BCM2835_CLOCK_EMMC 28
#define BCM2835_CLOCK_PERI_IMAGE 29
+#define BCM2835_CLOCK_PWM 30
-#define BCM2835_CLOCK_COUNT 30
+#define BCM2835_CLOCK_COUNT 31