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

Commit 9301cde5 authored by Vidyakumar Athota's avatar Vidyakumar Athota
Browse files

clk: dt-bindings: Define clock IDs supported by bolero codec



Define clock IDs supported by bolero codec for kona.

Change-Id: I762beb30ffaaf9235caca8de491f8b9a26840983
Signed-off-by: default avatarVidyakumar Athota <vathota@codeaurora.org>
parent 111ea99f
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2019, The Linux Foundation. All rights reserved.
 */

#ifndef __BOLERO_CODEC_CLK_RSC_H
#define __BOLERO_CODEC_CLK_RSC_H

/* Bolero clock types */
#define TX_CORE_CLK	0
#define RX_CORE_CLK	1
#define WSA_CORE_CLK	2
#define VA_CORE_CLK	3
#define TX_NPL_CLK	4
#define RX_NPL_CLK	5
#define WSA_NPL_CLK	6
#define VA_NPL_CLK	7
#define MAX_CLK	8

#endif /* __BOLERO_CODEC_CLK_RSC_H */