linux/include/dt-bindings/interconnect/qcom,icc.h

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2020, The Linux Foundation. All rights reserved.
 */

#ifndef __DT_BINDINGS_INTERCONNECT_QCOM_ICC_H
#define __DT_BINDINGS_INTERCONNECT_QCOM_ICC_H

/*
 * The AMC bucket denotes constraints that are applied to hardware when
 * icc_set_bw() completes, whereas the WAKE and SLEEP constraints are applied
 * when the execution environment transitions between active and low power mode.
 */
#define QCOM_ICC_BUCKET_AMC
#define QCOM_ICC_BUCKET_WAKE
#define QCOM_ICC_BUCKET_SLEEP
#define QCOM_ICC_NUM_BUCKETS

#define QCOM_ICC_TAG_AMC
#define QCOM_ICC_TAG_WAKE
#define QCOM_ICC_TAG_SLEEP
#define QCOM_ICC_TAG_ACTIVE_ONLY
#define QCOM_ICC_TAG_ALWAYS

#endif