Skip to content

Commit 39bb3ab

Browse files
committed
Merge branch '1689744162-9421-2-git-send-email-quic_rohiagar@quicinc.com' into drivers-for-6.6
Merge the new generic RPMHPD defines from a topic branch, to alow them being used in DeviceTree source, and the driver.
2 parents 6484be9 + 7f31667 commit 39bb3ab

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2+
/*
3+
* Copyright (c) 2023, Qualcomm Innovation Center, Inc. All rights reserved.
4+
*/
5+
6+
#ifndef _DT_BINDINGS_POWER_QCOM_RPMHPD_H
7+
#define _DT_BINDINGS_POWER_QCOM_RPMHPD_H
8+
9+
/* Generic RPMH Power Domain Indexes */
10+
#define RPMHPD_CX 0
11+
#define RPMHPD_CX_AO 1
12+
#define RPMHPD_EBI 2
13+
#define RPMHPD_GFX 3
14+
#define RPMHPD_LCX 4
15+
#define RPMHPD_LMX 5
16+
#define RPMHPD_MMCX 6
17+
#define RPMHPD_MMCX_AO 7
18+
#define RPMHPD_MX 8
19+
#define RPMHPD_MX_AO 9
20+
#define RPMHPD_MXC 10
21+
#define RPMHPD_MXC_AO 11
22+
#define RPMHPD_MSS 12
23+
#define RPMHPD_NSP 13
24+
#define RPMHPD_NSP0 14
25+
#define RPMHPD_NSP1 15
26+
#define RPMHPD_QPHY 16
27+
#define RPMHPD_DDR 17
28+
#define RPMHPD_XO 18
29+
30+
#endif

0 commit comments

Comments
 (0)