https://github.com/torvalds/linux
Raw File
Tip revision: 83a7eefedc9b56fe7bfeff13b6c7356688ffa670 authored by Linus Torvalds on 09 June 2024, 21:19:43 UTC
Linux 6.10-rc3
Tip revision: 83a7eef
fsl,imx93-power.h
/* 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
back to top