14 lines
369 B
C
14 lines
369 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
|
* Copyright (c) 2023, Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_CLK_QCOM_APSS_CC_SDXLEMUR_H
|
|
#define _DT_BINDINGS_CLK_QCOM_APSS_CC_SDXLEMUR_H
|
|
|
|
/* APSS_CC clocks */
|
|
#define APCS_CPU_PLL 0
|
|
#define APCS_MUX_CLK 1
|
|
|
|
#endif
|