forked from Minki/linux
6cdef2738d
Add support for the Q6SSTOP clock control used on qcs404 based devices. This would allow wcss remoteproc driver to control the required WCSS Q6SSTOP clock/reset controls to bring the subsystem out of reset and shutdown the WCSS Q6DSP. Signed-off-by: Govind Singh <govinds@codeaurora.org> Link: https://lkml.kernel.org/r/20191011132928.9388-3-govinds@codeaurora.org [sboyd@kernel.org: Sort makefile] Signed-off-by: Stephen Boyd <sboyd@kernel.org>
19 lines
480 B
C
19 lines
480 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2018, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_CLK_Q6SSTOP_QCS404_H
|
|
#define _DT_BINDINGS_CLK_Q6SSTOP_QCS404_H
|
|
|
|
#define LCC_AHBFABRIC_CBC_CLK 0
|
|
#define LCC_Q6SS_AHBS_CBC_CLK 1
|
|
#define LCC_Q6SS_TCM_SLAVE_CBC_CLK 2
|
|
#define LCC_Q6SS_AHBM_CBC_CLK 3
|
|
#define LCC_Q6SS_AXIM_CBC_CLK 4
|
|
#define LCC_Q6SS_BCR_SLEEP_CLK 5
|
|
#define TCSR_Q6SS_LCC_CBCR_CLK 6
|
|
|
|
#define Q6SSTOP_BCR_RESET 1
|
|
#endif
|