aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorAlexander Müller <serveralex@gmail.com>2016-08-27 19:40:52 +0200
committerMichael Turquette <mturquette@baylibre.com>2016-09-01 17:31:52 -0700
commit0f32e64b22ab696c50b18afcb428906fbf0308ba (patch)
treed4a1e0f8182045f7ec38e580db9a934ba16cff51 /include/dt-bindings
parentmeson: clk: Rename register names according to Amlogic datasheet (diff)
downloadlinux-dev-0f32e64b22ab696c50b18afcb428906fbf0308ba.tar.xz
linux-dev-0f32e64b22ab696c50b18afcb428906fbf0308ba.zip
clk: meson: Copy meson8b CLKID defines to private header file
Only expose future CLKID constants if necessary. This patch removes CLK_NR_CLKS from the DT bindings but leaves all previously defined CLKIDs there to keep backward compatibility. Signed-off-by: Alexander Müller <serveralex@gmail.com> Signed-off-by: Michael Turquette <mturquette@baylibre.com> Link: lkml.kernel.org/r/1472319654-59048-5-git-send-email-serveralex@gmail.com
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/meson8b-clkc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h
index 595a58d0969a..a55ff8c9b30f 100644
--- a/include/dt-bindings/clock/meson8b-clkc.h
+++ b/include/dt-bindings/clock/meson8b-clkc.h
@@ -22,6 +22,4 @@
#define CLKID_MPEG_SEL 14
#define CLKID_MPEG_DIV 15
-#define CLK_NR_CLKS (CLKID_MPEG_DIV + 1)
-
#endif /* __MESON8B_CLKC_H */