1*12149403SPeng Fan /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
2*12149403SPeng Fan /*
3*12149403SPeng Fan  *  Copyright 2022 NXP
4*12149403SPeng Fan  */
5*12149403SPeng Fan 
6*12149403SPeng Fan #ifndef __DT_BINDINGS_IMX93_POWER_H__
7*12149403SPeng Fan #define __DT_BINDINGS_IMX93_POWER_H__
8*12149403SPeng Fan 
9*12149403SPeng Fan #define IMX93_MEDIABLK_PD_MIPI_DSI		0
10*12149403SPeng Fan #define IMX93_MEDIABLK_PD_MIPI_CSI		1
11*12149403SPeng Fan #define IMX93_MEDIABLK_PD_PXP			2
12*12149403SPeng Fan #define IMX93_MEDIABLK_PD_LCDIF			3
13*12149403SPeng Fan #define IMX93_MEDIABLK_PD_ISI			4
14*12149403SPeng Fan 
15*12149403SPeng Fan #endif
16