diff options
author | Johan Jonker <jbx6244@gmail.com> | 2024-08-26 18:39:46 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2024-08-28 21:25:50 +0200 |
commit | fb234516c5a0728d7dbd718667c33c1523b55fe8 (patch) | |
tree | 6a212d35a480468582ef59acb1ea7c5f9686be4d /include/dt-bindings/clock/rk3399-cru.h | |
parent | clk: rockchip: rk3399: Drop CLK_NR_CLKS CLKPMU_NR_CLKS usage (diff) | |
download | linux-fb234516c5a0728d7dbd718667c33c1523b55fe8.tar.xz linux-fb234516c5a0728d7dbd718667c33c1523b55fe8.zip |
dt-bindings: clock: rockchip: remove CLK_NR_CLKS and CLKPMU_NR_CLKS
CLK_NR_CLKS and CLKPMU_NR_CLKS should not be part of the binding.
Remove since the kernel code no longer uses it.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/a3292ed0-3489-4887-8567-40ea4983c592@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'include/dt-bindings/clock/rk3399-cru.h')
-rw-r--r-- | include/dt-bindings/clock/rk3399-cru.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/dt-bindings/clock/rk3399-cru.h b/include/dt-bindings/clock/rk3399-cru.h index 39169d94a44e..4c90c7703a83 100644 --- a/include/dt-bindings/clock/rk3399-cru.h +++ b/include/dt-bindings/clock/rk3399-cru.h @@ -335,8 +335,6 @@ #define HCLK_SDIO_NOC 495 #define HCLK_SDIOAUDIO_NOC 496 -#define CLK_NR_CLKS (HCLK_SDIOAUDIO_NOC + 1) - /* pmu-clocks indices */ #define PLL_PPLL 1 @@ -378,8 +376,6 @@ #define PCLK_INTR_ARB_PMU 49 #define HCLK_NOC_PMU 50 -#define CLKPMU_NR_CLKS (HCLK_NOC_PMU + 1) - /* soft-reset indices */ /* cru_softrst_con0 */ |