2018-07-16 11:24:32 +05:30
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2023-03-07 11:52:24 +05:30
|
|
|
/*
|
|
|
|
* Copyright (c) 2015, 2018, 2021 The Linux Foundation. All rights reserved.
|
|
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
|
*/
|
|
|
|
|
2015-11-30 17:31:39 -08:00
|
|
|
|
|
|
|
#ifndef __QCOM_CLK_ALPHA_PLL_H__
|
|
|
|
#define __QCOM_CLK_ALPHA_PLL_H__
|
|
|
|
|
|
|
|
#include <linux/clk-provider.h>
|
|
|
|
#include "clk-regmap.h"
|
|
|
|
|
2017-09-28 23:20:40 +05:30
|
|
|
/* Alpha PLL types */
|
|
|
|
enum {
|
|
|
|
CLK_ALPHA_PLL_TYPE_DEFAULT,
|
2017-09-28 23:20:46 +05:30
|
|
|
CLK_ALPHA_PLL_TYPE_HUAYRA,
|
2024-03-28 10:23:11 +01:00
|
|
|
CLK_ALPHA_PLL_TYPE_HUAYRA_APSS,
|
2024-06-06 13:36:01 +02:00
|
|
|
CLK_ALPHA_PLL_TYPE_HUAYRA_2290,
|
2017-09-28 23:20:48 +05:30
|
|
|
CLK_ALPHA_PLL_TYPE_BRAMMO,
|
2018-03-08 12:48:14 +05:30
|
|
|
CLK_ALPHA_PLL_TYPE_FABIA,
|
2019-07-22 13:13:46 +05:30
|
|
|
CLK_ALPHA_PLL_TYPE_TRION,
|
2020-07-09 09:52:34 -04:00
|
|
|
CLK_ALPHA_PLL_TYPE_LUCID = CLK_ALPHA_PLL_TYPE_TRION,
|
2020-10-17 00:13:33 +05:30
|
|
|
CLK_ALPHA_PLL_TYPE_AGERA,
|
2021-06-08 22:20:46 -04:00
|
|
|
CLK_ALPHA_PLL_TYPE_ZONDA,
|
2024-07-31 11:59:13 +05:30
|
|
|
CLK_ALPHA_PLL_TYPE_REGERA = CLK_ALPHA_PLL_TYPE_ZONDA,
|
2024-02-02 20:34:41 +02:00
|
|
|
CLK_ALPHA_PLL_TYPE_ZONDA_OLE,
|
2021-12-06 23:32:50 -08:00
|
|
|
CLK_ALPHA_PLL_TYPE_LUCID_EVO,
|
2022-11-30 13:28:47 +02:00
|
|
|
CLK_ALPHA_PLL_TYPE_LUCID_OLE,
|
2025-01-06 14:44:30 +01:00
|
|
|
CLK_ALPHA_PLL_TYPE_PONGO_ELU,
|
2024-12-04 11:37:16 -08:00
|
|
|
CLK_ALPHA_PLL_TYPE_TAYCAN_ELU,
|
2022-07-01 09:27:39 +03:00
|
|
|
CLK_ALPHA_PLL_TYPE_RIVIAN_EVO,
|
2022-08-30 10:56:20 +03:00
|
|
|
CLK_ALPHA_PLL_TYPE_DEFAULT_EVO,
|
|
|
|
CLK_ALPHA_PLL_TYPE_BRAMMO_EVO,
|
2023-03-07 11:52:24 +05:30
|
|
|
CLK_ALPHA_PLL_TYPE_STROMER,
|
2023-03-07 11:52:25 +05:30
|
|
|
CLK_ALPHA_PLL_TYPE_STROMER_PLUS,
|
2024-10-28 11:35:01 +05:30
|
|
|
CLK_ALPHA_PLL_TYPE_NSS_HUAYRA,
|
2017-09-28 23:20:40 +05:30
|
|
|
CLK_ALPHA_PLL_TYPE_MAX,
|
|
|
|
};
|
|
|
|
|
|
|
|
enum {
|
|
|
|
PLL_OFF_L_VAL,
|
2019-07-22 13:13:46 +05:30
|
|
|
PLL_OFF_CAL_L_VAL,
|
2017-09-28 23:20:40 +05:30
|
|
|
PLL_OFF_ALPHA_VAL,
|
|
|
|
PLL_OFF_ALPHA_VAL_U,
|
|
|
|
PLL_OFF_USER_CTL,
|
|
|
|
PLL_OFF_USER_CTL_U,
|
2019-07-22 13:13:46 +05:30
|
|
|
PLL_OFF_USER_CTL_U1,
|
2017-09-28 23:20:40 +05:30
|
|
|
PLL_OFF_CONFIG_CTL,
|
|
|
|
PLL_OFF_CONFIG_CTL_U,
|
2019-07-22 13:13:46 +05:30
|
|
|
PLL_OFF_CONFIG_CTL_U1,
|
2024-02-02 20:34:41 +02:00
|
|
|
PLL_OFF_CONFIG_CTL_U2,
|
2017-09-28 23:20:40 +05:30
|
|
|
PLL_OFF_TEST_CTL,
|
|
|
|
PLL_OFF_TEST_CTL_U,
|
2020-02-24 10:20:01 +05:30
|
|
|
PLL_OFF_TEST_CTL_U1,
|
2022-11-30 13:28:47 +02:00
|
|
|
PLL_OFF_TEST_CTL_U2,
|
2025-01-06 14:44:30 +01:00
|
|
|
PLL_OFF_TEST_CTL_U3,
|
2022-11-30 13:28:47 +02:00
|
|
|
PLL_OFF_STATE,
|
2017-09-28 23:20:40 +05:30
|
|
|
PLL_OFF_STATUS,
|
2018-03-08 12:48:14 +05:30
|
|
|
PLL_OFF_OPMODE,
|
|
|
|
PLL_OFF_FRAC,
|
2019-07-22 13:13:46 +05:30
|
|
|
PLL_OFF_CAL_VAL,
|
2017-09-28 23:20:40 +05:30
|
|
|
PLL_OFF_MAX_REGS
|
|
|
|
};
|
|
|
|
|
|
|
|
extern const u8 clk_alpha_pll_regs[CLK_ALPHA_PLL_TYPE_MAX][PLL_OFF_MAX_REGS];
|
|
|
|
|
2015-11-30 17:31:39 -08:00
|
|
|
struct pll_vco {
|
|
|
|
unsigned long min_freq;
|
|
|
|
unsigned long max_freq;
|
|
|
|
u32 val;
|
|
|
|
};
|
|
|
|
|
2020-07-03 10:49:42 +02:00
|
|
|
#define VCO(a, b, c) { \
|
|
|
|
.val = a,\
|
|
|
|
.min_freq = b,\
|
|
|
|
.max_freq = c,\
|
|
|
|
}
|
|
|
|
|
2015-11-30 17:31:39 -08:00
|
|
|
/**
|
|
|
|
* struct clk_alpha_pll - phase locked loop (PLL)
|
|
|
|
* @offset: base address of registers
|
2017-09-28 23:20:40 +05:30
|
|
|
* @regs: alpha pll register map (see @clk_alpha_pll_regs)
|
2024-03-21 09:59:04 +01:00
|
|
|
* @vco_table: array of VCO settings
|
|
|
|
* @num_vco: number of VCO settings in @vco_table
|
|
|
|
* @flags: bitmask to indicate features supported by the hardware
|
2015-11-30 17:31:39 -08:00
|
|
|
* @clkr: regmap clock handle
|
|
|
|
*/
|
|
|
|
struct clk_alpha_pll {
|
|
|
|
u32 offset;
|
2017-09-28 23:20:40 +05:30
|
|
|
const u8 *regs;
|
2015-11-30 17:31:39 -08:00
|
|
|
|
|
|
|
const struct pll_vco *vco_table;
|
|
|
|
size_t num_vco;
|
2022-09-21 02:13:01 +02:00
|
|
|
#define SUPPORTS_OFFLINE_REQ BIT(0)
|
|
|
|
#define SUPPORTS_FSM_MODE BIT(2)
|
2017-09-28 23:20:45 +05:30
|
|
|
#define SUPPORTS_DYNAMIC_UPDATE BIT(3)
|
2022-09-21 02:13:01 +02:00
|
|
|
#define SUPPORTS_FSM_LEGACY_MODE BIT(4)
|
2016-09-29 14:05:42 +05:30
|
|
|
u8 flags;
|
2015-11-30 17:31:39 -08:00
|
|
|
|
|
|
|
struct clk_regmap clkr;
|
|
|
|
};
|
|
|
|
|
|
|
|
/**
|
|
|
|
* struct clk_alpha_pll_postdiv - phase locked loop (PLL) post-divider
|
|
|
|
* @offset: base address of registers
|
2017-09-28 23:20:40 +05:30
|
|
|
* @regs: alpha pll register map (see @clk_alpha_pll_regs)
|
2015-11-30 17:31:39 -08:00
|
|
|
* @width: width of post-divider
|
2018-03-08 12:48:14 +05:30
|
|
|
* @post_div_shift: shift to differentiate between odd & even post-divider
|
|
|
|
* @post_div_table: table with PLL odd and even post-divider settings
|
|
|
|
* @num_post_div: Number of PLL post-divider settings
|
|
|
|
*
|
2015-11-30 17:31:39 -08:00
|
|
|
* @clkr: regmap clock handle
|
|
|
|
*/
|
|
|
|
struct clk_alpha_pll_postdiv {
|
|
|
|
u32 offset;
|
|
|
|
u8 width;
|
2017-09-28 23:20:40 +05:30
|
|
|
const u8 *regs;
|
2015-11-30 17:31:39 -08:00
|
|
|
|
|
|
|
struct clk_regmap clkr;
|
2018-03-08 12:48:14 +05:30
|
|
|
int post_div_shift;
|
|
|
|
const struct clk_div_table *post_div_table;
|
|
|
|
size_t num_post_div;
|
2015-11-30 17:31:39 -08:00
|
|
|
};
|
|
|
|
|
2016-09-29 14:05:43 +05:30
|
|
|
struct alpha_pll_config {
|
|
|
|
u32 l;
|
|
|
|
u32 alpha;
|
2017-09-28 23:20:44 +05:30
|
|
|
u32 alpha_hi;
|
2016-09-29 14:05:43 +05:30
|
|
|
u32 config_ctl_val;
|
|
|
|
u32 config_ctl_hi_val;
|
2020-02-24 10:20:01 +05:30
|
|
|
u32 config_ctl_hi1_val;
|
2024-02-02 20:34:41 +02:00
|
|
|
u32 config_ctl_hi2_val;
|
2019-11-15 15:34:58 +05:30
|
|
|
u32 user_ctl_val;
|
|
|
|
u32 user_ctl_hi_val;
|
2020-02-24 10:20:01 +05:30
|
|
|
u32 user_ctl_hi1_val;
|
2019-11-15 15:34:58 +05:30
|
|
|
u32 test_ctl_val;
|
2023-06-01 11:39:07 +02:00
|
|
|
u32 test_ctl_mask;
|
2019-11-15 15:34:58 +05:30
|
|
|
u32 test_ctl_hi_val;
|
2023-06-01 11:39:07 +02:00
|
|
|
u32 test_ctl_hi_mask;
|
2020-02-24 10:20:01 +05:30
|
|
|
u32 test_ctl_hi1_val;
|
2023-05-24 20:22:00 +05:30
|
|
|
u32 test_ctl_hi2_val;
|
2025-01-06 14:44:30 +01:00
|
|
|
u32 test_ctl_hi3_val;
|
2016-09-29 14:05:43 +05:30
|
|
|
u32 main_output_mask;
|
|
|
|
u32 aux_output_mask;
|
|
|
|
u32 aux2_output_mask;
|
|
|
|
u32 early_output_mask;
|
2017-09-28 23:20:44 +05:30
|
|
|
u32 alpha_en_mask;
|
|
|
|
u32 alpha_mode_mask;
|
2016-09-29 14:05:43 +05:30
|
|
|
u32 pre_div_val;
|
|
|
|
u32 pre_div_mask;
|
|
|
|
u32 post_div_val;
|
|
|
|
u32 post_div_mask;
|
|
|
|
u32 vco_val;
|
|
|
|
u32 vco_mask;
|
2023-03-07 11:52:24 +05:30
|
|
|
u32 status_val;
|
|
|
|
u32 status_mask;
|
|
|
|
u32 lock_det;
|
2016-09-29 14:05:43 +05:30
|
|
|
};
|
|
|
|
|
2015-11-30 17:31:39 -08:00
|
|
|
extern const struct clk_ops clk_alpha_pll_ops;
|
2019-11-25 14:59:04 +01:00
|
|
|
extern const struct clk_ops clk_alpha_pll_fixed_ops;
|
2016-09-29 14:05:42 +05:30
|
|
|
extern const struct clk_ops clk_alpha_pll_hwfsm_ops;
|
2015-11-30 17:31:39 -08:00
|
|
|
extern const struct clk_ops clk_alpha_pll_postdiv_ops;
|
2017-09-28 23:20:46 +05:30
|
|
|
extern const struct clk_ops clk_alpha_pll_huayra_ops;
|
2017-09-28 23:20:50 +05:30
|
|
|
extern const struct clk_ops clk_alpha_pll_postdiv_ro_ops;
|
2023-03-07 11:52:24 +05:30
|
|
|
extern const struct clk_ops clk_alpha_pll_stromer_ops;
|
2023-10-20 11:49:32 +05:30
|
|
|
extern const struct clk_ops clk_alpha_pll_stromer_plus_ops;
|
2015-11-30 17:31:39 -08:00
|
|
|
|
2018-03-08 12:48:14 +05:30
|
|
|
extern const struct clk_ops clk_alpha_pll_fabia_ops;
|
|
|
|
extern const struct clk_ops clk_alpha_pll_fixed_fabia_ops;
|
|
|
|
extern const struct clk_ops clk_alpha_pll_postdiv_fabia_ops;
|
|
|
|
|
2020-07-09 09:52:34 -04:00
|
|
|
extern const struct clk_ops clk_alpha_pll_trion_ops;
|
|
|
|
extern const struct clk_ops clk_alpha_pll_fixed_trion_ops;
|
|
|
|
extern const struct clk_ops clk_alpha_pll_postdiv_trion_ops;
|
|
|
|
|
2020-07-09 09:52:35 -04:00
|
|
|
extern const struct clk_ops clk_alpha_pll_lucid_ops;
|
2020-07-09 09:52:34 -04:00
|
|
|
#define clk_alpha_pll_fixed_lucid_ops clk_alpha_pll_fixed_trion_ops
|
2020-02-24 10:20:01 +05:30
|
|
|
extern const struct clk_ops clk_alpha_pll_postdiv_lucid_ops;
|
2020-10-17 00:13:33 +05:30
|
|
|
extern const struct clk_ops clk_alpha_pll_agera_ops;
|
2020-02-24 10:20:01 +05:30
|
|
|
|
2021-01-27 12:38:09 +05:30
|
|
|
extern const struct clk_ops clk_alpha_pll_lucid_5lpe_ops;
|
|
|
|
extern const struct clk_ops clk_alpha_pll_fixed_lucid_5lpe_ops;
|
|
|
|
extern const struct clk_ops clk_alpha_pll_postdiv_lucid_5lpe_ops;
|
|
|
|
|
2021-06-08 22:20:46 -04:00
|
|
|
extern const struct clk_ops clk_alpha_pll_zonda_ops;
|
|
|
|
#define clk_alpha_pll_postdiv_zonda_ops clk_alpha_pll_postdiv_fabia_ops
|
2024-02-02 20:34:41 +02:00
|
|
|
#define clk_alpha_pll_zonda_ole_ops clk_alpha_pll_zonda_ops
|
2022-07-01 09:27:29 +03:00
|
|
|
|
|
|
|
extern const struct clk_ops clk_alpha_pll_lucid_evo_ops;
|
2024-12-04 11:37:16 -08:00
|
|
|
#define clk_alpha_pll_taycan_elu_ops clk_alpha_pll_lucid_evo_ops
|
2022-09-09 01:28:48 +03:00
|
|
|
extern const struct clk_ops clk_alpha_pll_reset_lucid_evo_ops;
|
2023-01-09 16:47:22 +01:00
|
|
|
#define clk_alpha_pll_reset_lucid_ole_ops clk_alpha_pll_reset_lucid_evo_ops
|
2021-12-06 23:32:50 -08:00
|
|
|
extern const struct clk_ops clk_alpha_pll_fixed_lucid_evo_ops;
|
2022-11-30 13:28:47 +02:00
|
|
|
#define clk_alpha_pll_fixed_lucid_ole_ops clk_alpha_pll_fixed_lucid_evo_ops
|
2024-12-04 11:37:16 -08:00
|
|
|
#define clk_alpha_pll_fixed_taycan_elu_ops clk_alpha_pll_fixed_lucid_evo_ops
|
2021-12-06 23:32:50 -08:00
|
|
|
extern const struct clk_ops clk_alpha_pll_postdiv_lucid_evo_ops;
|
2022-11-30 13:28:47 +02:00
|
|
|
#define clk_alpha_pll_postdiv_lucid_ole_ops clk_alpha_pll_postdiv_lucid_evo_ops
|
2024-12-04 11:37:16 -08:00
|
|
|
#define clk_alpha_pll_postdiv_taycan_elu_ops clk_alpha_pll_postdiv_lucid_evo_ops
|
2021-06-08 22:20:46 -04:00
|
|
|
|
2025-01-06 14:44:30 +01:00
|
|
|
extern const struct clk_ops clk_alpha_pll_pongo_elu_ops;
|
2022-07-01 09:27:39 +03:00
|
|
|
extern const struct clk_ops clk_alpha_pll_rivian_evo_ops;
|
|
|
|
#define clk_alpha_pll_postdiv_rivian_evo_ops clk_alpha_pll_postdiv_fabia_ops
|
|
|
|
|
2024-07-31 11:59:13 +05:30
|
|
|
extern const struct clk_ops clk_alpha_pll_regera_ops;
|
|
|
|
|
2016-09-29 14:05:43 +05:30
|
|
|
void clk_alpha_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
|
|
|
|
const struct alpha_pll_config *config);
|
2024-06-06 13:36:01 +02:00
|
|
|
void clk_huayra_2290_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
|
|
|
|
const struct alpha_pll_config *config);
|
2018-03-08 12:48:14 +05:30
|
|
|
void clk_fabia_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
|
|
|
|
const struct alpha_pll_config *config);
|
2020-07-09 09:52:34 -04:00
|
|
|
void clk_trion_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
|
2020-02-24 10:20:01 +05:30
|
|
|
const struct alpha_pll_config *config);
|
2020-10-17 00:13:33 +05:30
|
|
|
void clk_agera_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
|
|
|
|
const struct alpha_pll_config *config);
|
2020-07-09 09:52:34 -04:00
|
|
|
#define clk_lucid_pll_configure(pll, regmap, config) \
|
|
|
|
clk_trion_pll_configure(pll, regmap, config)
|
|
|
|
|
2021-06-08 22:20:46 -04:00
|
|
|
void clk_zonda_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
|
|
|
|
const struct alpha_pll_config *config);
|
2024-08-04 08:40:06 +03:00
|
|
|
void clk_lucid_5lpe_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
|
|
|
|
const struct alpha_pll_config *config);
|
2022-07-01 09:27:29 +03:00
|
|
|
void clk_lucid_evo_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
|
|
|
|
const struct alpha_pll_config *config);
|
2023-07-07 09:27:41 +05:30
|
|
|
void clk_lucid_ole_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
|
|
|
|
const struct alpha_pll_config *config);
|
2025-01-06 14:44:30 +01:00
|
|
|
void clk_pongo_elu_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
|
|
|
|
const struct alpha_pll_config *config);
|
2024-12-04 11:37:16 -08:00
|
|
|
#define clk_taycan_elu_pll_configure(pll, regmap, config) \
|
|
|
|
clk_lucid_evo_pll_configure(pll, regmap, config)
|
|
|
|
|
2022-07-01 09:27:39 +03:00
|
|
|
void clk_rivian_evo_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
|
|
|
|
const struct alpha_pll_config *config);
|
2023-03-07 11:52:24 +05:30
|
|
|
void clk_stromer_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
|
|
|
|
const struct alpha_pll_config *config);
|
2024-07-31 11:59:13 +05:30
|
|
|
void clk_regera_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
|
|
|
|
const struct alpha_pll_config *config);
|
2016-09-29 14:05:43 +05:30
|
|
|
|
2015-11-30 17:31:39 -08:00
|
|
|
#endif
|