12 lines
320 B
C
12 lines
320 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (c) 2019, 2021, The Linux Foundation. All rights reserved.
|
|
* Copyright (c) 2023, Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_CLK_QCOM_CMN_BLK_PLL_H
|
|
#define _DT_BINDINGS_CLK_QCOM_CMN_BLK_PLL_H
|
|
|
|
#define CMN_BLK_PLL 0
|
|
|
|
#endif
|