mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-03 18:10:13 +00:00
596b9c4e1b
Sync device tree with next-20230426 Signed-off-by: Peng Fan <peng.fan@nxp.com>
15 lines
344 B
C
15 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
|