File: imx8mm-power.h

package info (click to toggle)
linux 6.1.153-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-proposed-updates
  • size: 1,496,348 kB
  • sloc: ansic: 23,476,872; asm: 266,650; sh: 110,570; makefile: 49,899; python: 36,950; perl: 36,836; cpp: 6,055; yacc: 4,908; lex: 2,725; awk: 1,440; ruby: 25; sed: 5
file content (31 lines) | stat: -rw-r--r-- 893 bytes parent folder | download | duplicates (27)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
/*
 *  Copyright (C) 2020 Pengutronix, Lucas Stach <kernel@pengutronix.de>
 */

#ifndef __DT_BINDINGS_IMX8MM_POWER_H__
#define __DT_BINDINGS_IMX8MM_POWER_H__

#define IMX8MM_POWER_DOMAIN_HSIOMIX	0
#define IMX8MM_POWER_DOMAIN_PCIE	1
#define IMX8MM_POWER_DOMAIN_OTG1	2
#define IMX8MM_POWER_DOMAIN_OTG2	3
#define IMX8MM_POWER_DOMAIN_GPUMIX	4
#define IMX8MM_POWER_DOMAIN_GPU		5
#define IMX8MM_POWER_DOMAIN_VPUMIX	6
#define IMX8MM_POWER_DOMAIN_VPUG1	7
#define IMX8MM_POWER_DOMAIN_VPUG2	8
#define IMX8MM_POWER_DOMAIN_VPUH1	9
#define IMX8MM_POWER_DOMAIN_DISPMIX	10
#define IMX8MM_POWER_DOMAIN_MIPI	11

#define IMX8MM_VPUBLK_PD_G1		0
#define IMX8MM_VPUBLK_PD_G2		1
#define IMX8MM_VPUBLK_PD_H1		2

#define IMX8MM_DISPBLK_PD_CSI_BRIDGE	0
#define IMX8MM_DISPBLK_PD_LCDIF		1
#define IMX8MM_DISPBLK_PD_MIPI_DSI	2
#define IMX8MM_DISPBLK_PD_MIPI_CSI	3

#endif