18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2018 The Linux Foundation. All rights reserved. 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_RESET_PDC_SDM_845_H 78c2ecf20Sopenharmony_ci#define _DT_BINDINGS_RESET_PDC_SDM_845_H 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#define PDC_APPS_SYNC_RESET 0 108c2ecf20Sopenharmony_ci#define PDC_SP_SYNC_RESET 1 118c2ecf20Sopenharmony_ci#define PDC_AUDIO_SYNC_RESET 2 128c2ecf20Sopenharmony_ci#define PDC_SENSORS_SYNC_RESET 3 138c2ecf20Sopenharmony_ci#define PDC_AOP_SYNC_RESET 4 148c2ecf20Sopenharmony_ci#define PDC_DEBUG_SYNC_RESET 5 158c2ecf20Sopenharmony_ci#define PDC_GPU_SYNC_RESET 6 168c2ecf20Sopenharmony_ci#define PDC_DISPLAY_SYNC_RESET 7 178c2ecf20Sopenharmony_ci#define PDC_COMPUTE_SYNC_RESET 8 188c2ecf20Sopenharmony_ci#define PDC_MODEM_SYNC_RESET 9 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ci#endif 21