From 044cc7a25ffb58bf134efa95cf16186888c42c9a Mon Sep 17 00:00:00 2001 From: Chris Goldsworthy Date: Thu, 19 Jan 2023 15:37:07 -0800 Subject: [PATCH] qti_smmu_proxy: Add proxy DT IDs Add the proxy context bank IDs that clients will use in their DT nodes. Change-Id: Iad1e29c47ec8d465eff75abf9761d0e0b74ff7b7 Signed-off-by: Chris Goldsworthy --- .../dt-bindings/arm/msm/qti-smmu-proxy-dt-ids.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/dt-bindings/arm/msm/qti-smmu-proxy-dt-ids.h diff --git a/include/dt-bindings/arm/msm/qti-smmu-proxy-dt-ids.h b/include/dt-bindings/arm/msm/qti-smmu-proxy-dt-ids.h new file mode 100644 index 000000000000..aafdf9625590 --- /dev/null +++ b/include/dt-bindings/arm/msm/qti-smmu-proxy-dt-ids.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + */ + +#ifndef _QTI_SMMU_PROXY_DT_IDS_H +#define _QTI_SMMU_PROXY_DT_IDS_H + +#define QTI_SMMU_PROXY_CAMERA_CB 0 +#define QTI_SMMU_PROXY_DISPLAY_CB 1 +#define QTI_SMMU_PROXY_EVA_CB 2 +#define QTI_SMMU_PROXY_CB_IDS_LEN 3 + +#endif /* _QTI_SMMU_PROXY_DT_IDS_H */