diff options
author | Duje Mihanović <duje.mihanovic@skole.hr> | 2023-08-12 12:02:59 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2023-08-22 14:14:17 -0700 |
commit | 3b99cd274e43b89c89a4072c602b1df6000eb1f4 (patch) | |
tree | 0db578834d992fefa5299f3a36038eca9b8a06ed /include/dt-bindings | |
parent | 87f06247e031dc7bbc864efecb6feb77d452813f (diff) | |
download | linux-stable-3b99cd274e43b89c89a4072c602b1df6000eb1f4.tar.gz linux-stable-3b99cd274e43b89c89a4072c602b1df6000eb1f4.tar.bz2 linux-stable-3b99cd274e43b89c89a4072c602b1df6000eb1f4.zip |
clk: pxa910: 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-4-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')
-rw-r--r-- | include/dt-bindings/clock/marvell,pxa910.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/marvell,pxa910.h b/include/dt-bindings/clock/marvell,pxa910.h index c9018ab354d0..6caa231de0c1 100644 --- a/include/dt-bindings/clock/marvell,pxa910.h +++ b/include/dt-bindings/clock/marvell,pxa910.h @@ -55,5 +55,4 @@ #define PXA910_CLK_CCIC0_PHY 108 #define PXA910_CLK_CCIC0_SPHY 109 -#define PXA910_NR_CLKS 200 #endif |