Skip to content

Commit

Permalink
Merge branch '1689744162-9421-2-git-send-email-quic_rohiagar@quicinc.…
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
andersson committed Jul 22, 2023
2 parents 6484be9 + 7f31667 commit 39bb3ab
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions include/dt-bindings/power/qcom,rpmhpd.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
/*
* Copyright (c) 2023, Qualcomm Innovation Center, Inc. All rights reserved.
*/

#ifndef _DT_BINDINGS_POWER_QCOM_RPMHPD_H
#define _DT_BINDINGS_POWER_QCOM_RPMHPD_H

/* Generic RPMH Power Domain Indexes */
#define RPMHPD_CX 0
#define RPMHPD_CX_AO 1
#define RPMHPD_EBI 2
#define RPMHPD_GFX 3
#define RPMHPD_LCX 4
#define RPMHPD_LMX 5
#define RPMHPD_MMCX 6
#define RPMHPD_MMCX_AO 7
#define RPMHPD_MX 8
#define RPMHPD_MX_AO 9
#define RPMHPD_MXC 10
#define RPMHPD_MXC_AO 11
#define RPMHPD_MSS 12
#define RPMHPD_NSP 13
#define RPMHPD_NSP0 14
#define RPMHPD_NSP1 15
#define RPMHPD_QPHY 16
#define RPMHPD_DDR 17
#define RPMHPD_XO 18

#endif

0 comments on commit 39bb3ab

Please sign in to comment.