mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 20:32:22 +00:00
121494030c
Add DT bindings for i.MX93 MEDIAMIX BLK CTRL. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
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
|