dt-bindings: clock: Add support for BIMC clock

Add clock ID for BIMC clock.

Change-Id: Ifc1f74ddfbb96f9f774250c3e953c08189f7f410
Signed-off-by: Jagadeesh Kona <jkona@codeaurora.org>
Signed-off-by: Taniya Das <tdas@codeaurora.org>
This commit is contained in:
Jagadeesh Kona 2020-09-21 17:37:38 +05:30 committed by Gerrit - the friendly Code Review server
parent 3f9631ccf2
commit 61b70c3e20

View File

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2018, The Linux Foundation. All rights reserved. */
/* Copyright (c) 2018, 2020, The Linux Foundation. All rights reserved. */
#ifndef _DT_BINDINGS_CLK_QCOM_AOP_QMP_H
#define _DT_BINDINGS_CLK_QCOM_AOP_QMP_H
@ -16,4 +16,5 @@
/* clocks id */
#define QDSS_CLK 0
#define QDSS_AO_CLK 1
#define BIMC_CLK 2
#endif