xref: /linux/include/dt-bindings/power/fsl,imx93-power.h (revision 8e07e0e3964ca4e23ce7b68e2096fe660a888942)
1 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
2 /*
3  *  Copyright 2022 NXP
4  */
5 
6 #ifndef __DT_BINDINGS_IMX93_POWER_H__
7 #define __DT_BINDINGS_IMX93_POWER_H__
8 
9 #define IMX93_MEDIABLK_PD_MIPI_DSI		0
10 #define IMX93_MEDIABLK_PD_MIPI_CSI		1
11 #define IMX93_MEDIABLK_PD_PXP			2
12 #define IMX93_MEDIABLK_PD_LCDIF			3
13 #define IMX93_MEDIABLK_PD_ISI			4
14 
15 #endif
16