mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 21:21:41 +00:00
53624f9b75
The Modem Subsystem clock provider have a bunch of generic properties that are needed in a device tree. Add a YAML schemas for those. Add clock ids for GCC MSS and MSS clocks which are required to bring the modem out of reset. Signed-off-by: Taniya Das <tdas@codeaurora.org> Link: https://lkml.kernel.org/r/1584596131-22741-2-git-send-email-tdas@codeaurora.org Reviewed-by: Rob Herring <robh@kernel.org> Tested-by: Sibi Sankar <sibis@codeaurora.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
13 lines
269 B
C
13 lines
269 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_CLK_QCOM_MSS_SC7180_H
|
|
#define _DT_BINDINGS_CLK_QCOM_MSS_SC7180_H
|
|
|
|
#define MSS_AXI_CRYPTO_CLK 0
|
|
#define MSS_AXI_NAV_CLK 1
|
|
|
|
#endif
|