aboutsummaryrefslogtreecommitdiff
path: root/include/dt-bindings/clock/marvell,mmp2-audio.h
diff options
context:
space:
mode:
authorDuje Mihanović <duje.mihanovic@skole.hr>2023-08-12 12:02:56 +0200
committerStephen Boyd <sboyd@kernel.org>2023-08-22 14:13:45 -0700
commit46c13513a4af9e5ca8b286ab8f3afecb1404282a (patch)
tree9583dedc3b10108ff5b705294d63eaf2bafe3967 /include/dt-bindings/clock/marvell,mmp2-audio.h
parent979663c3d273a1b36362186607acfc311b521848 (diff)
clk: mmp2: Move number of clocks to driver source
The number of clocks should not be in the dt binding as it is not used by the respective device tree and thus needlessly bloats the ABI. Move this number of clocks into the driver source. Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr> Link: https://lore.kernel.org/r/20230812-mmp-nr-clks-v2-1-f9271bd7eaa5@skole.hr Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings/clock/marvell,mmp2-audio.h')
-rw-r--r--include/dt-bindings/clock/marvell,mmp2-audio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/marvell,mmp2-audio.h b/include/dt-bindings/clock/marvell,mmp2-audio.h
index 20664776f497..9653e04dedc3 100644
--- a/include/dt-bindings/clock/marvell,mmp2-audio.h
+++ b/include/dt-bindings/clock/marvell,mmp2-audio.h
@@ -6,5 +6,4 @@
#define MMP2_CLK_AUDIO_SSPA0 1
#define MMP2_CLK_AUDIO_SSPA1 2
-#define MMP2_CLK_AUDIO_NR_CLKS 3
#endif