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

Commit fbcfa5a9 authored by Shefali Jain's avatar Shefali Jain Committed by Taniya Das
Browse files

dt-bindings: Add support for dispcc for LITO



Update the clock ids for dispcc clocks for clients to
be able to request for the clocks.

Change-Id: If359026edf3fc2f9e446ee838acf3c1b7389092e
Signed-off-by: default avatarShefali Jain <shefjain@codeaurora.org>
parent e28e719e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ Required properties :
- compatible : Shall contain one of the following:
		"qcom,kona-dispcc",
		"qcom,sdm845-dispcc"
		"qcom,lito-dispcc"
- reg : shall contain base register location and length.
- vdd_mm-supply: phandle to the MM_CX rail that needs to be voted on behalf
of the clocks.
+6 −1
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2018, The Linux Foundation. All rights reserved. */
/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. */

#ifndef _DT_BINDINGS_CLK_QCOM_DISP_CC_LITO_H
#define _DT_BINDINGS_CLK_QCOM_DISP_CC_LITO_H
@@ -44,5 +44,10 @@
#define DISP_CC_MDSS_AHB_CLK					37
#define DISP_CC_XO_CLK						38
#define DISP_CC_XO_CLK_SRC					39
#define DISP_CC_MDSS_BYTE0_DIV_CLK_SRC				40
#define DISP_CC_MDSS_DP_LINK_DIV_CLK_SRC			41
#define DISP_CC_SLEEP_CLK_SRC					42
#define DISP_CC_SLEEP_CLK					43
#define DISP_CC_MDSS_BYTE1_DIV_CLK_SRC				44

#endif