include/dt-bindings/power/imx8mq-power.h

Source file repositories/reference/linux-study-clean/include/dt-bindings/power/imx8mq-power.h

File Facts

System
Linux kernel
Corpus path
include/dt-bindings/power/imx8mq-power.h
Extension
.h
Size
676 bytes
Lines
25
Domain
Repository Root And Misc
Bucket
include
Inferred role
Repository Root And Misc: implementation source
Status
source implementation candidate

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __DT_BINDINGS_IMX8MQ_POWER_H__
#define __DT_BINDINGS_IMX8MQ_POWER_H__

#define IMX8M_POWER_DOMAIN_MIPI		0
#define IMX8M_POWER_DOMAIN_PCIE1	1
#define IMX8M_POWER_DOMAIN_USB_OTG1	2
#define IMX8M_POWER_DOMAIN_USB_OTG2	3
#define IMX8M_POWER_DOMAIN_DDR1		4
#define IMX8M_POWER_DOMAIN_GPU		5
#define IMX8M_POWER_DOMAIN_VPU		6
#define IMX8M_POWER_DOMAIN_DISP		7
#define IMX8M_POWER_DOMAIN_MIPI_CSI1	8
#define IMX8M_POWER_DOMAIN_MIPI_CSI2	9
#define IMX8M_POWER_DOMAIN_PCIE2	10

#define IMX8MQ_VPUBLK_PD_G1		0
#define IMX8MQ_VPUBLK_PD_G2		1

#endif

Annotation

Implementation Notes