mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

SM6115 (and its derivatives or similar SoCs) has an LPASS clock controller block which provides audio-related resets. Add bindings for it. Cc: Konrad Dybcio <konradybcio@kernel.org> Cc: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> [alexey.klimov slightly changed the commit message] Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org> Link: https://lore.kernel.org/r/20241212002551.2902954-2-alexey.klimov@linaro.org [bjorn: Adjusted Konrad's address] Signed-off-by: Bjorn Andersson <andersson@kernel.org>
15 lines
317 B
C
15 lines
317 B
C
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
|
|
/*
|
|
* Copyright (c) 2023, Linaro Ltd.
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_CLK_QCOM_LPASSCC_SM6115_H
|
|
#define _DT_BINDINGS_CLK_QCOM_LPASSCC_SM6115_H
|
|
|
|
/* LPASS CC */
|
|
#define LPASS_SWR_TX_CONFIG_CGCR 0
|
|
|
|
/* LPASS_AUDIO CC */
|
|
#define LPASS_AUDIO_SWR_RX_CGCR 0
|
|
|
|
#endif
|