mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
16 lines
344 B
C
16 lines
344 B
C
![]() |
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
|
||
|
/*
|
||
|
* Copyright 2022 NXP
|
||
|
*/
|
||
|
|
||
|
#ifndef __DT_BINDINGS_IMX93_POWER_H__
|
||
|
#define __DT_BINDINGS_IMX93_POWER_H__
|
||
|
|
||
|
#define IMX93_MEDIABLK_PD_MIPI_DSI 0
|
||
|
#define IMX93_MEDIABLK_PD_MIPI_CSI 1
|
||
|
#define IMX93_MEDIABLK_PD_PXP 2
|
||
|
#define IMX93_MEDIABLK_PD_LCDIF 3
|
||
|
#define IMX93_MEDIABLK_PD_ISI 4
|
||
|
|
||
|
#endif
|