diff options
author | Alexander Müller <serveralex@gmail.com> | 2016-08-27 20:40:52 +0300 |
---|---|---|
committer | Michael Turquette <mturquette@baylibre.com> | 2016-09-02 03:31:52 +0300 |
commit | 0f32e64b22ab696c50b18afcb428906fbf0308ba (patch) | |
tree | d4a1e0f8182045f7ec38e580db9a934ba16cff51 /include/dt-bindings | |
parent | e0818a3960418bfef1bbc120bfe8346ff9f3c5c7 (diff) | |
download | linux-0f32e64b22ab696c50b18afcb428906fbf0308ba.tar.xz |
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.h | 2 |
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 */ |