diff options
author | Taniya Das <quic_tdas@quicinc.com> | 2022-09-01 09:47:24 +0530 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2022-09-13 09:57:23 -0500 |
commit | 42801e6185290d63691bd39cf8a3bba6cd5fe520 (patch) | |
tree | aa9d52caa8a5499beaefaa3a67e191bf9c16ff2a /include/dt-bindings/clock/qcom,lpassaudiocc-sc7280.h | |
parent | 05c23128898b2f0bb87c7d31ef5e6ada51cb0b17 (diff) |
dt-bindings: clock: Add resets for LPASS audio clock controller for SC7280
Add support for LPASS audio clock gating for RX/TX/SWA core bus clocks
for SC7280. Update reg property min/max items in YAML schema.
Fixes: 4185b27b3bef ("dt-bindings: clock: Add YAML schemas for LPASS clocks on SC7280")
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Taniya Das <quic_tdas@quicinc.com>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/1662005846-4838-4-git-send-email-quic_c_skakit@quicinc.com
Diffstat (limited to 'include/dt-bindings/clock/qcom,lpassaudiocc-sc7280.h')
-rw-r--r-- | include/dt-bindings/clock/qcom,lpassaudiocc-sc7280.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/qcom,lpassaudiocc-sc7280.h b/include/dt-bindings/clock/qcom,lpassaudiocc-sc7280.h index 20ef2ea673f3..22dcd47d4513 100644 --- a/include/dt-bindings/clock/qcom,lpassaudiocc-sc7280.h +++ b/include/dt-bindings/clock/qcom,lpassaudiocc-sc7280.h @@ -24,6 +24,11 @@ #define LPASS_AUDIO_CC_RX_MCLK_CLK 14 #define LPASS_AUDIO_CC_RX_MCLK_CLK_SRC 15 +/* LPASS AUDIO CC CSR */ +#define LPASS_AUDIO_SWR_RX_CGCR 0 +#define LPASS_AUDIO_SWR_TX_CGCR 1 +#define LPASS_AUDIO_SWR_WSA_CGCR 2 + /* LPASS_AON_CC clocks */ #define LPASS_AON_CC_PLL 0 #define LPASS_AON_CC_PLL_OUT_EVEN 1 |