summaryrefslogtreecommitdiff
path: root/include/dt-bindings/clock/marvell,pxa168.h
diff options
context:
space:
mode:
authorDuje Mihanović <duje.mihanovic@skole.hr>2023-08-12 12:02:57 +0200
committerStephen Boyd <sboyd@kernel.org>2023-08-22 14:14:06 -0700
commit51fa6aa5c2c2b85b6ddaab267cf03ef30417ef67 (patch)
tree167a1a6cbe0e3f12bb5062d605a26ffb89735861 /include/dt-bindings/clock/marvell,pxa168.h
parent46c13513a4af9e5ca8b286ab8f3afecb1404282a (diff)
clk: pxa168: 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-2-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,pxa168.h')
-rw-r--r--include/dt-bindings/clock/marvell,pxa168.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/marvell,pxa168.h b/include/dt-bindings/clock/marvell,pxa168.h
index c92d969ae941..d1bb59187e1d 100644
--- a/include/dt-bindings/clock/marvell,pxa168.h
+++ b/include/dt-bindings/clock/marvell,pxa168.h
@@ -63,5 +63,4 @@
#define PXA168_CLK_SDH01_AXI 111
#define PXA168_CLK_SDH23_AXI 112
-#define PXA168_NR_CLKS 200
#endif