Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68d165dd authored by Meng Wang's avatar Meng Wang Committed by Gerrit - the friendly Code Review server
Browse files

msm: dt-binding: add audio external clock header file for SDM855



AUDIO_PMI_CLK, AUDIO_PMIC_LNBB_CLK and AUDIO_LPASS_MCLK can be external
clock provider of wcd codec. Add header file to indicate index for these
three external clock provider.

Change-Id: Ib9ccac4d28bb21e197cd3ea1563dce2601a0699e
Signed-off-by: default avatarMeng Wang <mwang@codeaurora.org>
parent 27c972cc
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#ifndef __AUDIO_EXT_CLK_H
#define __AUDIO_EXT_CLK_H

/* Audio External Clocks */
#define AUDIO_PMI_CLK		0
#define AUDIO_PMIC_LNBB_CLK	1
#define AUDIO_LPASS_MCLK	2

#endif