diff options
author | Duje Mihanović <duje.mihanovic@skole.hr> | 2023-08-12 12:02:58 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2023-08-22 23:14:14 +0200 |
commit | 87f06247e031dc7bbc864efecb6feb77d452813f (patch) | |
tree | f0c096faf94e449544127ec6311055f9a8e0b370 /include/dt-bindings | |
parent | clk: pxa168: Move number of clocks to driver source (diff) | |
download | linux-87f06247e031dc7bbc864efecb6feb77d452813f.tar.xz linux-87f06247e031dc7bbc864efecb6feb77d452813f.zip |
clk: pxa1928: 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-3-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,pxa1928.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/dt-bindings/clock/marvell,pxa1928.h b/include/dt-bindings/clock/marvell,pxa1928.h index 5dca4820297f..0c708d3d3314 100644 --- a/include/dt-bindings/clock/marvell,pxa1928.h +++ b/include/dt-bindings/clock/marvell,pxa1928.h @@ -36,7 +36,6 @@ #define PXA1928_CLK_THSENS_CPU 0x26 #define PXA1928_CLK_THSENS_VPU 0x27 #define PXA1928_CLK_THSENS_GC 0x28 -#define PXA1928_APBC_NR_CLKS 0x30 /* axi peripherals */ @@ -53,6 +52,4 @@ #define PXA1928_CLK_GC3D 0x5d #define PXA1928_CLK_GC2D 0x5f -#define PXA1928_APMU_NR_CLKS 0x60 - #endif |